File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ The following components are provided under the MIT and Apache-2.0 License. See
304304The text of each license is also included at licenses/license-[project].txt.
305305
306306
307- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b MIT and Apache-2.0
307+ gopkg.in/yaml.v3 v3.0.0 MIT and Apache-2.0
308308
309309========================================================================
310310MIT and BSD-3-Clause licenses
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ require (
7878 google.golang.org/protobuf v1.32.0 // indirect
7979 gopkg.in/inf.v0 v0.9.1 // indirect
8080 gopkg.in/ini.v1 v1.51.0 // indirect
81- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
81+ gopkg.in/yaml.v3 v3.0.0 // indirect
8282 k8s.io/api v0.22.1 // indirect
8383 k8s.io/apiextensions-apiserver v0.22.1 // indirect
8484 k8s.io/client-go v0.22.1 // indirect
Original file line number Diff line number Diff line change @@ -843,8 +843,9 @@ gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
843843gopkg.in/yaml.v2 v2.4.0 /go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ =
844844gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
845845gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
846- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo =
847846gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
847+ gopkg.in/yaml.v3 v3.0.0 h1:hjy8E9ON/egN1tAYqKb61G10WtihqetD4sz2H+8nIeA =
848+ gopkg.in/yaml.v3 v3.0.0 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
848849gotest.tools/v3 v3.0.2 /go.mod h1:3SzNCllyD9/Y+b5r9JIKQ474KzkZyqLqEfYqMsX94Bk =
849850gotest.tools/v3 v3.0.3 /go.mod h1:Z7Lb0S5l+klDB31fvDQX8ss/FlKDxtlFlw3Oa8Ymbl8 =
850851honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 /go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4 =
You can’t perform that action at this time.
0 commit comments