Skip to content

Commit

Permalink
fixup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aramprice committed Jul 18, 2024
1 parent 7a5aa1d commit 02ab511
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions integration/package/package_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 02ab511

Please sign in to comment.