summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChangzheng Liu <cliu@gitlab.com>2020-05-21 22:35:56 -0700
committerChangzheng Liu <cliu@gitlab.com>2020-05-21 22:35:56 -0700
commit48b0bbd5aac1facb97d957122eef199ac84f5d72 (patch)
tree954b86b8d75a1e7dcc831c1c17084926e9ddb42e /go.mod
parenta38da6c11864f98950f7145ab5707bd461d16e39 (diff)
downloadgitlab-shell-cl-client-name.tar.gz
Set client name when making requests to Gitalycl-client-name
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 3aa6c46..0f70349 100644
--- a/go.mod
+++ b/go.mod
@@ -5,10 +5,11 @@ go 1.12
require (
github.com/mattn/go-shellwords v0.0.0-20190425161501-2444a32a19f4
github.com/otiai10/copy v1.0.1
- github.com/sirupsen/logrus v1.2.0
- github.com/stretchr/testify v1.3.0
+ github.com/otiai10/curr v1.0.0 // indirect
+ github.com/sirupsen/logrus v1.3.0
+ github.com/stretchr/testify v1.4.0
gitlab.com/gitlab-org/gitaly v1.68.0
- gitlab.com/gitlab-org/labkit v0.0.0-20190221122536-0c3fc7cdd57c
+ gitlab.com/gitlab-org/labkit v0.0.0-20200507062444-0149780c759d
google.golang.org/grpc v1.24.0
- gopkg.in/yaml.v2 v2.2.2
+ gopkg.in/yaml.v2 v2.2.4
)