Skip to content

Commit c594b4a

Browse files
committed
get rid of testify/assert lib and use gomega
Signed-off-by: zhaque44 <[email protected]>
1 parent a780bf1 commit c594b4a

File tree

3 files changed

+7
-89
lines changed

3 files changed

+7
-89
lines changed

go.mod

-3
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ require (
3333
github.com/onsi/gomega v1.31.1
3434
github.com/otiai10/copy v1.14.0
3535
github.com/spf13/pflag v1.0.5
36-
github.com/stretchr/testify v1.8.4
37-
github.com/tj/assert v0.0.3
3836
k8s.io/api v0.28.6
3937
k8s.io/apimachinery v0.28.6
4038
k8s.io/client-go v0.28.6
@@ -110,7 +108,6 @@ require (
110108
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
111109
github.com/pjbgf/sha1cd v0.3.0 // indirect
112110
github.com/pkg/errors v0.9.1 // indirect
113-
github.com/pmezard/go-difflib v1.0.0 // indirect
114111
github.com/prometheus/client_golang v1.18.0 // indirect
115112
github.com/prometheus/client_model v0.5.0 // indirect
116113
github.com/prometheus/common v0.45.0 // indirect

0 commit comments

Comments
 (0)