@@ -8,7 +8,6 @@ require (
8
8
github.com/olekukonko/tablewriter v0.0.5
9
9
github.com/sirupsen/logrus v1.9.3
10
10
github.com/spf13/cobra v1.7.0
11
- github.com/stretchr/testify v1.8.4
12
11
gopkg.in/yaml.v2 v2.4.0
13
12
k8s.io/api v0.28.3
14
13
k8s.io/apimachinery v0.28.3
@@ -44,17 +43,17 @@ require (
44
43
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
45
44
github.com/modern-go/reflect2 v1.0.2 // indirect
46
45
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
47
- github.com/pmezard/go-difflib v1.0.0 // indirect
48
46
github.com/rivo/uniseg v0.2.0 // indirect
49
47
github.com/spf13/pflag v1.0.5 // indirect
48
+ github.com/stretchr/testify v1.8.4 // indirect
50
49
golang.org/x/net v0.17.0 // indirect
51
50
golang.org/x/oauth2 v0.8.0 // indirect
52
51
golang.org/x/sys v0.13.0 // indirect
53
52
golang.org/x/term v0.13.0 // indirect
54
53
golang.org/x/text v0.13.0 // indirect
55
54
golang.org/x/time v0.3.0 // indirect
56
55
google.golang.org/appengine v1.6.7 // indirect
57
- google.golang.org/protobuf v1.30 .0 // indirect
56
+ google.golang.org/protobuf v1.33 .0 // indirect
58
57
gopkg.in/inf.v0 v0.9.1 // indirect
59
58
gopkg.in/yaml.v3 v3.0.1 // indirect
60
59
k8s.io/klog/v2 v2.100.1 // indirect
0 commit comments