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 bc14863 commit f02dc30Copy full SHA for f02dc30
1 file changed
go.mod
@@ -22,6 +22,7 @@ require (
22
google.golang.org/api v0.149.0
23
google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f
24
gopkg.in/yaml.v2 v2.4.0
25
+ gopkg.in/yaml.v3 v3.0.1
26
gotest.tools v2.2.0+incompatible
27
k8s.io/api v0.24.0
28
k8s.io/apimachinery v0.24.0
@@ -100,7 +101,6 @@ require (
100
101
google.golang.org/grpc v1.61.0 // indirect
102
google.golang.org/protobuf v1.33.0 // indirect
103
gopkg.in/inf.v0 v0.9.1 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
104
k8s.io/apiextensions-apiserver v0.24.0 // indirect
105
k8s.io/component-base v0.24.0 // indirect
106
k8s.io/klog/v2 v2.60.1 // indirect
0 commit comments