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:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod26
1 files changed, 12 insertions, 14 deletions
diff --git a/go.mod b/go.mod
index ced04f30a..5c66cddfb 100644
--- a/go.mod
+++ b/go.mod
@@ -12,13 +12,12 @@ exclude (
require (
github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
github.com/avast/retry-go v3.0.0+incompatible // indirect
- github.com/beorn7/perks v1.0.1 // indirect
github.com/cloudflare/tableflip v1.2.2
github.com/containerd/cgroups v0.0.0-20201118023556-2819c83ced99
- github.com/getsentry/sentry-go v0.7.0
+ github.com/getsentry/sentry-go v0.9.0
github.com/git-lfs/git-lfs v1.5.1-0.20210304194248-2e1d981afbe3
- github.com/golang/protobuf v1.3.3
- github.com/google/uuid v1.1.1
+ github.com/golang/protobuf v1.4.3
+ github.com/google/uuid v1.1.2
github.com/grpc-ecosystem/go-grpc-middleware v1.2.3-0.20210213123510-be4c235f9d1c
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/hashicorp/go-uuid v1.0.2 // indirect
@@ -33,21 +32,20 @@ require (
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/prometheus/client_golang v1.9.0
github.com/rubenv/sql-migrate v0.0.0-20191213152630-06338513c237
- github.com/sirupsen/logrus v1.7.0
- github.com/stretchr/testify v1.6.1
+ github.com/sirupsen/logrus v1.7.1
+ github.com/stretchr/testify v1.7.0
github.com/uber/jaeger-client-go v2.15.0+incompatible
gitlab.com/gitlab-org/gitlab-shell v1.9.8-0.20201117050822-3f9890ef73dc
- gitlab.com/gitlab-org/labkit v1.0.0
+ gitlab.com/gitlab-org/labkit v1.3.1
go.uber.org/goleak v1.1.10
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
- golang.org/x/exp v0.0.0-20200331195152-e8c3332aa8e5 // indirect
- golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
- golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
- golang.org/x/text v0.3.3
- google.golang.org/grpc v1.29.1
+ golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
+ golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
+ golang.org/x/text v0.3.5
+ google.golang.org/grpc v1.35.0
+ google.golang.org/protobuf v1.25.0
gopkg.in/yaml.v2 v2.4.0 // indirect
)