From 02ab5117eced2604771705a81ec4ece302a458c4 Mon Sep 17 00:00:00 2001 From: aram price Date: Thu, 18 Jul 2024 16:33:40 -0700 Subject: [PATCH] fixup imports --- integration/package/package_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/integration/package/package_test.go b/integration/package/package_test.go index 9a59fa3a..92f9c32a 100644 --- a/integration/package/package_test.go +++ b/integration/package/package_test.go @@ -12,13 +12,13 @@ import ( "strings" "time" - "github.com/cloudfoundry/stembuild/test/helpers" - "github.com/onsi/gomega/gexec" - "github.com/vmware/govmomi/govc/cli" - . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" + "github.com/onsi/gomega/gexec" + "github.com/vmware/govmomi/govc/cli" _ "github.com/vmware/govmomi/govc/vm" + + "github.com/cloudfoundry/stembuild/test/helpers" ) var _ = Describe("Package", func() {