From 56f26bb833a84d8b908f831f4bb5772fe359ebff Mon Sep 17 00:00:00 2001 From: everettraven Date: Mon, 20 May 2024 09:34:05 -0400 Subject: [PATCH] goimports Signed-off-by: everettraven --- pkg/reconciler/internal/hook/hook_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/reconciler/internal/hook/hook_test.go b/pkg/reconciler/internal/hook/hook_test.go index 35f6f34c..327922af 100644 --- a/pkg/reconciler/internal/hook/hook_test.go +++ b/pkg/reconciler/internal/hook/hook_test.go @@ -35,10 +35,11 @@ import ( "sigs.k8s.io/controller-runtime/pkg/handler" "sigs.k8s.io/controller-runtime/pkg/source" + sdkhandler "github.com/operator-framework/operator-lib/handler" + "github.com/operator-framework/helm-operator-plugins/pkg/hook" "github.com/operator-framework/helm-operator-plugins/pkg/internal/fake" internalhook "github.com/operator-framework/helm-operator-plugins/pkg/reconciler/internal/hook" - sdkhandler "github.com/operator-framework/operator-lib/handler" ) var _ = Describe("Hook", func() {