Skip to content

Commit bb2722b

Browse files
committed
UPSTREAM: <drop>: bump(*)
1 parent ed0b96e commit bb2722b

File tree

196 files changed

+7301
-2903
lines changed

Some content is hidden

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

196 files changed

+7301
-2903
lines changed

LICENSES/vendor/github.com/openshift-eng/openshift-tests-extension/LICENSE

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

LICENSES/vendor/golang.org/x/mod/LICENSE

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

LICENSES/vendor/golang.org/x/oauth2/LICENSE

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

LICENSES/vendor/golang.org/x/tools/LICENSE

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

go.mod

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
module k8s.io/kubernetes
88

9-
go 1.22.0
9+
go 1.22.4
1010

1111
require (
1212
bitbucket.org/bertimus9/systemstat v0.5.0
@@ -44,10 +44,11 @@ require (
4444
github.com/moby/ipvs v1.1.0
4545
github.com/mrunalp/fileutils v0.5.1
4646
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
47-
github.com/onsi/ginkgo/v2 v2.17.2
47+
github.com/onsi/ginkgo/v2 v2.20.2
4848
github.com/onsi/gomega v1.33.1
4949
github.com/opencontainers/runc v1.1.13
5050
github.com/opencontainers/selinux v1.11.0
51+
github.com/openshift-eng/openshift-tests-extension v0.0.0-20241007130221-d91bef57df05
5152
github.com/openshift/api v0.0.0-20241001152557-e415140e5d5f
5253
github.com/openshift/apiserver-library-go v0.0.0-20241001175710-6064b62894a6
5354
github.com/openshift/client-go v0.0.0-20241001162912-da6d55e4611f
@@ -76,14 +77,14 @@ require (
7677
go.uber.org/zap v1.26.0
7778
golang.org/x/crypto v0.27.0
7879
golang.org/x/net v0.29.0
79-
golang.org/x/oauth2 v0.21.0
80+
golang.org/x/oauth2 v0.22.0
8081
golang.org/x/sync v0.8.0
8182
golang.org/x/sys v0.25.0
8283
golang.org/x/term v0.24.0
8384
golang.org/x/time v0.3.0
84-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
85-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094
86-
google.golang.org/grpc v1.65.0
85+
golang.org/x/tools v0.24.0
86+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240924160255-9d4c2d233b61
87+
google.golang.org/grpc v1.67.0
8788
google.golang.org/protobuf v1.34.2
8889
gopkg.in/evanphx/json-patch.v4 v4.12.0
8990
gopkg.in/natefinch/lumberjack.v2 v2.2.1
@@ -163,7 +164,7 @@ require (
163164
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
164165
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
165166
github.com/google/btree v1.0.1 // indirect
166-
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
167+
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
167168
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
168169
github.com/gorilla/websocket v1.5.0 // indirect
169170
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
@@ -219,10 +220,10 @@ require (
219220
go.uber.org/atomic v1.7.0 // indirect
220221
go.uber.org/multierr v1.11.0 // indirect
221222
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
222-
golang.org/x/mod v0.17.0 // indirect
223+
golang.org/x/mod v0.20.0 // indirect
223224
golang.org/x/text v0.18.0 // indirect
224225
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
225-
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
226+
google.golang.org/genproto/googleapis/api v0.0.0-20240930140551-af27646dc61f // indirect
226227
gopkg.in/inf.v0 v0.9.1 // indirect
227228
k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70 // indirect
228229
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 // indirect
@@ -234,7 +235,7 @@ require (
234235

235236
replace (
236237
github.com/google/cadvisor => github.com/openshift/google-cadvisor v0.49.0-openshift-4.17-2
237-
github.com/onsi/ginkgo/v2 => github.com/openshift/onsi-ginkgo/v2 v2.6.1-0.20240806135314-3946b2b7b2a8
238+
github.com/onsi/ginkgo/v2 => github.com/openshift/onsi-ginkgo/v2 v2.6.1-0.20241002180654-3ded579fec72
238239
k8s.io/api => ./staging/src/k8s.io/api
239240
k8s.io/apiextensions-apiserver => ./staging/src/k8s.io/apiextensions-apiserver
240241
k8s.io/apimachinery => ./staging/src/k8s.io/apimachinery

0 commit comments

Comments
 (0)