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 'cmd/gitaly-git2go-v14/testhelper_test.go')
-rw-r--r--cmd/gitaly-git2go-v14/testhelper_test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/gitaly-git2go-v14/testhelper_test.go b/cmd/gitaly-git2go-v14/testhelper_test.go
index 826c9250f..a27531fee 100644
--- a/cmd/gitaly-git2go-v14/testhelper_test.go
+++ b/cmd/gitaly-git2go-v14/testhelper_test.go
@@ -6,10 +6,10 @@ package main
import (
"testing"
- "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
- "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/internal/testhelper"
)
func TestMain(m *testing.M) {