Welcome to mirror list, hosted at ThFree Co, Russian Federation.

go.mod - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
blob: c9581053bd61e7e5558dbdcfff93af4664cadbef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module gitlab.com/gitlab-org/gitaly

require (
	github.com/BurntSushi/toml v0.3.1
	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/golang/protobuf v1.3.2
	github.com/google/uuid v1.1.1
	github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
	github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
	github.com/kelseyhightower/envconfig v1.3.0
	github.com/lib/pq v1.2.0
	github.com/olekukonko/tablewriter v0.0.2
	github.com/otiai10/curr v1.0.0 // indirect
	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.4.2
	github.com/stretchr/testify v1.4.0
	gitlab.com/gitlab-org/gitlab-shell v1.9.8-0.20200506213341-716e30c55e89
	gitlab.com/gitlab-org/labkit v0.0.0-20200507062444-0149780c759d
	golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
	golang.org/x/sys v0.0.0-20200113162924-86b910548bc1
	google.golang.org/grpc v1.24.0
	gopkg.in/yaml.v2 v2.2.8
)

go 1.13