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/std_stream.go')
-rw-r--r--internal/stream/std_stream.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/stream/std_stream.go b/internal/stream/std_stream.go
index a6ba0f0a2..cd716f8cd 100644
--- a/internal/stream/std_stream.go
+++ b/internal/stream/std_stream.go
@@ -4,7 +4,7 @@ import (
"fmt"
"io"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// StdoutStderrResponse is an interface for RPC responses that need to stream stderr and stdout