Skip to content

Commit 07e7368

Browse files
authored
Merge pull request kubernetes#128064 from dims/update-to-last-versions-of-some-very-infrequently-updated-repos
Update to last versions of some very infrequently updated repos
2 parents e5ba5cd + 7f8210e commit 07e7368

File tree

49 files changed

+529
-309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+529
-309
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab
1616
github.com/Microsoft/go-winio v0.6.2
1717
github.com/Microsoft/hnslib v0.0.7
18-
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e
18+
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
1919
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
2020
github.com/blang/semver/v4 v4.0.0
2121
github.com/container-storage-interface/spec v1.9.0
@@ -146,7 +146,7 @@ require (
146146
github.com/daviddengcn/go-colortext v1.0.0 // indirect
147147
github.com/dustin/go-humanize v1.0.1 // indirect
148148
github.com/euank/go-kmsg-parser v2.0.0+incompatible // indirect
149-
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
149+
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
150150
github.com/fatih/camelcase v1.0.0 // indirect
151151
github.com/felixge/httpsnoop v1.0.4 // indirect
152152
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
@@ -162,13 +162,13 @@ require (
162162
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
163163
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
164164
github.com/gorilla/websocket v1.5.0 // indirect
165-
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
165+
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
166166
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
167167
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
168168
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
169169
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
170170
github.com/inconshreveable/mousetrap v1.1.0 // indirect
171-
github.com/jonboulle/clockwork v0.2.2 // indirect
171+
github.com/jonboulle/clockwork v0.4.0 // indirect
172172
github.com/josharian/intern v1.0.0 // indirect
173173
github.com/json-iterator/go v1.1.12 // indirect
174174
github.com/karrick/godirwalk v1.17.0 // indirect
@@ -181,7 +181,7 @@ require (
181181
github.com/moby/term v0.5.0 // indirect
182182
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
183183
github.com/modern-go/reflect2 v1.0.2 // indirect
184-
github.com/mohae/deepcopy v0.0.0-20170603005431-491d3605edfb // indirect
184+
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
185185
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
186186
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
187187
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -193,12 +193,12 @@ require (
193193
github.com/seccomp/libseccomp-golang v0.10.0 // indirect
194194
github.com/sirupsen/logrus v1.9.3 // indirect
195195
github.com/soheilhy/cmux v0.1.5 // indirect
196-
github.com/stoewer/go-strcase v1.2.0 // indirect
196+
github.com/stoewer/go-strcase v1.3.0 // indirect
197197
github.com/stretchr/objx v0.5.2 // indirect
198198
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
199199
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 // indirect
200200
github.com/x448/float16 v0.8.4 // indirect
201-
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
201+
github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 // indirect
202202
github.com/xlab/treeprint v1.2.0 // indirect
203203
go.etcd.io/bbolt v1.3.11 // indirect
204204
go.etcd.io/etcd/client/v2 v2.305.16 // indirect

go.sum

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137/go.mod h1:OMCwj8V
138138
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
139139
github.com/antlr4-go/antlr/v4 v4.13.0 h1:lxCg3LAv+EUK6t1i0y1V6/SLeUi0eKEKdhQAlS8TVTI=
140140
github.com/antlr4-go/antlr/v4 v4.13.0/go.mod h1:pfChB/xh/Unjila75QW7+VU4TSnWnnk9UTnmpPaOR2g=
141-
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e h1:QEF07wC0T1rKkctt1RINW/+RMTVmiwxETico2l3gxJA=
142-
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
141+
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 h1:7Ip0wMmLHLRJdrloDxZfhMm0xrLXZS8+COSu2bXmEQs=
142+
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
143143
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
144144
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
145145
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a h1:idn718Q4B6AGu/h5Sxe66HYVdqdGu2l9Iebqhi/AEoA=
@@ -238,8 +238,8 @@ github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7
238238
github.com/envoyproxy/protoc-gen-validate v1.0.4/go.mod h1:qys6tmnRsYrQqIhm2bvKZH4Blx/1gTIZ2UKVY1M+Yew=
239239
github.com/euank/go-kmsg-parser v2.0.0+incompatible h1:cHD53+PLQuuQyLZeriD1V/esuG4MuU0Pjs5y6iknohY=
240240
github.com/euank/go-kmsg-parser v2.0.0+incompatible/go.mod h1:MhmAMZ8V4CYH4ybgdRwPr2TU5ThnS43puaKEMpja1uw=
241-
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d h1:105gxyaGwCFad8crR9dcMQWvV9Hvulu6hwUh4tWPJnM=
242-
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d/go.mod h1:ZZMPRZwes7CROmyNKgQzC3XPs6L/G2EJLHddWejkmf4=
241+
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f h1:Wl78ApPPB2Wvf/TIe2xdyJxTlb6obmF18d8QdkxNDu4=
242+
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f/go.mod h1:OSYXu++VVOHnXeitef/D8n/6y4QV8uLHSFXX4NeXMGc=
243243
github.com/fatih/camelcase v1.0.0 h1:hxNvNX/xYBp0ovncs8WyWZrOrpBNub/JfaMvbURyft8=
244244
github.com/fatih/camelcase v1.0.0/go.mod h1:yN2Sb0lFhZJUdVvtELVWefmrXpuZESvPmqwoZc+/fpc=
245245
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=
@@ -339,8 +339,8 @@ github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+
339339
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
340340
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
341341
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
342-
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM=
343-
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA=
342+
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 h1:+ngKgrYPPJrOjhax5N+uePQ0Fh1Z7PheYoUI/0nzkPA=
343+
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA=
344344
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 h1:+9834+KizmvFV7pXQGSXQTsaWhq2GjuNUt0aUU0YBYw=
345345
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0/go.mod h1:z0ButlSOZa5vEBq9m2m2hlwIgKw+rp3sdCBRoJY+30Y=
346346
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho=
@@ -354,8 +354,8 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2
354354
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
355355
github.com/ishidawataru/sctp v0.0.0-20230406120618-7ff4192f6ff2 h1:i2fYnDurfLlJH8AyyMOnkLHnHeP8Ff/DDpuZA/D3bPo=
356356
github.com/ishidawataru/sctp v0.0.0-20230406120618-7ff4192f6ff2/go.mod h1:co9pwDoBCm1kGxawmb4sPq0cSIOOWNPT4KnHotMP1Zg=
357-
github.com/jonboulle/clockwork v0.2.2 h1:UOGuzwb1PwsrDAObMuhUnj0p5ULPj8V/xJ7Kx9qUBdQ=
358-
github.com/jonboulle/clockwork v0.2.2/go.mod h1:Pkfl5aHPm1nk2H9h0bjmnJD/BcgbGXUBGnn1kMkgxc8=
357+
github.com/jonboulle/clockwork v0.4.0 h1:p4Cf1aMWXnXAUh8lVfewRBx1zaTSYKrKMF2g3ST4RZ4=
358+
github.com/jonboulle/clockwork v0.4.0/go.mod h1:xgRqUGwRcjKCO1vbZUEtSLrqKoPSsUpK7fnezOII0kc=
359359
github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=
360360
github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y=
361361
github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4=
@@ -403,8 +403,8 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w
403403
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
404404
github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=
405405
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
406-
github.com/mohae/deepcopy v0.0.0-20170603005431-491d3605edfb h1:e+l77LJOEqXTIQihQJVkA6ZxPOUmfPM5e4H7rcpgtSk=
407-
github.com/mohae/deepcopy v0.0.0-20170603005431-491d3605edfb/go.mod h1:TaXosZuwdSHYgviHp1DAtfrULt5eUgsSMsZf+YrPgl8=
406+
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 h1:RWengNIwukTxcDr9M+97sNutRR1RKhG96O6jWumTTnw=
407+
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826/go.mod h1:TaXosZuwdSHYgviHp1DAtfrULt5eUgsSMsZf+YrPgl8=
408408
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0=
409409
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00/go.mod h1:Pm3mSP3c5uWn86xMLZ5Sa7JB9GsEZySvHYXCTK4E9q4=
410410
github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc=
@@ -472,8 +472,8 @@ github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=
472472
github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y=
473473
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
474474
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
475-
github.com/stoewer/go-strcase v1.2.0 h1:Z2iHWqGXH00XYgqDmNgQbIBxf3wrNq0F3feEy0ainaU=
476-
github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8=
475+
github.com/stoewer/go-strcase v1.3.0 h1:g0eASXYtp+yvN9fK8sH94oCIk0fau9uV1/ZdJ0AVEzs=
476+
github.com/stoewer/go-strcase v1.3.0/go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo=
477477
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
478478
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
479479
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
@@ -483,7 +483,6 @@ github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/
483483
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
484484
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
485485
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
486-
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
487486
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
488487
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
489488
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
@@ -503,8 +502,8 @@ github.com/vishvananda/netns v0.0.4/go.mod h1:SpkAiCQRtJ6TvvxPnOSyH3BMl6unz3xZla
503502
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
504503
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
505504
github.com/xhit/go-str2duration/v2 v2.1.0/go.mod h1:ohY8p+0f07DiV6Em5LKB0s2YpLtXVyJfNt1+BlmyAsU=
506-
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 h1:eY9dn8+vbi4tKz5Qo6v2eYzo7kUS51QINcR5jNpbZS8=
507-
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
505+
github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 h1:S2dVYn90KE98chqDkyE9Z4N61UnQd+KOfgp5Iu53llk=
506+
github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
508507
github.com/xlab/treeprint v1.2.0 h1:HzHnuAF1plUN2zGlAFHbSQP2qJ0ZAD3XF5XD7OesXRQ=
509508
github.com/xlab/treeprint v1.2.0/go.mod h1:gj5Gd3gPdKtR1ikdDK6fnFLdmIS0X30kTTuNd/WEJu0=
510509
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

staging/src/k8s.io/apiextensions-apiserver/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ require (
6868
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
6969
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
7070
github.com/inconshreveable/mousetrap v1.1.0 // indirect
71-
github.com/jonboulle/clockwork v0.2.2 // indirect
71+
github.com/jonboulle/clockwork v0.4.0 // indirect
7272
github.com/josharian/intern v1.0.0 // indirect
7373
github.com/json-iterator/go v1.1.12 // indirect
7474
github.com/mailru/easyjson v0.7.7 // indirect
@@ -85,10 +85,10 @@ require (
8585
github.com/prometheus/procfs v0.15.1 // indirect
8686
github.com/sirupsen/logrus v1.9.3 // indirect
8787
github.com/soheilhy/cmux v0.1.5 // indirect
88-
github.com/stoewer/go-strcase v1.2.0 // indirect
88+
github.com/stoewer/go-strcase v1.3.0 // indirect
8989
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 // indirect
9090
github.com/x448/float16 v0.8.4 // indirect
91-
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
91+
github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 // indirect
9292
go.etcd.io/bbolt v1.3.11 // indirect
9393
go.etcd.io/etcd/api/v3 v3.5.16 // indirect
9494
go.etcd.io/etcd/client/v2 v2.305.16 // indirect

staging/src/k8s.io/apiextensions-apiserver/go.sum

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/apiserver/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ require (
8686
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
8787
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
8888
github.com/inconshreveable/mousetrap v1.1.0 // indirect
89-
github.com/jonboulle/clockwork v0.2.2 // indirect
89+
github.com/jonboulle/clockwork v0.4.0 // indirect
9090
github.com/josharian/intern v1.0.0 // indirect
9191
github.com/json-iterator/go v1.1.12 // indirect
9292
github.com/mailru/easyjson v0.7.7 // indirect
@@ -103,10 +103,10 @@ require (
103103
github.com/sirupsen/logrus v1.9.3 // indirect
104104
github.com/soheilhy/cmux v0.1.5 // indirect
105105
github.com/spf13/cobra v1.8.1 // indirect
106-
github.com/stoewer/go-strcase v1.2.0 // indirect
106+
github.com/stoewer/go-strcase v1.3.0 // indirect
107107
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 // indirect
108108
github.com/x448/float16 v0.8.4 // indirect
109-
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
109+
github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 // indirect
110110
go.etcd.io/bbolt v1.3.11 // indirect
111111
go.etcd.io/etcd/client/v2 v2.305.16 // indirect
112112
go.etcd.io/etcd/pkg/v3 v3.5.16 // indirect

0 commit comments

Comments
 (0)