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/commit/create_file.go')
-rw-r--r--cmd/gitaly-git2go-v14/commit/create_file.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gitaly-git2go-v14/commit/create_file.go b/cmd/gitaly-git2go-v14/commit/create_file.go
index 4aafc6f18..a807e31a8 100644
--- a/cmd/gitaly-git2go-v14/commit/create_file.go
+++ b/cmd/gitaly-git2go-v14/commit/create_file.go
@@ -5,7 +5,7 @@ package commit
import (
git "github.com/libgit2/git2go/v33"
- "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/internal/git2go"
)
func applyCreateFile(action git2go.CreateFile, index *git.Index) error {