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:
authorMikhail Mazurskiy <mmazurskiy@gitlab.com>2020-11-13 05:04:53 +0300
committerMikhail Mazurskiy <mmazurskiy@gitlab.com>2020-11-17 01:09:02 +0300
commitd9b752915820546e059224821bee83f3367f2314 (patch)
tree2f582f9880d16890138016e773bdce2aa0b08025 /go.mod
parent603fa1a86922896abd908465fccac078093adb7a (diff)
Use new correlation ID generator
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 41b9aed0a..bd191a41b 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module gitlab.com/gitlab-org/gitaly
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cloudflare/tableflip v1.2.1-0.20200514155827-4baec9811f2b
- github.com/getsentry/sentry-go v0.5.1
+ github.com/getsentry/sentry-go v0.7.0
github.com/git-lfs/git-lfs v1.5.1-0.20200916154635-9ea4eed5b112
github.com/gogo/protobuf v1.2.1 // indirect
github.com/golang/protobuf v1.3.2
@@ -16,17 +16,17 @@ require (
github.com/libgit2/git2go/v30 v30.0.5
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/olekukonko/tablewriter v0.0.2
- github.com/opentracing/opentracing-go v1.0.2
+ github.com/opentracing/opentracing-go v1.2.0
github.com/otiai10/curr v1.0.0 // indirect
github.com/pelletier/go-toml v1.8.1
github.com/prometheus/client_golang v1.0.0
github.com/prometheus/procfs v0.0.3 // indirect
github.com/rubenv/sql-migrate v0.0.0-20191213152630-06338513c237
github.com/sirupsen/logrus v1.7.0
- github.com/stretchr/testify v1.5.1
+ 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/labkit v0.0.0-20201014124351-eb1fe6499318
+ 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
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect