-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
25 lines (22 loc) · 829 Bytes
/
go.mod
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/hemanthmalla/reuseport_ebpf
go 1.19
require (
github.com/cilium/cilium v1.14.1
github.com/cilium/ebpf v0.10.1-0.20230626090016-654491c8a500
github.com/prometheus/procfs v0.11.0
github.com/sirupsen/logrus v1.9.3
go.uber.org/zap v1.25.0
golang.org/x/sys v0.10.0
)
require (
github.com/go-logr/logr v1.2.4 // indirect
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/sasha-s/go-deadlock v0.3.1 // indirect
github.com/vishvananda/netlink v1.2.1-beta.2.0.20230621221334-77712cff8739 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/time v0.3.0 // indirect
k8s.io/klog/v2 v2.100.1 // indirect
)