-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 743 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/gojue/ebpfmanager
go 1.24.3
require (
github.com/avast/retry-go v3.0.0+incompatible
github.com/cilium/ebpf v0.18.0
github.com/florianl/go-tc v0.4.5
github.com/hashicorp/go-multierror v1.1.1
github.com/shuLhan/go-bindata v4.0.0+incompatible
github.com/sirupsen/logrus v1.9.3
github.com/vishvananda/netlink v1.3.1
golang.org/x/sys v0.33.0
)
require (
github.com/google/go-cmp v0.7.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/mdlayher/netlink v1.7.2 // indirect
github.com/mdlayher/socket v0.5.1 // indirect
github.com/vishvananda/netns v0.0.5 // indirect
golang.org/x/net v0.40.0 // indirect
golang.org/x/sync v0.14.0 // indirect
)