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](https://github.com/grpc/grpc-go/compare/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>
This commit is contained in:
dependabot[bot]
2025-12-29 15:02:07 +00:00
committed by GitHub
parent 2f82cb13b2
commit c46e7ce99b
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -43,7 +43,7 @@ require (
golang.org/x/net v0.48.0
golang.org/x/sync v0.19.0
google.golang.org/api v0.257.0
google.golang.org/grpc v1.77.0
google.golang.org/grpc v1.78.0
google.golang.org/protobuf v1.36.11
)