We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edcb1c8 commit c4d24d5Copy full SHA for c4d24d5
go.mod
@@ -18,6 +18,7 @@ require (
18
google.golang.org/api v0.44.0
19
google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2
20
gopkg.in/yaml.v2 v2.4.0
21
+ gopkg.in/yaml.v3 v3.0.1
22
gotest.tools v2.2.0+incompatible
23
k8s.io/api v0.23.5
24
k8s.io/apimachinery v0.23.5
@@ -80,7 +81,6 @@ require (
80
81
google.golang.org/grpc v1.40.0 // indirect
82
google.golang.org/protobuf v1.27.1 // indirect
83
gopkg.in/inf.v0 v0.9.1 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
84
k8s.io/apiextensions-apiserver v0.23.5 // indirect
85
k8s.io/component-base v0.23.5 // indirect
86
k8s.io/klog/v2 v2.30.0 // indirect
0 commit comments