File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ require (
100100 gopkg.in/inf.v0 v0.9.1 // indirect
101101 gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
102102 gopkg.in/yaml.v2 v2.4.0 // indirect
103- gopkg.in/yaml.v3 v3.0.0 // indirect
103+ gopkg.in/yaml.v3 v3.0.1 // indirect
104104 k8s.io/apiserver v0.24.0 // indirect
105105 k8s.io/cloud-provider v0.24.0 // indirect
106106 k8s.io/component-helpers v0.24.0 // indirect
Original file line number Diff line number Diff line change @@ -1142,8 +1142,9 @@ gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
11421142gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
11431143gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
11441144gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
1145- gopkg.in/yaml.v3 v3.0.0 h1:hjy8E9ON/egN1tAYqKb61G10WtihqetD4sz2H+8nIeA =
11461145gopkg.in/yaml.v3 v3.0.0 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
1146+ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
1147+ gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
11471148gotest.tools/v3 v3.0.2 /go.mod h1:3SzNCllyD9/Y+b5r9JIKQ474KzkZyqLqEfYqMsX94Bk =
11481149gotest.tools/v3 v3.0.3 /go.mod h1:Z7Lb0S5l+klDB31fvDQX8ss/FlKDxtlFlw3Oa8Ymbl8 =
11491150honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 /go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4 =
Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ gopkg.in/tomb.v1
510510# gopkg.in/yaml.v2 v2.4.0
511511## explicit; go 1.15
512512gopkg.in/yaml.v2
513- # gopkg.in/yaml.v3 v3.0.0
513+ # gopkg.in/yaml.v3 v3.0.1
514514## explicit
515515gopkg.in/yaml.v3
516516# k8s.io/api v0.24.1 => k8s.io/api v0.23.3
You can’t perform that action at this time.
0 commit comments