Skip to content

Commit 12ee551

Browse files
Bump google.golang.org/grpc from 1.70.0 to 1.71.0 (#85)
1 parent 09aee83 commit 12ee551

File tree

2 files changed

+24
-22
lines changed

2 files changed

+24
-22
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
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.70.0
14+
google.golang.org/grpc v1.71.0
1515
google.golang.org/protobuf v1.36.5
1616
k8s.io/apimachinery v0.32.2
1717
k8s.io/cri-api v0.32.2
@@ -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.32.0 // indirect
29-
golang.org/x/sys v0.28.0 // indirect
28+
golang.org/x/net v0.34.0 // indirect
29+
golang.org/x/sys v0.29.0 // indirect
3030
golang.org/x/text v0.21.0 // indirect
31-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a // indirect
31+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
3232
gopkg.in/yaml.v3 v3.0.1 // indirect
3333
)

go.sum

Lines changed: 20 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)