File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ require (
1313 github.com/free5gc/util v1.2.0
1414 github.com/gin-gonic/gin v1.10.0
1515 github.com/google/uuid v1.6.0
16+ github.com/h2non/gock v1.2.0
1617 github.com/mitchellh/mapstructure v1.5.0
1718 github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
1819 github.com/pkg/errors v0.9.1
@@ -45,7 +46,6 @@ require (
4546 github.com/goccy/go-json v0.10.2 // indirect
4647 github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
4748 github.com/gopherjs/gopherjs v1.17.2 // indirect
48- github.com/h2non/gock v1.2.0 // indirect
4949 github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
5050 github.com/json-iterator/go v1.1.12 // indirect
5151 github.com/jtolds/gls v4.20.0+incompatible // indirect
Original file line number Diff line number Diff line change 88 "strings"
99 "time"
1010
11+ "github.com/gin-gonic/gin"
12+
1113 "github.com/free5gc/amf/internal/context"
1214 gmm_common "github.com/free5gc/amf/internal/gmm/common"
1315 "github.com/free5gc/amf/internal/logger"
@@ -18,7 +20,6 @@ import (
1820 "github.com/free5gc/ngap/ngapType"
1921 "github.com/free5gc/openapi/models"
2022 "github.com/free5gc/util/metrics/sbi"
21- "github.com/gin-gonic/gin"
2223)
2324
2425// TS 29.518 5.2.2.2.3
You can’t perform that action at this time.
0 commit comments