summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2021-04-30 17:37:19 +0100
committerNick Thomas <nick@gitlab.com>2021-04-30 17:37:19 +0100
commit98d081d6b180d5228aa2a10a18b8fcd028c666c4 (patch)
tree0bab3af8a7b40809b87a886847a0af54737592b8 /go.mod
parent584643e0e10e0cbeee4f8366b5e50656dfee9ea4 (diff)
downloadgitlab-shell-98d081d6b180d5228aa2a10a18b8fcd028c666c4.tar.gz
Update LabKit to v1.4.0478-update-labkit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 6 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 2eeb0ad..65f7839 100644
--- a/go.mod
+++ b/go.mod
@@ -7,14 +7,14 @@ require (
github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a
github.com/otiai10/copy v1.4.2
github.com/pires/go-proxyproto v0.5.0
- github.com/prometheus/client_golang v1.9.0
- github.com/sirupsen/logrus v1.7.0
- github.com/stretchr/testify v1.6.1
+ 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 v1.68.0
- gitlab.com/gitlab-org/labkit v1.3.0
+ gitlab.com/gitlab-org/labkit v1.4.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
- golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
- google.golang.org/grpc v1.29.1
+ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
+ google.golang.org/grpc v1.37.0
gopkg.in/yaml.v2 v2.4.0
)