@@ -3145,11 +3145,11 @@ limitations under the License.
3145
3145
3146
3146
--------------------------------------------------------------------------------
3147
3147
Module : k8s.io/api
3148
- Version : v0.21.3
3149
- Time : 2021-07-16T02:34:29Z
3148
+ Version : v0.22.2
3149
+ Time : 2021-09-17T11:53:35Z
3150
3150
Licence : Apache-2.0
3151
3151
3152
- Contents of probable licence file $GOMODCACHE/k8s.io/api@v0.21.3 /LICENSE:
3152
+ Contents of probable licence file $GOMODCACHE/k8s.io/api@v0.22.2 /LICENSE:
3153
3153
3154
3154
3155
3155
Apache License
@@ -3357,11 +3357,11 @@ Contents of probable licence file $GOMODCACHE/k8s.io/
[email protected] /LICENSE:
3357
3357
3358
3358
--------------------------------------------------------------------------------
3359
3359
Module : k8s.io/apimachinery
3360
- Version : v0.21.3
3361
- Time : 2021-07-12T06:11:53Z
3360
+ Version : v0.22.2
3361
+ Time : 2021-09-06T15:38:29Z
3362
3362
Licence : Apache-2.0
3363
3363
3364
- Contents of probable licence file $GOMODCACHE/k8s.io/apimachinery@v0.21.3 /LICENSE:
3364
+ Contents of probable licence file $GOMODCACHE/k8s.io/apimachinery@v0.22.2 /LICENSE:
3365
3365
3366
3366
3367
3367
Apache License
@@ -3569,11 +3569,11 @@ Contents of probable licence file $GOMODCACHE/k8s.io/
[email protected] /LICENS
3569
3569
3570
3570
--------------------------------------------------------------------------------
3571
3571
Module : k8s.io/client-go
3572
- Version : v0.21.3
3573
- Time : 2021-07-16T02:43:08Z
3572
+ Version : v0.22.2
3573
+ Time : 2021-09-17T12:08:50Z
3574
3574
Licence : Apache-2.0
3575
3575
3576
- Contents of probable licence file $GOMODCACHE/k8s.io/client-go@v0.21.3 /LICENSE:
3576
+ Contents of probable licence file $GOMODCACHE/k8s.io/client-go@v0.22.2 /LICENSE:
3577
3577
3578
3578
3579
3579
Apache License
@@ -3982,11 +3982,11 @@ third-party archives.
3982
3982
3983
3983
--------------------------------------------------------------------------------
3984
3984
Module : k8s.io/utils
3985
- Version : v0.0.0-20210722164352-7f3ee0f31471
3986
- Time : 2021-07-22T16:43:52Z
3985
+ Version : v0.0.0-20210819203725-bdf08cb9a70a
3986
+ Time : 2021-08-19T20:37:25Z
3987
3987
Licence : Apache-2.0
3988
3988
3989
- Contents of probable licence file $GOMODCACHE/k8s.io/
[email protected] 20210722164352-7f3ee0f31471 /LICENSE:
3989
+ Contents of probable licence file $GOMODCACHE/k8s.io/
[email protected] 20210819203725-bdf08cb9a70a /LICENSE:
3990
3990
3991
3991
3992
3992
Apache License
@@ -4194,11 +4194,11 @@ Contents of probable licence file $GOMODCACHE/k8s.io/
[email protected]
4194
4194
4195
4195
--------------------------------------------------------------------------------
4196
4196
Module : sigs.k8s.io/controller-runtime
4197
- Version : v0.9.6
4198
- Time : 2021-08-10T18:28:39Z
4197
+ Version : v0.10.3
4198
+ Time : 2021-11-10T15:01:27Z
4199
4199
Licence : Apache-2.0
4200
4200
4201
- Contents of probable licence file $GOMODCACHE/sigs.k8s.io/controller-runtime@v0.9.6 /LICENSE:
4201
+ Contents of probable licence file $GOMODCACHE/sigs.k8s.io/controller-runtime@v0.10.3 /LICENSE:
4202
4202
4203
4203
Apache License
4204
4204
Version 2.0, January 2004
@@ -6425,11 +6425,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6425
6425
6426
6426
--------------------------------------------------------------------------------
6427
6427
Module : github.com/golang/groupcache
6428
- Version : v0.0.0-20200121045136-8c9f03a8e57e
6429
- Time : 2020-01-21T04:51:36Z
6428
+ Version : v0.0.0-20210331224755-41bb18bfe9da
6429
+ Time : 2021-03-31T22:47:55Z
6430
6430
Licence : Apache-2.0
6431
6431
6432
- Contents of probable licence file $GOMODCACHE/github.com/golang/
[email protected] 20200121045136-8c9f03a8e57e /LICENSE:
6432
+ Contents of probable licence file $GOMODCACHE/github.com/golang/
[email protected] 20210331224755-41bb18bfe9da /LICENSE:
6433
6433
6434
6434
Apache License
6435
6435
Version 2.0, January 2004
@@ -13814,6 +13814,37 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
13814
13814
THE SOFTWARE.
13815
13815
13816
13816
13817
+ --------------------------------------------------------------------------------
13818
+ Module : github.com/josharian/intern
13819
+ Version : v1.0.0
13820
+ Time : 2019-12-14T22:12:22Z
13821
+ Licence : MIT
13822
+
13823
+ Contents of probable licence file $GOMODCACHE/github.com/josharian/
[email protected] /license.md:
13824
+
13825
+ MIT License
13826
+
13827
+ Copyright (c) 2019 Josh Bleecher Snyder
13828
+
13829
+ Permission is hereby granted, free of charge, to any person obtaining a copy
13830
+ of this software and associated documentation files (the "Software"), to deal
13831
+ in the Software without restriction, including without limitation the rights
13832
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13833
+ copies of the Software, and to permit persons to whom the Software is
13834
+ furnished to do so, subject to the following conditions:
13835
+
13836
+ The above copyright notice and this permission notice shall be included in all
13837
+ copies or substantial portions of the Software.
13838
+
13839
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13840
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13841
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13842
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
13843
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
13844
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
13845
+ SOFTWARE.
13846
+
13847
+
13817
13848
--------------------------------------------------------------------------------
13818
13849
Module : github.com/json-iterator/go
13819
13850
Version : v1.1.11
@@ -13905,11 +13936,11 @@ THE SOFTWARE.
13905
13936
13906
13937
--------------------------------------------------------------------------------
13907
13938
Module : github.com/mailru/easyjson
13908
- Version : v0.7.0
13909
- Time : 2019-09-10T11:06:03Z
13939
+ Version : v0.7.6
13940
+ Time : 2020-08-12T11:42:29Z
13910
13941
Licence : MIT
13911
13942
13912
- Contents of probable licence file $GOMODCACHE/github.com/mailru/
[email protected] .
0 /LICENSE:
13943
+ Contents of probable licence file $GOMODCACHE/github.com/mailru/
[email protected] .
6 /LICENSE:
13913
13944
13914
13945
Copyright (c) 2016 Mail.Ru Group
13915
13946
@@ -15273,11 +15304,11 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15273
15304
15274
15305
--------------------------------------------------------------------------------
15275
15306
Module : github.com/onsi/gomega
15276
- Version : v1.14 .0
15277
- Time : 2021-07-07T14:32:41Z
15307
+ Version : v1.15 .0
15308
+ Time : 2021-08-05T19:36:13Z
15278
15309
Licence : MIT
15279
15310
15280
- Contents of probable licence file $GOMODCACHE/github.com/onsi/gomega@v1.14 .0/LICENSE:
15311
+ Contents of probable licence file $GOMODCACHE/github.com/onsi/gomega@v1.15 .0/LICENSE:
15281
15312
15282
15313
Copyright (c) 2013-2014 Onsi Fakhouri
15283
15314
@@ -16978,11 +17009,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
16978
17009
16979
17010
--------------------------------------------------------------------------------
16980
17011
Module : golang.org/x/net
16981
- Version : v0.0.0-20210503060351-7fd8e65b6420
16982
- Time : 2021-05-03T06:03:51Z
17012
+ Version : v0.0.0-20210520170846-37e1c6afe023
17013
+ Time : 2021-05-20T17:08:46Z
16983
17014
Licence : BSD-3-Clause
16984
17015
16985
- Contents of probable licence file $GOMODCACHE/golang.org/x/
[email protected] 20210503060351-7fd8e65b6420 /LICENSE:
17016
+ Contents of probable licence file $GOMODCACHE/golang.org/x/
[email protected] 20210520170846-37e1c6afe023 /LICENSE:
16986
17017
16987
17018
Copyright (c) 2009 The Go Authors. All rights reserved.
16988
17019
@@ -18784,11 +18815,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18784
18815
18785
18816
--------------------------------------------------------------------------------
18786
18817
Module : k8s.io/apiextensions-apiserver
18787
- Version : v0.21.3
18788
- Time : 2021-07-16T03:15:41Z
18818
+ Version : v0.22.2
18819
+ Time : 2021-09-17T12:56:44Z
18789
18820
Licence : Apache-2.0
18790
18821
18791
- Contents of probable licence file $GOMODCACHE/k8s.io/apiextensions-apiserver@v0.21.3 /LICENSE:
18822
+ Contents of probable licence file $GOMODCACHE/k8s.io/apiextensions-apiserver@v0.22.2 /LICENSE:
18792
18823
18793
18824
18794
18825
Apache License
@@ -18996,11 +19027,11 @@ Contents of probable licence file $GOMODCACHE/k8s.io/apiextensions-apiserver@v0.
18996
19027
18997
19028
--------------------------------------------------------------------------------
18998
19029
Module : k8s.io/component-base
18999
- Version : v0.21.3
19000
- Time : 2021-07-16T02:46:29Z
19030
+ Version : v0.22.2
19031
+ Time : 2021-09-17T12:13:20Z
19001
19032
Licence : Apache-2.0
19002
19033
19003
- Contents of probable licence file $GOMODCACHE/k8s.io/component-base@v0.21.3 /LICENSE:
19034
+ Contents of probable licence file $GOMODCACHE/k8s.io/component-base@v0.22.2 /LICENSE:
19004
19035
19005
19036
19006
19037
Apache License
@@ -19208,11 +19239,11 @@ Contents of probable licence file $GOMODCACHE/k8s.io/
[email protected] /LICE
19208
19239
19209
19240
--------------------------------------------------------------------------------
19210
19241
Module : k8s.io/kube-openapi
19211
- Version : v0.0.0-20210305001622-591a79e4bda7
19212
- Time : 2021-03-05T00:16:22Z
19242
+ Version : v0.0.0-20210421082810-95288971da7e
19243
+ Time : 2021-04-21T08:28:10Z
19213
19244
Licence : Apache-2.0
19214
19245
19215
- Contents of probable licence file $GOMODCACHE/k8s.io/
[email protected] 20210305001622-591a79e4bda7 /LICENSE:
19246
+ Contents of probable licence file $GOMODCACHE/k8s.io/
[email protected] 20210421082810-95288971da7e /LICENSE:
19216
19247
19217
19248
19218
19249
Apache License
0 commit comments