Skip to content

Commit

Permalink
Set client name when making requests to Gitaly
Browse files Browse the repository at this point in the history
  • Loading branch information
Changzheng Liu committed May 22, 2020
1 parent a38da6c commit 48b0bbd
Show file tree
Hide file tree
Showing 3 changed files with 320 additions and 13 deletions.
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Loading

0 comments on commit 48b0bbd

Please sign in to comment.