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:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2020-10-16 09:53:52 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2020-10-16 10:16:13 +0300
commit4c70617fbef3cbf1f14c2f1404ed7a4729ccc6f2 (patch)
tree1d019305f03cabb94d9383627472e7988e824736 /go.mod
parentf69d41ee5bdf9df48dd8a6cbd682544c8d42391f (diff)
hooks: Set Gitaly as user agent for API calls
GitLab-Shell and Gitaly share code to call out to the internal API from GitLab-Rails. That means it's hard to easily differentiate the requests from one another. This change sets the UserAgent to `gitaly/` postfixed with the current version.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 5 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index a862936d6..0e9af60ca 100644
--- a/go.mod
+++ b/go.mod
@@ -17,21 +17,22 @@ require (
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/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/client_model v0.0.0-20190812154241-14fe0d1b01d4
github.com/prometheus/procfs v0.0.3 // indirect
github.com/rubenv/sql-migrate v0.0.0-20191213152630-06338513c237
- github.com/sirupsen/logrus v1.6.0
+ github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.5.1
github.com/uber/jaeger-client-go v2.15.0+incompatible
- gitlab.com/gitlab-org/gitlab-shell v0.0.0-20200921044701-1a2bfecd2f0e
- gitlab.com/gitlab-org/labkit v0.0.0-20200908084045-45895e129029
+ gitlab.com/gitlab-org/gitlab-shell v1.9.8-0.20201015160834-d2f888583c77
+ gitlab.com/gitlab-org/labkit v0.0.0-20201014124351-eb1fe6499318
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
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
- golang.org/x/sys v0.0.0-20200918174421-af09f7315aff
+ golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211
golang.org/x/text v0.3.3 // indirect
google.golang.org/grpc v1.24.0
gopkg.in/yaml.v2 v2.3.0