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 e9afb8c commit 72bded0Copy full SHA for 72bded0
go.mod
@@ -22,6 +22,7 @@ require (
22
google.golang.org/api v0.126.0
23
google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98
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.58.3 // indirect
102
google.golang.org/protobuf v1.31.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