@@ -7,7 +7,7 @@ require (
7
7
github.com/antonfisher/nested-logrus-formatter v1.3.1
8
8
github.com/calee0219/fatal v0.0.1
9
9
github.com/gin-contrib/cors v1.3.1
10
- github.com/gin-gonic/gin v1.7.0
10
+ github.com/gin-gonic/gin v1.9.1
11
11
github.com/omec-project/CommonConsumerTestData v1.1.1
12
12
github.com/omec-project/UeauCommon v1.1.0
13
13
github.com/omec-project/amf v1.1.0
@@ -22,51 +22,59 @@ require (
22
22
github.com/sirupsen/logrus v1.8.1
23
23
github.com/urfave/cli v1.22.4
24
24
github.com/yerden/go-util v1.1.4
25
- golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
26
- golang.org/x/sys v0.0.0-20210423082822-04245dca01da
25
+ golang.org/x/net v0.10.0
26
+ golang.org/x/sys v0.8.0
27
27
gopkg.in/yaml.v2 v2.4.0
28
28
)
29
29
30
30
require (
31
31
github.com/aead/cmac v0.0.0-20160719120800-7af84192f0b1 // indirect
32
32
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
33
33
github.com/beorn7/perks v1.0.0 // indirect
34
+ github.com/bytedance/sonic v1.9.1 // indirect
35
+ github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
34
36
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
37
+ github.com/gabriel-vasile/mimetype v1.4.2 // indirect
35
38
github.com/gin-contrib/sse v0.1.0 // indirect
36
- github.com/go-playground/locales v0.13.0 // indirect
37
- github.com/go-playground/universal-translator v0.17.0 // indirect
38
- github.com/go-playground/validator/v10 v10.4.1 // indirect
39
+ github.com/go-playground/locales v0.14.1 // indirect
40
+ github.com/go-playground/universal-translator v0.18.1 // indirect
41
+ github.com/go-playground/validator/v10 v10.14.0 // indirect
42
+ github.com/goccy/go-json v0.10.2 // indirect
39
43
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
40
44
github.com/golang/protobuf v1.5.0 // indirect
41
45
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
42
- github.com/json-iterator/go v1.1.10 // indirect
46
+ github.com/json-iterator/go v1.1.12 // indirect
47
+ github.com/klauspost/cpuid/v2 v2.2.4 // indirect
43
48
github.com/kr/text v0.2.0 // indirect
44
- github.com/leodido/go-urn v1.2.0 // indirect
45
- github.com/mattn/go-isatty v0.0.12 // indirect
49
+ github.com/leodido/go-urn v1.2.4 // indirect
50
+ github.com/mattn/go-isatty v0.0.19 // indirect
46
51
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
47
52
github.com/mitchellh/mapstructure v1.4.1 // indirect
48
53
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
49
- github.com/modern-go/reflect2 v1.0.1 // indirect
54
+ github.com/modern-go/reflect2 v1.0.2 // indirect
50
55
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
51
56
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
52
57
github.com/omec-project/fsm v1.1.0 // indirect
53
58
github.com/omec-project/logger_conf v1.1.0 // indirect
54
59
github.com/omec-project/path_util v1.1.0 // indirect
55
60
github.com/omec-project/util_3gpp v1.1.1 // indirect
61
+ github.com/pelletier/go-toml/v2 v2.0.8 // indirect
56
62
github.com/pkg/errors v0.9.1 // indirect
57
63
github.com/prometheus/client_golang v0.9.3 // indirect
58
64
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
59
65
github.com/prometheus/common v0.4.0 // indirect
60
66
github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084 // indirect
61
67
github.com/russross/blackfriday/v2 v2.0.1 // indirect
62
68
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
63
- github.com/ugorji/go/codec v1.2.3 // indirect
64
- golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
69
+ github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
70
+ github.com/ugorji/go/codec v1.2.11 // indirect
71
+ golang.org/x/arch v0.3.0 // indirect
72
+ golang.org/x/crypto v0.9.0 // indirect
65
73
golang.org/x/oauth2 v0.0.0-20210810183815-faf39c7919d5 // indirect
66
- golang.org/x/text v0.3.6 // indirect
74
+ golang.org/x/text v0.9.0 // indirect
67
75
google.golang.org/appengine v1.6.6 // indirect
68
- google.golang.org/protobuf v1.27.1 // indirect
76
+ google.golang.org/protobuf v1.30.0 // indirect
69
77
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
70
78
gopkg.in/h2non/gock.v1 v1.1.2 // indirect
71
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
79
+ gopkg.in/yaml.v3 v3.0.1 // indirect
72
80
)
0 commit comments