File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ require (
9090 gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
9191 gopkg.in/yaml.v2 v2.4.0 // indirect
9292 gopkg.in/yaml.v3 v3.0.1 // indirect
93- gotest.tools/v3 v3.1 .0 // indirect
93+ gotest.tools/v3 v3.4 .0 // indirect
9494 k8s.io/klog/v2 v2.80.1 // indirect
9595)
9696
Original file line number Diff line number Diff line change @@ -829,8 +829,8 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C
829829gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
830830gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
831831gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
832- gotest.tools/v3 v3.1 .0 h1:rVV8Tcg/8jHUkPUorwjaMTtemIMVXfIPKiOqnhEhakk =
833- gotest.tools/v3 v3.1 .0 /go.mod h1:fHy7eyTmJFO5bQbUsEGQ1v4m2J3Jz9eWL54TP2/ZuYQ =
832+ gotest.tools/v3 v3.4 .0 h1:ZazjZUfuVeZGLAmlKKuyv3IKP5orXcwtOwDQH6YVr6o =
833+ gotest.tools/v3 v3.4 .0 /go.mod h1:CtbdzLSsqVhDgMtKsx03ird5YTGB3ar27v0u/yKBW5g =
834834honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 /go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4 =
835835honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a /go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4 =
836836honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a /go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4 =
Original file line number Diff line number Diff line change @@ -500,8 +500,8 @@ gopkg.in/yaml.v2
500500# gopkg.in/yaml.v3 v3.0.1
501501## explicit
502502gopkg.in/yaml.v3
503- # gotest.tools/v3 v3.1 .0
504- ## explicit; go 1.11
503+ # gotest.tools/v3 v3.4 .0
504+ ## explicit; go 1.13
505505# k8s.io/klog/v2 v2.80.1
506506## explicit; go 1.13
507507k8s.io/klog/v2
You can’t perform that action at this time.
0 commit comments