Skip to content

Commit

Permalink
Merge pull request #437 from owasp-noir/dependabot/go_modules/spec/fu…
Browse files Browse the repository at this point in the history
…nctional_test/fixtures/go/gin/golang.org/x/crypto-0.17.0

chore(deps): Bump golang.org/x/crypto from 0.13.0 to 0.17.0 in /spec/functional_test/fixtures/go/gin
  • Loading branch information
hahwul authored Oct 31, 2024
2 parents c4c9d53 + e7d2e4f commit d745c18
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions spec/functional_test/fixtures/go/gin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ module github.com/hahwul/test-go-app

go 1.20

require github.com/gin-gonic/gin v1.9.1

require (
github.com/bytedance/sonic v1.10.0 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
github.com/chenzhuoyu/iasm v0.9.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/gin-gonic/gin v1.9.1 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.15.3 // indirect
Expand All @@ -23,10 +24,10 @@ require (
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
golang.org/x/arch v0.5.0 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit d745c18

Please sign in to comment.