Skip to content

Commit

Permalink
Fix goimports
Browse files Browse the repository at this point in the history
Signed-off-by: Zsolt <[email protected]>
  • Loading branch information
Zsolt committed Apr 12, 2022
1 parent 071eee2 commit b9111ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion commands/create_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package commands

import (
"github.com/stretchr/testify/require"
"testing"

"github.com/stretchr/testify/require"
)

func TestCsvToMap(t *testing.T) {
Expand Down
3 changes: 2 additions & 1 deletion driver/kubernetes/factory_test.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
package kubernetes

import (
"testing"

"github.com/docker/buildx/driver"
"github.com/docker/buildx/driver/bkimage"
"github.com/stretchr/testify/require"
v1 "k8s.io/api/core/v1"
"k8s.io/client-go/rest"
"testing"
)

type mockKubeClientConfig struct {
Expand Down

0 comments on commit b9111ad

Please sign in to comment.