From 2ae625d0db8077fe89fa8aee3fcc01ef84bafb0d Mon Sep 17 00:00:00 2001 From: Antonin Stefanutti Date: Tue, 19 Sep 2023 19:12:05 +0200 Subject: [PATCH] Remove openshift-goimports from tools.go --- hack/tools.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hack/tools.go b/hack/tools.go index f23ba362..f28d1037 100644 --- a/hack/tools.go +++ b/hack/tools.go @@ -2,8 +2,3 @@ // +build tools package hack - -// Add tools that hack scripts depend on here, to ensure they are vendored. -import ( - goimports "github.com/openshift-eng/openshift-goimports" -)