@@ -4,7 +4,7 @@ require (
44 cloud.google.com/go/kms v1.6.0
55 cloud.google.com/go/storage v1.28.0
66 github.com/Azure/azure-sdk-for-go v59.2.0+incompatible
7- github.com/Azure/go-autorest/autorest v0.11.24
7+ github.com/Azure/go-autorest/autorest v0.11.27
88 github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2
99 github.com/agext/levenshtein v1.2.3
1010 github.com/aliyun/alibaba-cloud-sdk-go v1.61.1501
@@ -92,10 +92,10 @@ require (
9292 google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
9393 google.golang.org/protobuf v1.28.1
9494 honnef.co/go/tools v0.3.0
95- k8s.io/api v0.23.4
96- k8s.io/apimachinery v0.23.4
97- k8s.io/client-go v0.23.4
98- k8s.io/utils v0.0.0-20211116205334-6203023598ed
95+ k8s.io/api v0.25.5
96+ k8s.io/apimachinery v0.25.5
97+ k8s.io/client-go v0.25.5
98+ k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed
9999)
100100
101101require (
@@ -104,7 +104,7 @@ require (
104104 cloud.google.com/go/compute/metadata v0.2.1 // indirect
105105 cloud.google.com/go/iam v0.6.0 // indirect
106106 github.com/Azure/go-autorest v14.2.0+incompatible // indirect
107- github.com/Azure/go-autorest/autorest/adal v0.9.18 // indirect
107+ github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
108108 github.com/Azure/go-autorest/autorest/azure/cli v0.4.4 // indirect
109109 github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
110110 github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
@@ -118,6 +118,8 @@ require (
118118 github.com/Masterminds/semver/v3 v3.1.1 // indirect
119119 github.com/Masterminds/sprig/v3 v3.2.2 // indirect
120120 github.com/Microsoft/go-winio v0.5.0 // indirect
121+ github.com/PuerkitoBio/purell v1.1.1 // indirect
122+ github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
121123 github.com/antchfx/xmlquery v1.3.5 // indirect
122124 github.com/antchfx/xpath v1.1.10 // indirect
123125 github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
@@ -129,18 +131,22 @@ require (
129131 github.com/creack/pty v1.1.18 // indirect
130132 github.com/dimchansky/utfbom v1.1.1 // indirect
131133 github.com/dylanmei/iso8601 v0.1.0 // indirect
134+ github.com/emicklei/go-restful/v3 v3.8.0 // indirect
132135 github.com/fatih/color v1.13.0 // indirect
133- github.com/go-logr/logr v1.2.0 // indirect
136+ github.com/go-logr/logr v1.2.3 // indirect
137+ github.com/go-openapi/jsonpointer v0.19.5 // indirect
138+ github.com/go-openapi/jsonreference v0.19.5 // indirect
139+ github.com/go-openapi/swag v0.19.14 // indirect
134140 github.com/gofrs/uuid v4.0.0+incompatible // indirect
135141 github.com/gogo/protobuf v1.3.2 // indirect
136142 github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
137143 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
138144 github.com/golang/protobuf v1.5.2 // indirect
145+ github.com/google/gnostic v0.5.7-v3refs // indirect
139146 github.com/google/go-querystring v1.1.0 // indirect
140147 github.com/google/gofuzz v1.1.0 // indirect
141148 github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
142149 github.com/googleapis/gax-go/v2 v2.6.0 // indirect
143- github.com/googleapis/gnostic v0.5.5 // indirect
144150 github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
145151 github.com/hashicorp/go-msgpack v0.5.4 // indirect
146152 github.com/hashicorp/go-rootcerts v1.0.2 // indirect
@@ -152,8 +158,10 @@ require (
152158 github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
153159 github.com/huandu/xstrings v1.3.3 // indirect
154160 github.com/imdario/mergo v0.3.13 // indirect
161+ github.com/josharian/intern v1.0.0 // indirect
155162 github.com/json-iterator/go v1.1.12 // indirect
156163 github.com/klauspost/compress v1.11.2 // indirect
164+ github.com/mailru/easyjson v0.7.6 // indirect
157165 github.com/manicminer/hamilton-autorest v0.2.0 // indirect
158166 github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 // indirect
159167 github.com/mattn/go-colorable v0.1.13 // indirect
@@ -162,6 +170,7 @@ require (
162170 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
163171 github.com/modern-go/reflect2 v1.0.2 // indirect
164172 github.com/mozillazg/go-httpheader v0.3.0 // indirect
173+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
165174 github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
166175 github.com/oklog/run v1.0.0 // indirect
167176 github.com/satori/go.uuid v1.2.0 // indirect
@@ -183,10 +192,10 @@ require (
183192 gopkg.in/ini.v1 v1.66.2 // indirect
184193 gopkg.in/yaml.v2 v2.4.0 // indirect
185194 gopkg.in/yaml.v3 v3.0.1 // indirect
186- k8s.io/klog/v2 v2.30.0 // indirect
187- k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
188- sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
189- sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
195+ k8s.io/klog/v2 v2.70.1 // indirect
196+ k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
197+ sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
198+ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
190199 sigs.k8s.io/yaml v1.2.0 // indirect
191200)
192201
0 commit comments