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:
authorPaul Okstad <pokstad@gitlab.com>2020-11-17 21:24:52 +0300
committerPaul Okstad <pokstad@gitlab.com>2020-11-17 21:24:52 +0300
commit13839ed64f05c62cfe486424a8cd14279b51ae19 (patch)
tree839166a61e8f8896af61068291d63a0f7066ad24 /go.mod
parent381df30b1b49b9fcfbc1e4107a106a70f1403c7d (diff)
Inject entire config to GitLab API instantiation
To support configuring client certificates in TLS connections to the GitLab internal API, the entire configuration is needed.
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 bd191a41b..28d02380a 100644
--- a/go.mod
+++ b/go.mod
@@ -25,7 +25,7 @@ require (
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.6.1
github.com/uber/jaeger-client-go v2.15.0+incompatible
- gitlab.com/gitlab-org/gitlab-shell v1.9.8-0.20201106143703-da924afd346d
+ gitlab.com/gitlab-org/gitlab-shell v1.9.8-0.20201117050822-3f9890ef73dc
gitlab.com/gitlab-org/labkit v0.0.0-20201113080642-40dcf811328c
go.uber.org/atomic v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect