Skip to content

Commit

Permalink
Bump golang.org/x/net from 0.33.0 to 0.34.0 in /hello-grpc-go
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.34.0.
- [Commits](golang/net@v0.33.0...v0.34.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent e841385 commit 2b63994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hello-grpc-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
// https://pkg.go.dev/go.uber.org/ratelimit?tab=versions
go.uber.org/ratelimit v0.3.1
// https://pkg.go.dev/golang.org/x/net
golang.org/x/net v0.33.0
golang.org/x/net v0.34.0
// https://github.com/grpc/grpc-go/tags
google.golang.org/grpc v1.69.2
// https://github.com/protocolbuffers/protobuf-go/tags
Expand All @@ -38,7 +38,7 @@ require (
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.18.1 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
Expand Down

0 comments on commit 2b63994

Please sign in to comment.