Bump google.golang.org/grpc from 1.67.1 to 1.68.1

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.67.1 to 1.68.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.67.1...v1.68.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  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]
2024-12-09 15:45:40 +00:00
committed by GitHub
parent dbeedf342a
commit 30dd9a6c13
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -41,7 +41,7 @@ require (
golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81
golang.org/x/net v0.31.0
google.golang.org/api v0.210.0
google.golang.org/grpc v1.67.1
google.golang.org/grpc v1.68.1
google.golang.org/protobuf v1.35.2
)