Skip to content

Commit 347aba1

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3
1 parent bd8b08b commit 347aba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ require (
5959
google.golang.org/api v0.169.0
6060
gopkg.in/ini.v1 v1.67.0
6161
gopkg.in/yaml.v2 v2.4.0
62+
gopkg.in/yaml.v3 v3.0.1
6263
helm.sh/helm/v3 v3.14.2
6364
mvdan.cc/xurls/v2 v2.4.0
6465
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
@@ -261,7 +262,6 @@ require (
261262
google.golang.org/protobuf v1.33.0 // indirect
262263
gopkg.in/inf.v0 v0.9.1 // indirect
263264
gopkg.in/warnings.v0 v0.1.2 // indirect
264-
gopkg.in/yaml.v3 v3.0.1 // indirect
265265
k8s.io/api v0.29.0 // indirect
266266
k8s.io/apimachinery v0.29.0 // indirect
267267
k8s.io/cli-runtime v0.29.0 // indirect

0 commit comments

Comments
 (0)