Skip to content

Commit

Permalink
update pkg version
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-ywliu committed Feb 17, 2024
1 parent 2d7d0fc commit c45e66d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 388 deletions.
11 changes: 6 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@ module github.com/free5gc/ngap
go 1.17

require (
github.com/antonfisher/nested-logrus-formatter v1.3.1
github.com/free5gc/aper v1.0.5-0.20230614030933-c73735898582
github.com/free5gc/openapi v1.0.6
github.com/free5gc/aper v1.0.5
github.com/free5gc/openapi v1.0.7
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.3
github.com/tim-ywliu/nested-logrus-formatter v1.3.2
)

require (
github.com/antonfisher/nested-logrus-formatter v1.3.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.5.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit c45e66d

Please sign in to comment.