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/git/updateref/updateref.go')
-rw-r--r--internal/git/updateref/updateref.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/git/updateref/updateref.go b/internal/git/updateref/updateref.go
index 3708e76c7..a00f78c3e 100644
--- a/internal/git/updateref/updateref.go
+++ b/internal/git/updateref/updateref.go
@@ -6,8 +6,8 @@ import (
"context"
"fmt"
- "gitlab.com/gitlab-org/gitaly/v14/internal/command"
- "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v15/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v15/internal/git"
)
// Updater wraps a `git update-ref --stdin` process, presenting an interface