-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (23 loc) · 852 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
module github.com/usnistgov/ndntdump
go 1.23.0
toolchain go1.23.4
require (
github.com/gopacket/gopacket v1.3.1
github.com/klauspost/compress v1.17.11
github.com/stretchr/testify v1.10.0
github.com/urfave/cli/v2 v2.27.5
github.com/usnistgov/ndn-dpdk v0.0.0-20241205183033-b000f175551a
github.com/zyedidia/generic v1.2.1
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/exp v0.0.0-20241210194714-1829a127f884 // indirect
golang.org/x/net v0.32.0 // indirect
golang.org/x/sys v0.28.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)