Skip to content

Commit 031780a

Browse files
build(deps): bump google.golang.org/grpc from 1.77.0 to 1.78.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.77.0 to 1.78.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.77.0...v1.78.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.78.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e375d53 commit 031780a

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/spf13/cobra v1.10.2
1212
github.com/spf13/pflag v1.0.10
1313
github.com/stretchr/testify v1.11.1
14-
google.golang.org/grpc v1.77.0
14+
google.golang.org/grpc v1.78.0
1515
google.golang.org/protobuf v1.36.11
1616
k8s.io/api v0.34.3
1717
k8s.io/apimachinery v0.34.3
@@ -42,13 +42,13 @@ require (
4242
github.com/x448/float16 v0.8.4 // indirect
4343
go.yaml.in/yaml/v2 v2.4.2 // indirect
4444
go.yaml.in/yaml/v3 v3.0.4 // indirect
45-
golang.org/x/net v0.46.1-0.20251013234738-63d1a5100f82 // indirect
45+
golang.org/x/net v0.47.0 // indirect
4646
golang.org/x/oauth2 v0.32.0 // indirect
47-
golang.org/x/sys v0.37.0 // indirect
48-
golang.org/x/term v0.36.0 // indirect
49-
golang.org/x/text v0.30.0 // indirect
47+
golang.org/x/sys v0.38.0 // indirect
48+
golang.org/x/term v0.37.0 // indirect
49+
golang.org/x/text v0.31.0 // indirect
5050
golang.org/x/time v0.9.0 // indirect
51-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
51+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda // indirect
5252
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
5353
gopkg.in/inf.v0 v0.9.1 // indirect
5454
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

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

0 commit comments

Comments
 (0)