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/stream/pktline.go')
-rw-r--r--internal/stream/pktline.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/stream/pktline.go b/internal/stream/pktline.go
index 73dd0d85d..31d9d32c1 100644
--- a/internal/stream/pktline.go
+++ b/internal/stream/pktline.go
@@ -4,7 +4,7 @@ import (
"fmt"
"io"
- "gitlab.com/gitlab-org/gitaly/v15/internal/git/pktline"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/git/pktline"
)
// Conn represents a bi-directional client side connection.