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/git2go/rebase.go')
-rw-r--r--internal/git2go/rebase.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/git2go/rebase.go b/internal/git2go/rebase.go
index e35fc6e55..a54885b14 100644
--- a/internal/git2go/rebase.go
+++ b/internal/git2go/rebase.go
@@ -3,8 +3,8 @@ package git2go
import (
"context"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
)
// RebaseCommand contains parameters to rebase a branch.