Skip to content

Commit 64ebc77

Browse files
Bump google.golang.org/grpc (#123)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.1 to 1.79.3. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.62.1...v1.79.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.79.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c7471e commit 64ebc77

File tree

1 file changed

+8
-8
lines changed
  • staging/networking-benchmarks-for-gRPC/grpc_servers_impl/go

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
module main
22

3-
go 1.22
3+
go 1.24.0
4+
45
toolchain go1.24.1
56

6-
require google.golang.org/grpc v1.62.1
7+
require google.golang.org/grpc v1.79.3
78

89
require (
9-
github.com/golang/protobuf v1.5.3 // indirect
10-
golang.org/x/net v0.38.0 // indirect
11-
golang.org/x/sys v0.31.0 // indirect
12-
golang.org/x/text v0.23.0 // indirect
13-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
14-
google.golang.org/protobuf v1.33.0 // indirect
10+
golang.org/x/net v0.48.0 // indirect
11+
golang.org/x/sys v0.39.0 // indirect
12+
golang.org/x/text v0.32.0 // indirect
13+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
14+
google.golang.org/protobuf v1.36.10 // indirect
1515
)

0 commit comments

Comments
 (0)