File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
auto-discovery/kubernetes Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ require (
1515 k8s.io/api v0.24.2
1616 k8s.io/apimachinery v0.24.2
1717 k8s.io/client-go v0.24.2
18+ k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
1819 sigs.k8s.io/controller-runtime v0.12.2
1920)
2021
@@ -82,12 +83,11 @@ require (
8283 gopkg.in/inf.v0 v0.9.1 // indirect
8384 gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
8485 gopkg.in/yaml.v2 v2.4.0 // indirect
85- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
86+ gopkg.in/yaml.v3 v3.0.0 // indirect
8687 k8s.io/apiextensions-apiserver v0.24.2 // indirect
8788 k8s.io/component-base v0.24.2 // indirect
8889 k8s.io/klog/v2 v2.60.1 // indirect
8990 k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
90- k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
9191 sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
9292 sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
9393 sigs.k8s.io/yaml v1.3.0 // indirect
Original file line number Diff line number Diff line change @@ -1061,8 +1061,9 @@ gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
10611061gopkg.in/yaml.v2 v2.4.0 /go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ =
10621062gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
10631063gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
1064- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo =
10651064gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
1065+ gopkg.in/yaml.v3 v3.0.0 h1:hjy8E9ON/egN1tAYqKb61G10WtihqetD4sz2H+8nIeA =
1066+ gopkg.in/yaml.v3 v3.0.0 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
10661067gotest.tools/v3 v3.0.2 /go.mod h1:3SzNCllyD9/Y+b5r9JIKQ474KzkZyqLqEfYqMsX94Bk =
10671068gotest.tools/v3 v3.0.3 /go.mod h1:Z7Lb0S5l+klDB31fvDQX8ss/FlKDxtlFlw3Oa8Ymbl8 =
10681069honnef.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