diff options
author | Pavlo Strokov <pstrokov@gitlab.com> | 2021-05-20 11:20:40 +0300 |
---|---|---|
committer | Pavlo Strokov <pstrokov@gitlab.com> | 2021-05-20 11:20:40 +0300 |
commit | 1ab831c39fb51ec7aec45b1ea10088757d0d370a (patch) | |
tree | 4a7be2e65c699b7e264cab9f2a4884843115c1f0 /go.mod | |
parent | 2aba135c023fc83c212b524b95e36ebc80657c95 (diff) | |
download | gitlab-shell-1ab831c39fb51ec7aec45b1ea10088757d0d370a.tar.gz |
fix: upgrade of the labkit dependency
The labkit has a fix in the dependency chain b36f912 (Merge branch 'ps-fix-dep-version' into 'master', 2021-05-20).
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ require ( 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.4.0 + gitlab.com/gitlab-org/labkit v1.4.1 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 |