We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982beb4 commit c00bdcbCopy full SHA for c00bdcb
go.mod
@@ -12,7 +12,7 @@ require (
12
github.com/spf13/afero v1.8.2
13
github.com/spf13/cobra v1.4.0
14
github.com/spf13/viper v1.12.0
15
- github.com/stretchr/testify v1.7.1
+ github.com/stretchr/testify v1.9.0
16
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
17
k8s.io/cli-runtime v0.24.2
18
sigs.k8s.io/kind v0.11.1
@@ -75,7 +75,7 @@ require (
75
gopkg.in/inf.v0 v0.9.1 // indirect
76
gopkg.in/ini.v1 v1.66.4 // indirect
77
gopkg.in/yaml.v2 v2.4.0 // indirect
78
- gopkg.in/yaml.v3 v3.0.0 // indirect
+ gopkg.in/yaml.v3 v3.0.1 // indirect
79
k8s.io/api v0.24.2 // indirect
80
k8s.io/apimachinery v0.24.2 // indirect
81
k8s.io/client-go v0.24.2 // indirect
0 commit comments