Skip to content

Commit

Permalink
use testify instead of gotest.tools (aquasecurity#4946)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpivkin committed Aug 6, 2023
1 parent 067a0fc commit b544e0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ require (
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
google.golang.org/protobuf v1.31.0
gopkg.in/yaml.v3 v3.0.1
gotest.tools v2.2.0+incompatible
k8s.io/api v0.27.4
k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5
modernc.org/sqlite v1.23.1
Expand Down
2 changes: 1 addition & 1 deletion pkg/k8s/commands/resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package commands
import (
"testing"

"gotest.tools/assert"
"github.com/stretchr/testify/assert"
)

func Test_extractKindAndName(t *testing.T) {
Expand Down

0 comments on commit b544e0d

Please sign in to comment.