Skip to content

Commit 024cb98

Browse files
build(deps): bump google.golang.org/grpc from 1.77.0 to 1.78.0 (#160)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 32dff89 commit 024cb98

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/spf13/cobra v1.10.2
1010
github.com/spf13/pflag v1.0.10
1111
github.com/stretchr/testify v1.11.1
12-
google.golang.org/grpc v1.77.0
12+
google.golang.org/grpc v1.78.0
1313
google.golang.org/protobuf v1.36.11
1414
k8s.io/api v0.35.0
1515
k8s.io/apimachinery v0.35.0
@@ -44,7 +44,7 @@ require (
4444
golang.org/x/term v0.37.0 // indirect
4545
golang.org/x/text v0.31.0 // indirect
4646
golang.org/x/time v0.9.0 // indirect
47-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
47+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda // indirect
4848
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
4949
gopkg.in/inf.v0 v0.9.1 // indirect
5050
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

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

0 commit comments

Comments
 (0)