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/gitaly/service/repository/remove_all.go')
-rw-r--r--internal/gitaly/service/repository/remove_all.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/gitaly/service/repository/remove_all.go b/internal/gitaly/service/repository/remove_all.go
index a8d0cb14c..3a0d24a1f 100644
--- a/internal/gitaly/service/repository/remove_all.go
+++ b/internal/gitaly/service/repository/remove_all.go
@@ -7,8 +7,8 @@ import (
"os"
"path/filepath"
- "gitlab.com/gitlab-org/gitaly/v15/internal/structerr"
- "gitlab.com/gitlab-org/gitaly/v15/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/structerr"
+ "gitlab.com/gitlab-org/gitaly/v16/proto/go/gitalypb"
)
func (s *server) RemoveAll(ctx context.Context, in *gitalypb.RemoveAllRequest) (*gitalypb.RemoveAllResponse, error) {