forked from HewlettPackard/PacketRusher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
36 lines (33 loc) · 1.19 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
34
35
36
module my5G-RANTester
go 1.21
require (
github.com/davecgh/go-spew v1.1.1
github.com/free5gc/go-gtp5gnl v1.4.5
github.com/free5gc/nas v1.1.1
github.com/free5gc/openapi v1.0.6
github.com/free5gc/util v1.0.4
github.com/google/gopacket v1.1.19
github.com/ishidawataru/sctp v0.0.0-20230406120618-7ff4192f6ff2
github.com/khirono/go-nl v1.0.4
github.com/khirono/go-rtnllink v1.1.1
github.com/mitchellh/mapstructure v1.4.2
github.com/sirupsen/logrus v1.9.2
github.com/tetratelabs/wazero v1.3.0
github.com/urfave/cli/v2 v2.25.5
github.com/vishvananda/netlink v1.1.0
github.com/wmnsk/go-gtp v0.8.6
golang.org/x/net v0.16.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/aead/cmac v0.0.0-20160719120800-7af84192f0b1 // indirect
github.com/antonfisher/nested-logrus-formatter v1.3.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
github.com/khirono/go-genl v1.0.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/sys v0.13.0 // indirect
)