Skip to content

Commit 85193b1

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3
1 parent 9626bfc commit 85193b1

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
@@ -60,6 +60,7 @@ require (
6060
google.golang.org/api v0.169.0
6161
gopkg.in/ini.v1 v1.67.0
6262
gopkg.in/yaml.v2 v2.4.0
63+
gopkg.in/yaml.v3 v3.0.1
6364
helm.sh/helm/v3 v3.14.2
6465
mvdan.cc/xurls/v2 v2.4.0
6566
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
@@ -260,7 +261,6 @@ require (
260261
google.golang.org/protobuf v1.33.0 // indirect
261262
gopkg.in/inf.v0 v0.9.1 // indirect
262263
gopkg.in/warnings.v0 v0.1.2 // indirect
263-
gopkg.in/yaml.v3 v3.0.1 // indirect
264264
k8s.io/api v0.29.0 // indirect
265265
k8s.io/apimachinery v0.29.0 // indirect
266266
k8s.io/cli-runtime v0.29.0 // indirect

0 commit comments

Comments
 (0)