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 'proto/ssh.proto')
-rw-r--r--proto/ssh.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ssh.proto b/proto/ssh.proto
index e4f936017..4545effbf 100644
--- a/proto/ssh.proto
+++ b/proto/ssh.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package gitaly;
-option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
import "lint.proto";
import "shared.proto";