Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-08-22 21:22:29 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-08-22 21:22:29 +0300
commit195f98010c74ac21002b1615d31cdec9129f2690 (patch)
tree3b3c549a47d173723293a9f87756fe24e6a123e2 /go.mod
parent612e84051fb97c16e97ff9044d9a539bb8d6493a (diff)
go: Update google.golang.org/genproto/googleapis/rpc digest to b8732ec
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 868f22617..02b87db81 100644
--- a/go.mod
+++ b/go.mod
@@ -45,7 +45,7 @@ require (
golang.org/x/sys v0.11.0
golang.org/x/text v0.12.0
golang.org/x/time v0.3.0
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230815205213-6bfd019c3878
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d
google.golang.org/grpc v1.57.0
google.golang.org/protobuf v1.31.0
)