forked from free5gc/amf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (30 loc) · 1.03 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
module github.com/free5gc/amf
go 1.14
require (
git.cs.nctu.edu.tw/calee/sctp v1.1.0
github.com/antihax/optional v1.0.0
github.com/antonfisher/nested-logrus-formatter v1.3.0
github.com/free5gc/UeauCommon v1.0.0
github.com/free5gc/aper v1.0.1
github.com/free5gc/fsm v1.0.0
github.com/free5gc/http2_util v1.0.0
github.com/free5gc/http_wrapper v1.0.0
github.com/free5gc/idgenerator v1.0.0
github.com/free5gc/logger_conf v1.0.0
github.com/free5gc/logger_util v1.0.0
github.com/free5gc/nas v1.0.0
github.com/free5gc/ngap v1.0.2
github.com/free5gc/openapi v1.0.0
github.com/free5gc/path_util v1.0.0
github.com/free5gc/version v1.0.0
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.6.3
github.com/google/uuid v1.1.2
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mitchellh/mapstructure v1.4.0
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/sirupsen/logrus v1.7.0
github.com/urfave/cli v1.22.4
golang.org/x/sys v0.0.0-20201214210602-f9fddec55a1e // indirect
gopkg.in/yaml.v2 v2.4.0
)