@@ -27,24 +27,24 @@ import (
2727 "sigs.k8s.io/controller-runtime/pkg/log/zap"
2828 "sigs.k8s.io/controller-runtime/pkg/manager"
2929
30- "github.com/percona/percona-postgresql-operator/internal/controller/pgupgrade"
31- "github.com/percona/percona-postgresql-operator/internal/controller/postgrescluster"
32- "github.com/percona/percona-postgresql-operator/internal/controller/runtime"
33- "github.com/percona/percona-postgresql-operator/internal/controller/standalone_pgadmin"
34- "github.com/percona/percona-postgresql-operator/internal/feature"
35- "github.com/percona/percona-postgresql-operator/internal/initialize"
36- "github.com/percona/percona-postgresql-operator/internal/logging"
37- "github.com/percona/percona-postgresql-operator/internal/naming"
38- "github.com/percona/percona-postgresql-operator/internal/upgradecheck"
39- perconaController "github.com/percona/percona-postgresql-operator/percona/controller"
40- "github.com/percona/percona-postgresql-operator/percona/controller/pgbackup"
41- "github.com/percona/percona-postgresql-operator/percona/controller/pgcluster"
42- "github.com/percona/percona-postgresql-operator/percona/controller/pgrestore"
43- perconaPGUpgrade "github.com/percona/percona-postgresql-operator/percona/controller/pgupgrade"
44- perconaRuntime "github.com/percona/percona-postgresql-operator/percona/runtime"
45- "github.com/percona/percona-postgresql-operator/percona/utils/registry"
46- v2 "github.com/percona/percona-postgresql-operator/pkg/apis/pgv2.percona.com/v2"
47- "github.com/percona/percona-postgresql-operator/pkg/apis/postgres-operator.crunchydata.com/v1beta1"
30+ "github.com/percona/percona-postgresql-operator/v2/ internal/controller/pgupgrade"
31+ "github.com/percona/percona-postgresql-operator/v2/ internal/controller/postgrescluster"
32+ "github.com/percona/percona-postgresql-operator/v2/ internal/controller/runtime"
33+ "github.com/percona/percona-postgresql-operator/v2/ internal/controller/standalone_pgadmin"
34+ "github.com/percona/percona-postgresql-operator/v2/ internal/feature"
35+ "github.com/percona/percona-postgresql-operator/v2/ internal/initialize"
36+ "github.com/percona/percona-postgresql-operator/v2/ internal/logging"
37+ "github.com/percona/percona-postgresql-operator/v2/ internal/naming"
38+ "github.com/percona/percona-postgresql-operator/v2/ internal/upgradecheck"
39+ perconaController "github.com/percona/percona-postgresql-operator/v2/ percona/controller"
40+ "github.com/percona/percona-postgresql-operator/v2/ percona/controller/pgbackup"
41+ "github.com/percona/percona-postgresql-operator/v2/ percona/controller/pgcluster"
42+ "github.com/percona/percona-postgresql-operator/v2/ percona/controller/pgrestore"
43+ perconaPGUpgrade "github.com/percona/percona-postgresql-operator/v2/ percona/controller/pgupgrade"
44+ perconaRuntime "github.com/percona/percona-postgresql-operator/v2/ percona/runtime"
45+ "github.com/percona/percona-postgresql-operator/v2/ percona/utils/registry"
46+ v2 "github.com/percona/percona-postgresql-operator/v2/ pkg/apis/pgv2.percona.com/v2"
47+ "github.com/percona/percona-postgresql-operator/v2/ pkg/apis/postgres-operator.crunchydata.com/v1beta1"
4848)
4949
5050var (
0 commit comments