-
Notifications
You must be signed in to change notification settings - Fork 9
/
go.mod
21 lines (18 loc) · 668 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/atoonk/go-pktgen
go 1.21.6
require (
github.com/asavie/xdp v0.3.4-0.20220212172814-56d71236a029
github.com/google/gopacket v1.1.19
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/cobra v1.8.0
github.com/vishvananda/netlink v1.1.0
golang.org/x/net v0.0.0-20190923162816-aa69164e4478
)
require (
github.com/cilium/ebpf v0.4.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
golang.org/x/sys v0.0.0-20210324051608-47abb6519492 // indirect
)