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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-10-17 12:10:44 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-17 12:10:44 +0300
commitb9b58dba70466949d761132d2d96f0f24c0b469c (patch)
tree12fa5fa325cb89b7a5620f5d5556d3a80c931b8f /workhorse/go.mod
parent7118851f0272b099335a34d8ca18a045aa5de51d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'workhorse/go.mod')
-rw-r--r--workhorse/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/workhorse/go.mod b/workhorse/go.mod
index d2d5e4b44f9..0843fe48130 100644
--- a/workhorse/go.mod
+++ b/workhorse/go.mod
@@ -34,7 +34,7 @@ require (
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
golang.org/x/tools v0.1.12
- google.golang.org/grpc v1.50.0
+ google.golang.org/grpc v1.50.1
google.golang.org/protobuf v1.28.1
honnef.co/go/tools v0.3.3
)