summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 7 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 96b5be8..7c2927e 100644
--- a/go.mod
+++ b/go.mod
@@ -3,16 +3,19 @@ module sinanmohd.com/redq
go 1.22.0
require (
+ github.com/cilium/cilium v1.15.6
github.com/cilium/ebpf v0.15.0
+ github.com/dustin/go-humanize v1.0.1
github.com/jackc/pgx/v5 v5.6.0
)
require (
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
- github.com/stretchr/testify v1.8.4 // indirect
- golang.org/x/crypto v0.19.0 // indirect
- golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 // indirect
- golang.org/x/sys v0.17.0 // indirect
+ github.com/vishvananda/netlink v1.2.1-beta.2.0.20240524165444-4d4ba1473f21 // indirect
+ github.com/vishvananda/netns v0.0.4 // indirect
+ golang.org/x/crypto v0.21.0 // indirect
+ golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
+ golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
)