Skip to content

Commit cc6c725

Browse files
author
Ish Shah
committed
clean up imports
Signed-off-by: Ish Shah <ishah@redhat.com>
1 parent 12164d4 commit cc6c725

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

cmd/manager/main.go

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,13 @@ import (
4040

4141
catalogd "github.com/operator-framework/catalogd/api/core/v1alpha1"
4242
helmclient "github.com/operator-framework/helm-operator-plugins/pkg/client"
43-
registryv1handler "github.com/operator-framework/rukpak/pkg/handler"
44-
crdupgradesafety "github.com/operator-framework/rukpak/pkg/preflights/crdupgradesafety"
45-
"github.com/operator-framework/rukpak/pkg/provisioner/registry"
46-
"github.com/operator-framework/rukpak/pkg/source"
47-
"github.com/operator-framework/rukpak/pkg/storage"
43+
4844
"k8s.io/apimachinery/pkg/types"
4945
corev1client "k8s.io/client-go/kubernetes/typed/core/v1"
5046
"k8s.io/client-go/rest"
5147

5248
ocv1alpha1 "github.com/operator-framework/operator-controller/api/v1alpha1"
49+
"github.com/operator-framework/operator-controller/internal/action"
5350
"github.com/operator-framework/operator-controller/internal/authentication"
5451
"github.com/operator-framework/operator-controller/internal/catalogmetadata/cache"
5552
catalogclient "github.com/operator-framework/operator-controller/internal/catalogmetadata/client"

0 commit comments

Comments
 (0)