Skip to content

Commit 432b090

Browse files
jeffjeff
authored andcommitted
fix: golangci-lint v2.1.6 for ue_context.go
1 parent b3b2037 commit 432b090

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

internal/sbi/processor/ue_context.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import (
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

0 commit comments

Comments
 (0)