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/featureflags.go')
-rw-r--r--cmd/gitaly-git2go/featureflags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gitaly-git2go/featureflags.go b/cmd/gitaly-git2go/featureflags.go
index fbe716209..055f18be9 100644
--- a/cmd/gitaly-git2go/featureflags.go
+++ b/cmd/gitaly-git2go/featureflags.go
@@ -7,8 +7,8 @@ import (
"encoding/gob"
"flag"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/featureflag"
"gitlab.com/gitlab-org/gitaly/v16/internal/git2go"
- "gitlab.com/gitlab-org/gitaly/v16/internal/metadata/featureflag"
)
// This subcommand is only called in tests, so we don't want to register it like