Bump google.golang.org/grpc from v1.68.0 to v1.68.1
Some checks failed
dependabot-automerge / automerge (pull_request) Has been skipped
automerge / automerge (pull_request) Failing after 14s
autoapprove / autoapprove (pull_request) Failing after 23s
codeql / analyze (go) (pull_request) Failing after 52s
prbuild / test (pull_request) Failing after 5m15s
prbuild / lint (pull_request) Successful in 9m42s

This commit is contained in:
gitea-actions
2024-12-08 13:44:12 +03:00
committed by Vasiliy Tolstov
parent 55cdcfb3af
commit f685272f8c
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -7,7 +7,6 @@ toolchain go1.23.3
require (
go.unistack.org/micro/v3 v3.10.109
golang.org/x/net v0.31.0
google.golang.org/grpc v1.68.0
google.golang.org/protobuf v1.35.2
)
@@ -16,4 +15,5 @@ require (
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.20.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect
google.golang.org/grpc v1.68.1
)