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/helper/storage.go')
-rw-r--r--internal/helper/storage.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/helper/storage.go b/internal/helper/storage.go
index 1ae7985ab..12d31e5db 100644
--- a/internal/helper/storage.go
+++ b/internal/helper/storage.go
@@ -7,7 +7,7 @@ import (
"errors"
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
"google.golang.org/grpc/metadata"
)