Skip to content

Commit 51e3c08

Browse files
Bump google.golang.org/grpc from 1.71.1 to 1.72.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.71.1 to 1.72.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.71.1...v1.72.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.72.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e82c403 commit 51e3c08

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/spf13/cobra v1.9.1
1212
github.com/spf13/pflag v1.0.6
1313
github.com/stretchr/testify v1.10.0
14-
google.golang.org/grpc v1.71.1
14+
google.golang.org/grpc v1.72.0
1515
google.golang.org/protobuf v1.36.6
1616
k8s.io/apimachinery v0.32.3
1717
k8s.io/cri-api v0.32.3
@@ -25,9 +25,9 @@ require (
2525
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2626
github.com/kr/text v0.2.0 // indirect
2727
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
28-
golang.org/x/net v0.34.0 // indirect
29-
golang.org/x/sys v0.29.0 // indirect
30-
golang.org/x/text v0.21.0 // indirect
31-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
28+
golang.org/x/net v0.35.0 // indirect
29+
golang.org/x/sys v0.30.0 // indirect
30+
golang.org/x/text v0.22.0 // indirect
31+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
3232
gopkg.in/yaml.v3 v3.0.1 // indirect
3333
)

go.sum

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)