-
Notifications
You must be signed in to change notification settings - Fork 7
/
go.mod
33 lines (30 loc) · 1.24 KB
/
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
32
33
module github.com/jschwinger233/skbdump
go 1.21.0
require (
github.com/cilium/ebpf v0.12.3
github.com/elastic/go-sysinfo v1.9.0
github.com/florianl/go-tc v0.4.2
github.com/google/gopacket v1.1.19
github.com/jschwinger233/elibpcap v0.0.0-20231010035657-e99300096f5e
github.com/pkg/errors v0.9.1
github.com/spf13/pflag v1.0.5
github.com/vishvananda/netlink v1.1.0
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df
golang.org/x/sys v0.14.1-0.20231108175955-e4099bfacb8c
)
require (
github.com/cloudflare/cbpfc v0.0.0-20230809125630-31aa294050ff // indirect
github.com/elastic/go-windows v1.0.0 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/mdlayher/netlink v1.6.0 // indirect
github.com/mdlayher/socket v0.1.1 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
golang.org/x/net v0.16.0 // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
)