From 02485ebedea105ed27a0569c25a4366a1f53e40a Mon Sep 17 00:00:00 2001 From: Joakim Ahrlin Date: Thu, 24 Feb 2022 14:40:04 +0100 Subject: [PATCH] goimports Signed-off-by: Joakim Ahrlin --- cmd/ctl/pkg/uninstall/uninstall.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmd/ctl/pkg/uninstall/uninstall.go b/cmd/ctl/pkg/uninstall/uninstall.go index 949dcbad6..410d9a938 100644 --- a/cmd/ctl/pkg/uninstall/uninstall.go +++ b/cmd/ctl/pkg/uninstall/uninstall.go @@ -20,17 +20,18 @@ import ( "context" "errors" "fmt" - "helm.sh/helm/v3/pkg/storage/driver" "log" "os" "time" - "github.com/cert-manager/cert-manager/cmd/ctl/pkg/build" "github.com/spf13/cobra" "helm.sh/helm/v3/pkg/action" "helm.sh/helm/v3/pkg/cli" "helm.sh/helm/v3/pkg/release" + "helm.sh/helm/v3/pkg/storage/driver" "k8s.io/cli-runtime/pkg/genericclioptions" + + "github.com/cert-manager/cert-manager/cmd/ctl/pkg/build" ) type options struct {