Skip to content

Commit b6fdf6f

Browse files
committed
UPSTREAM: <drop>: hack/update-vendor.sh
1 parent 06687e5 commit b6fdf6f

File tree

40 files changed

+112
-87
lines changed

40 files changed

+112
-87
lines changed

go.work.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ go.etcd.io/gofail v0.2.0 h1:p19drv16FKK345a09a1iubchlw/vmRuksmRzgBIGjcA=
7676
go.opentelemetry.io/contrib/detectors/gcp v1.34.0 h1:JRxssobiPg23otYU5SbWtQC//snGVIM3Tx6QRzlQBao=
7777
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.27.0 h1:QY7/0NeRPKlzusf40ZE4t1VlMKbqSNT7cJRYzWuja0s=
7878
go.uber.org/automaxprocs v1.6.0 h1:O3y2/QNTOdbF+e/dpXNNW7Rx2hZ4sTIPyybbxyNqTUs=
79-
golang.org/x/sys v0.36.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
8079
golang.org/x/telemetry v0.0.0-20250807160809-1a19826ec488 h1:3doPGa+Gg4snce233aCWnbZVFsyFMo/dR40KK/6skyE=
81-
golang.org/x/term v0.35.0/go.mod h1:TPGtkTLesOwf2DE8CgVYiZinHAOuy5AYUYT1lENIZnA=
8280
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE=
8381
gotest.tools/v3 v3.0.2 h1:kG1BFyqVHuQoVQiR1bWGnfz/fmHvvuiSPIV7rvl360E=
8482
sigs.k8s.io/kube-storage-version-migrator v0.0.6-0.20230721195810-5c8923c5ff96 h1:PFWFSkpArPNJxFX4ZKWAk9NSeRoZaXschn+ULa4xVek=

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ godebug default=go1.25
99
require k8s.io/apimachinery v0.0.0
1010

1111
require (
12-
github.com/davecgh/go-spew v1.1.1 // indirect
12+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
1313
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
1414
github.com/go-logr/logr v1.4.3 // indirect
1515
github.com/google/go-cmp v0.7.0 // indirect

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

Lines changed: 4 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/apimachinery/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ godebug default=go1.25
88

99
require (
1010
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
11-
github.com/davecgh/go-spew v1.1.1
11+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
1212
github.com/fxamacker/cbor/v2 v2.9.0
1313
github.com/google/gnostic-models v0.7.0
1414
github.com/google/go-cmp v0.7.0
1515
github.com/google/uuid v1.6.0
1616
github.com/moby/spdystream v0.5.0
1717
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
18-
github.com/pmezard/go-difflib v1.0.0
18+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
1919
github.com/spf13/pflag v1.0.9
2020
github.com/stretchr/testify v1.11.1
2121
golang.org/x/net v0.43.0

staging/src/k8s.io/apimachinery/go.sum

Lines changed: 4 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/cli-runtime/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
require (
3434
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
3535
github.com/blang/semver/v4 v4.0.0 // indirect
36-
github.com/davecgh/go-spew v1.1.1 // indirect
36+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3737
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
3838
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
3939
github.com/go-errors/errors v1.4.2 // indirect
@@ -52,7 +52,7 @@ require (
5252
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
5353
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5454
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
55-
github.com/pmezard/go-difflib v1.0.0 // indirect
55+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5656
github.com/x448/float16 v0.8.4 // indirect
5757
github.com/xlab/treeprint v1.2.0 // indirect
5858
go.yaml.in/yaml/v3 v3.0.4 // indirect

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

Lines changed: 4 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
@@ -37,7 +37,7 @@ require (
3737

3838
require (
3939
github.com/Masterminds/semver/v3 v3.4.0 // indirect
40-
github.com/davecgh/go-spew v1.1.1 // indirect
40+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4141
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
4242
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
4343
github.com/go-openapi/jsonpointer v0.21.0 // indirect
@@ -52,7 +52,7 @@ require (
5252
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5353
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
5454
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
55-
github.com/pmezard/go-difflib v1.0.0 // indirect
55+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5656
github.com/stretchr/objx v0.5.2 // indirect
5757
github.com/x448/float16 v0.8.4 // indirect
5858
go.yaml.in/yaml/v2 v2.4.3 // indirect

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

Lines changed: 4 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/cluster-bootstrap/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ require (
1515
)
1616

1717
require (
18-
github.com/davecgh/go-spew v1.1.1 // indirect
18+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
1919
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
2020
github.com/go-logr/logr v1.4.3 // indirect
2121
github.com/json-iterator/go v1.1.12 // indirect
2222
github.com/kr/text v0.2.0 // indirect
2323
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2424
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
25-
github.com/pmezard/go-difflib v1.0.0 // indirect
25+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
2626
github.com/x448/float16 v0.8.4 // indirect
2727
go.yaml.in/yaml/v2 v2.4.3 // indirect
28-
golang.org/x/crypto v0.41.0 // indirect
28+
golang.org/x/crypto v0.42.0 // indirect
2929
golang.org/x/net v0.43.0 // indirect
3030
golang.org/x/text v0.29.0 // indirect
3131
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)