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/sidechannel/conn.go')
-rw-r--r--internal/sidechannel/conn.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/sidechannel/conn.go b/internal/sidechannel/conn.go
index 5af660fab..b67feb7b0 100644
--- a/internal/sidechannel/conn.go
+++ b/internal/sidechannel/conn.go
@@ -5,7 +5,7 @@ import (
"io"
"net"
- "gitlab.com/gitlab-org/gitaly/v14/internal/git/pktline"
+ "gitlab.com/gitlab-org/gitaly/internal/git/pktline"
"gitlab.com/gitlab-org/gitaly/v14/streamio"
)