-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 863 Bytes
/
Copy pathgo.mod
File metadata and controls
24 lines (22 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module free5gc-cli
go 1.15
require (
github.com/aead/cmac v0.0.0-20160719120800-7af84192f0b1
github.com/antonfisher/nested-logrus-formatter v1.3.0
github.com/c-bata/go-prompt v0.2.5
github.com/calee0219/fatal v0.0.1
github.com/coreos/go-iptables v0.4.5
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/evanphx/json-patch v4.9.0+incompatible
github.com/gin-gonic/gin v1.6.3
github.com/google/gopacket v1.1.19
github.com/ishidawataru/sctp v0.0.0-20191218070446-00ab2ac2db07
github.com/sirupsen/logrus v1.7.0
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
github.com/stretchr/testify v1.6.1
go.mongodb.org/mongo-driver v1.4.3
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
golang.org/x/sys v0.0.0-20201126233918-771906719818 // indirect
gopkg.in/yaml.v2 v2.2.8
)