summaryrefslogtreecommitdiff
path: root/go/internal/handler/receive_pack.go
diff options
context:
space:
mode:
authorAndrew Newdigate <andrew@gitlab.com>2018-12-11 09:52:09 +0000
committerDouwe Maan <douwe@gitlab.com>2018-12-11 09:52:09 +0000
commit31aa46725ea7e14af359024b99d14c770eeadf79 (patch)
tree544fda407b7df029b0dd122f949fd0dfe3ad9694 /go/internal/handler/receive_pack.go
parent1422613332b8b522bcbba0620ba69e89e6a459d4 (diff)
downloadgitlab-shell-31aa46725ea7e14af359024b99d14c770eeadf79.tar.gz
Vendor updates
Diffstat (limited to 'go/internal/handler/receive_pack.go')
-rw-r--r--go/internal/handler/receive_pack.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/internal/handler/receive_pack.go b/go/internal/handler/receive_pack.go
index e69486f..3496af0 100644
--- a/go/internal/handler/receive_pack.go
+++ b/go/internal/handler/receive_pack.go
@@ -5,7 +5,7 @@ import (
"fmt"
"os"
- pb "gitlab.com/gitlab-org/gitaly-proto/go"
+ pb "gitlab.com/gitlab-org/gitaly-proto/go/gitalypb"
"gitlab.com/gitlab-org/gitaly/client"
)