Skip to content

Commit

Permalink
Merge pull request #1601 from vespa-engine/dependabot/go_modules/exam…
Browse files Browse the repository at this point in the history
…ples/google-cloud/cloud-functions/go/golang.org/x/crypto-0.31.0

Bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /examples/google-cloud/cloud-functions/go
  • Loading branch information
kkraune authored Dec 12, 2024
2 parents f8ec264 + d37977b commit ffa935f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/google-cloud/cloud-functions/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ require (
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/oauth2 v0.17.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/time v0.5.0 // indirect
google.golang.org/api v0.166.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
Expand Down

0 comments on commit ffa935f

Please sign in to comment.