Skip to content

Commit a14e4ae

Browse files
committed
UPSTREAM: <drop>: hack/update-vendor.sh
1 parent e69246e commit a14e4ae

File tree

27 files changed

+71
-61
lines changed

27 files changed

+71
-61
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ go 1.25.0
66

77
godebug default=go1.25
88

9-
require k8s.io/apimachinery v0.35.0-alpha.3
9+
require k8s.io/apimachinery v0.0.0
1010

1111
require (
1212
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
k8s.io/apimachinery v0.35.0-alpha.3
3232
k8s.io/apiserver v0.35.0-alpha.3
3333
k8s.io/client-go v0.35.0-alpha.3
34-
k8s.io/code-generator v0.35.0-alpha.3
34+
k8s.io/code-generator v0.0.0
3535
k8s.io/component-base v0.35.0-alpha.3
3636
k8s.io/klog/v2 v2.130.1
3737
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912
@@ -44,7 +44,6 @@ require (
4444

4545
require (
4646
cel.dev/expr v0.24.0 // indirect
47-
github.com/Masterminds/semver/v3 v3.4.0 // indirect
4847
github.com/NYTimes/gziphandler v1.1.1 // indirect
4948
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
5049
github.com/beorn7/perks v1.0.1 // indirect

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ require (
6767

6868
require (
6969
cel.dev/expr v0.24.0 // indirect
70-
github.com/Masterminds/semver/v3 v3.4.0 // indirect
7170
github.com/NYTimes/gziphandler v1.1.1 // indirect
7271
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
7372
github.com/beorn7/perks v1.0.1 // indirect

staging/src/k8s.io/cli-runtime/go.mod

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ require (
1919
golang.org/x/sync v0.17.0
2020
golang.org/x/text v0.29.0
2121
gopkg.in/evanphx/json-patch.v4 v4.13.0
22-
k8s.io/api v0.35.0-alpha.3
23-
k8s.io/apimachinery v0.35.0-alpha.3
24-
k8s.io/client-go v0.35.0-alpha.3
22+
k8s.io/api v0.0.0
23+
k8s.io/apimachinery v0.0.0
24+
k8s.io/client-go v0.0.0
2525
k8s.io/klog/v2 v2.130.1
2626
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912
2727
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
@@ -32,7 +32,6 @@ require (
3232

3333
require (
3434
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
35-
github.com/Masterminds/semver/v3 v3.4.0 // indirect
3635
github.com/blang/semver/v4 v4.0.0 // indirect
3736
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3837
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
@@ -43,7 +42,6 @@ require (
4342
github.com/go-openapi/jsonreference v0.20.2 // indirect
4443
github.com/go-openapi/swag v0.23.0 // indirect
4544
github.com/google/btree v1.1.3 // indirect
46-
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
4745
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
4846
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4947
github.com/josharian/intern v1.0.0 // indirect

staging/src/k8s.io/cli-runtime/go.sum

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

staging/src/k8s.io/client-go/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ require (
2424
golang.org/x/time v0.9.0
2525
google.golang.org/protobuf v1.36.8
2626
gopkg.in/evanphx/json-patch.v4 v4.13.0
27-
k8s.io/api v0.35.0-alpha.3
28-
k8s.io/apimachinery v0.35.0-alpha.3
27+
k8s.io/api v0.0.0
28+
k8s.io/apimachinery v0.0.0
2929
k8s.io/klog/v2 v2.130.1
3030
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912
3131
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4

staging/src/k8s.io/cloud-provider/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ require (
1616
k8s.io/apiserver v0.35.0-alpha.3
1717
k8s.io/client-go v0.35.0-alpha.3
1818
k8s.io/component-base v0.35.0-alpha.3
19-
k8s.io/component-helpers v0.32.1
20-
k8s.io/controller-manager v0.32.1
19+
k8s.io/component-helpers v0.0.0
20+
k8s.io/controller-manager v0.0.0
2121
k8s.io/klog/v2 v2.130.1
2222
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
2323
)

staging/src/k8s.io/cluster-bootstrap/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ godebug default=go1.25
99
require (
1010
github.com/stretchr/testify v1.11.1
1111
gopkg.in/go-jose/go-jose.v2 v2.6.3
12-
k8s.io/api v0.35.0-alpha.3
13-
k8s.io/apimachinery v0.35.0-alpha.3
12+
k8s.io/api v0.0.0
13+
k8s.io/apimachinery v0.0.0
1414
k8s.io/klog/v2 v2.130.1
1515
)
1616

staging/src/k8s.io/code-generator/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/spf13/pflag v1.0.9
1414
go.yaml.in/yaml/v2 v2.4.3
1515
golang.org/x/text v0.29.0
16-
k8s.io/apimachinery v0.35.0-alpha.3
16+
k8s.io/apimachinery v0.0.0
1717
k8s.io/gengo/v2 v2.0.0-20250922181213-ec3ebc5fd46b
1818
k8s.io/klog/v2 v2.130.1
1919
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912

staging/src/k8s.io/component-base/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ require (
2828
go.yaml.in/yaml/v2 v2.4.3
2929
golang.org/x/sys v0.37.0
3030
golang.org/x/text v0.29.0
31-
k8s.io/apimachinery v0.35.0-alpha.3
32-
k8s.io/client-go v0.35.0-alpha.3
31+
k8s.io/apimachinery v0.0.0
32+
k8s.io/client-go v0.0.0
3333
k8s.io/klog/v2 v2.130.1
3434
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
3535
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730
@@ -78,7 +78,7 @@ require (
7878
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
7979
gopkg.in/inf.v0 v0.9.1 // indirect
8080
gopkg.in/yaml.v3 v3.0.1 // indirect
81-
k8s.io/api v0.35.0-alpha.3 // indirect
81+
k8s.io/api v0.0.0 // indirect
8282
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
8383
sigs.k8s.io/randfill v1.0.0 // indirect
8484
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect

0 commit comments

Comments
 (0)