Skip to content

Commit

Permalink
Merge pull request #150 from feuyeux/dependabot/go_modules/hello-grpc…
Browse files Browse the repository at this point in the history
…-go/golang.org/x/net-0.27.0

Bump golang.org/x/net from 0.26.0 to 0.27.0 in /hello-grpc-go
  • Loading branch information
feuyeux committed Jul 12, 2024
2 parents c1ed20c + e61668c commit 081c531
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hello-grpc-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ 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.26.0
golang.org/x/net v0.27.0
// https://github.com/grpc/grpc-go/tags
google.golang.org/grpc v1.64.0
// https://github.com/protocolbuffers/protobuf-go/tags
google.golang.org/protobuf v1.34.2
google.golang.org/protobuf v1.34.2 // indirect
)

require (
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.21.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
Expand Down

0 comments on commit 081c531

Please sign in to comment.