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/testhelper/gitlabtest.go')
-rw-r--r--internal/testhelper/gitlabtest.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/testhelper/gitlabtest.go b/internal/testhelper/gitlabtest.go
index bfcd0856f..1cf948ea8 100644
--- a/internal/testhelper/gitlabtest.go
+++ b/internal/testhelper/gitlabtest.go
@@ -1,7 +1,7 @@
package testhelper
import (
- "gitlab.com/gitlab-org/gitaly/v15/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v16/proto/go/gitalypb"
"google.golang.org/protobuf/types/known/timestamppb"
)