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:
authorJohn Cai <jcai@gitlab.com>2019-07-19 08:22:14 +0300
committerJohn Cai <jcai@gitlab.com>2019-07-19 08:22:14 +0300
commitb399a9c974df029d8e4a519d0fba1ae0b44eb8a9 (patch)
treece7682b699582627d18c4c568e295add3346f782 /go.mod
parenta3047689e849690c7c36b85d6092433df6732422 (diff)
Handle failover by catching SIGUSR1 signal AND other refactors
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 512f62805..a8b29a4a1 100644
--- a/go.mod
+++ b/go.mod
@@ -9,6 +9,7 @@ require (
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/kr/pretty v0.1.0 // indirect
github.com/libgit2/git2go v0.0.0-20190104134018-ecaeb7a21d47
github.com/prometheus/client_golang v1.0.0
github.com/sirupsen/logrus v1.2.0
@@ -16,10 +17,12 @@ require (
github.com/tinylib/msgp v1.1.0 // indirect
gitlab.com/gitlab-org/gitaly-proto v1.37.0
gitlab.com/gitlab-org/labkit v0.0.0-20190221122536-0c3fc7cdd57c
+ golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5 // indirect
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
- golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
+ golang.org/x/sys v0.0.0-20190422165155-953cdadca894
google.golang.org/genproto v0.0.0-20181202183823-bd91e49a0898 // indirect
google.golang.org/grpc v1.16.0
+ gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)