Skip to content

Commit 081c531

Browse files
authored
Merge pull request #150 from feuyeux/dependabot/go_modules/hello-grpc-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
2 parents c1ed20c + e61668c commit 081c531

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: hello-grpc-go/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ require (
1818
// https://pkg.go.dev/go.uber.org/ratelimit?tab=versions
1919
go.uber.org/ratelimit v0.3.1
2020
// https://pkg.go.dev/golang.org/x/net
21-
golang.org/x/net v0.26.0
21+
golang.org/x/net v0.27.0
2222
// https://github.com/grpc/grpc-go/tags
2323
google.golang.org/grpc v1.64.0
2424
// https://github.com/protocolbuffers/protobuf-go/tags
25-
google.golang.org/protobuf v1.34.2
25+
google.golang.org/protobuf v1.34.2 // indirect
2626
)
2727

2828
require (
@@ -38,7 +38,7 @@ require (
3838
go.uber.org/atomic v1.7.0 // indirect
3939
go.uber.org/multierr v1.6.0 // indirect
4040
go.uber.org/zap v1.18.1 // indirect
41-
golang.org/x/sys v0.21.0 // indirect
41+
golang.org/x/sys v0.22.0 // indirect
4242
golang.org/x/text v0.16.0 // indirect
4343
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
4444
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect

0 commit comments

Comments
 (0)