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-10-11 10:19:11 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-10-11 10:19:11 +0300
commit93832f3bd4c8c6798492d233a5f19578f6381509 (patch)
treedeec599c4886897f833111a84a25a6a3abd305a0 /go.mod
parent94a42419e0b56cf05ba233a39ed699b907056809 (diff)
go: Update module google.golang.org/grpc to v1.58.3
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 25bbb8622..cff515995 100644
--- a/go.mod
+++ b/go.mod
@@ -45,7 +45,7 @@ require (
golang.org/x/text v0.13.0
golang.org/x/time v0.3.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20230913181813-007df8e322eb
- google.golang.org/grpc v1.58.2
+ google.golang.org/grpc v1.58.3
google.golang.org/protobuf v1.31.0
)