Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Noble <[email protected]>
  • Loading branch information
AverageMarcus committed Apr 26, 2024
1 parent aa80b8f commit 10d4f25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/clusterbuilder/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ package clusterbuilder
import (
. "github.com/onsi/gomega"

"github.com/giantswarm/cluster-standup-teardown/pkg/values"
"github.com/giantswarm/clustertest"
"github.com/giantswarm/clustertest/pkg/application"
"github.com/giantswarm/clustertest/pkg/logger"

"github.com/giantswarm/cluster-standup-teardown/pkg/values"
)

// ClusterBuilder is an interface that provides a function for building provider-specific Cluster apps
Expand Down

0 comments on commit 10d4f25

Please sign in to comment.