We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b7eff commit c899f2bCopy full SHA for c899f2b
go.mod
@@ -58,6 +58,7 @@ require (
58
google.golang.org/api v0.169.0
59
gopkg.in/ini.v1 v1.67.0
60
gopkg.in/yaml.v2 v2.4.0
61
+ gopkg.in/yaml.v3 v3.0.1
62
helm.sh/helm/v3 v3.14.2
63
mvdan.cc/xurls/v2 v2.4.0
64
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
@@ -260,7 +261,6 @@ require (
260
261
google.golang.org/protobuf v1.33.0 // indirect
262
gopkg.in/inf.v0 v0.9.1 // indirect
263
gopkg.in/warnings.v0 v0.1.2 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
264
k8s.io/api v0.29.0 // indirect
265
k8s.io/apimachinery v0.29.0 // indirect
266
k8s.io/cli-runtime v0.29.0 // indirect
0 commit comments