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
diff options
context:
space:
mode:
Diffstat (limited to 'internal/git/protocol.go')
-rw-r--r--internal/git/protocol.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/git/protocol.go b/internal/git/protocol.go
index 922238d50..ac86873b8 100644
--- a/internal/git/protocol.go
+++ b/internal/git/protocol.go
@@ -7,7 +7,6 @@ import (
grpc_ctxtags "github.com/grpc-ecosystem/go-grpc-middleware/tags"
"github.com/prometheus/client_golang/prometheus"
-
"gitlab.com/gitlab-org/gitaly/internal/config"
)