summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPatrick Bajao <ebajao@gitlab.com>2021-08-04 08:43:43 +0000
committerPatrick Bajao <ebajao@gitlab.com>2021-08-04 08:43:43 +0000
commit7b44ce1d4a0716d27acabb4f826eb5613dade082 (patch)
tree51a9edeb92dbb8743ae1927f62d8d86cde0e861a /go.mod
parentdf0138b5f0f8f998a832c6c063128f56d1953604 (diff)
parent1274858f5565d59dcc36813964334a21fffc369b (diff)
downloadgitlab-shell-7b44ce1d4a0716d27acabb4f826eb5613dade082.tar.gz
Merge branch '499-use-labkit-logging-initialize' into 'main'
Switch to labkit for logging system setup Closes #271 See merge request gitlab-org/gitlab-shell!504
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index f0fe06d..7c135f8 100644
--- a/go.mod
+++ b/go.mod
@@ -10,10 +10,9 @@ require (
github.com/otiai10/copy v1.4.2
github.com/pires/go-proxyproto v0.6.0
github.com/prometheus/client_golang v1.10.0
- github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
gitlab.com/gitlab-org/gitaly/v14 v14.0.0-rc1
- gitlab.com/gitlab-org/labkit v1.4.1
+ gitlab.com/gitlab-org/labkit v1.7.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/grpc v1.37.0