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() {