-
Notifications
You must be signed in to change notification settings - Fork 181
/
Copy pathgo.mod
31 lines (28 loc) · 957 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
26
27
28
29
30
31
module github.com/cilium/pwru
go 1.23.1
require (
github.com/cheggaaa/pb/v3 v3.1.6
github.com/cilium/ebpf v0.17.1
github.com/cloudflare/cbpfc v0.0.0-20221017140110-11acb56438a2
github.com/jsimonetti/rtnetlink v1.4.2
github.com/spf13/pflag v1.0.5
github.com/tklauser/ps v0.0.3
github.com/vishvananda/netns v0.0.5
golang.org/x/arch v0.13.0
golang.org/x/net v0.34.0
golang.org/x/sync v0.10.0
golang.org/x/sys v0.29.0
)
require (
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mdlayher/netlink v1.7.2 // indirect
github.com/mdlayher/socket v0.4.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
)