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:
authorIgor <iwiedler@gitlab.com>2020-09-15 07:17:54 +0300
committerPaul Okstad <pokstad@gitlab.com>2020-09-15 07:17:54 +0300
commiteed4f3fe2ce443ba8e3843580507862ac6d1372d (patch)
tree35a991636cd102c1150292ac19aabb0326f1d016 /go.mod
parentfc154679324dab09675277d9f8c4a37d3d4e34f0 (diff)
Bump labkit dependency to get mutex profiling
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 e7d51f7da..44f7cd29a 100644
--- a/go.mod
+++ b/go.mod
@@ -21,7 +21,7 @@ require (
github.com/stretchr/testify v1.4.0
github.com/uber/jaeger-client-go v2.15.0+incompatible
gitlab.com/gitlab-org/gitlab-shell v0.0.0-20200821152636-82ec8144fb2a
- gitlab.com/gitlab-org/labkit v0.0.0-20200507062444-0149780c759d
+ gitlab.com/gitlab-org/labkit v0.0.0-20200908084045-45895e129029
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20200113162924-86b910548bc1
golang.org/x/text v0.3.3 // indirect