Skip to content

Commit db55087

Browse files
Bump the k8s group across 1 directory with 4 updates
Bumps the k8s group with 3 updates in the / directory: [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery), [k8s.io/client-go](https://github.com/kubernetes/client-go) and [k8s.io/code-generator](https://github.com/kubernetes/code-generator). Updates `k8s.io/apimachinery` from 0.34.1 to 0.35.0 - [Commits](kubernetes/apimachinery@v0.34.1...v0.35.0) Updates `k8s.io/client-go` from 0.34.1 to 0.35.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.34.1...v0.35.0) Updates `k8s.io/code-generator` from 0.34.1 to 0.35.0 - [Commits](kubernetes/code-generator@v0.34.1...v0.35.0) Updates `k8s.io/utils` from 0.0.0-20250604170112-4c0f3b243397 to 0.0.0-20251002143259-bc988d571ff4 - [Commits](https://github.com/kubernetes/utils/commits) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s - dependency-name: k8s.io/client-go dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s - dependency-name: k8s.io/code-generator dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s - dependency-name: k8s.io/utils dependency-version: 0.0.0-20251002143259-bc988d571ff4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 16f1d7f commit db55087

File tree

1,637 files changed

+53637
-70436
lines changed

Some content is hidden

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

1,637 files changed

+53637
-70436
lines changed

go.mod

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/k8snetworkplumbingwg/whereabouts
22

3-
go 1.24.2
4-
5-
toolchain go1.24.6
3+
go 1.25.0
64

75
require (
86
github.com/blang/semver v3.5.1+incompatible
@@ -15,10 +13,10 @@ require (
1513
github.com/onsi/gomega v1.38.3
1614
github.com/pkg/errors v0.9.1
1715
gomodules.xyz/jsonpatch/v2 v2.5.0
18-
k8s.io/api v0.34.1
19-
k8s.io/apimachinery v0.34.1
20-
k8s.io/client-go v0.34.1
21-
k8s.io/code-generator v0.34.1
16+
k8s.io/api v0.35.0
17+
k8s.io/apimachinery v0.35.0
18+
k8s.io/client-go v0.35.0
19+
k8s.io/code-generator v0.35.0
2220
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912
2321
)
2422

@@ -33,12 +31,12 @@ require (
3331
github.com/robfig/cron/v3 v3.0.1 // indirect
3432
github.com/vishvananda/netns v0.0.5 // indirect
3533
github.com/x448/float16 v0.8.4 // indirect
36-
go.yaml.in/yaml/v2 v2.4.2 // indirect
34+
go.yaml.in/yaml/v2 v2.4.3 // indirect
3735
go.yaml.in/yaml/v3 v3.0.4 // indirect
38-
golang.org/x/sync v0.16.0 // indirect
39-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
40-
k8s.io/gengo/v2 v2.0.0-20250604051438-85fd79dbfd9f // indirect
41-
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
36+
golang.org/x/sync v0.18.0 // indirect
37+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
38+
k8s.io/gengo/v2 v2.0.0-20250922181213-ec3ebc5fd46b // indirect
39+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
4240
sigs.k8s.io/randfill v1.0.0 // indirect
4341
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
4442
)
@@ -51,7 +49,6 @@ require (
5149
github.com/go-openapi/jsonpointer v0.21.0 // indirect
5250
github.com/go-openapi/jsonreference v0.20.2 // indirect
5351
github.com/go-openapi/swag v0.23.0 // indirect
54-
github.com/gogo/protobuf v1.3.2 // indirect
5552
github.com/google/go-cmp v0.7.0 // indirect
5653
github.com/google/uuid v1.6.0 // indirect
5754
github.com/josharian/intern v1.0.0 // indirect
@@ -60,21 +57,21 @@ require (
6057
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
6158
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6259
github.com/nxadm/tail v1.4.8 // indirect
63-
github.com/spf13/pflag v1.0.6 // indirect
64-
golang.org/x/mod v0.27.0 // indirect
65-
golang.org/x/net v0.43.0 // indirect
66-
golang.org/x/oauth2 v0.27.0 // indirect
67-
golang.org/x/sys v0.35.0 // indirect
68-
golang.org/x/term v0.34.0 // indirect
69-
golang.org/x/text v0.28.0 // indirect
60+
github.com/spf13/pflag v1.0.9 // indirect
61+
golang.org/x/mod v0.29.0 // indirect
62+
golang.org/x/net v0.47.0 // indirect
63+
golang.org/x/oauth2 v0.30.0 // indirect
64+
golang.org/x/sys v0.38.0 // indirect
65+
golang.org/x/term v0.37.0 // indirect
66+
golang.org/x/text v0.31.0 // indirect
7067
golang.org/x/time v0.14.0
71-
golang.org/x/tools v0.36.0 // indirect
72-
google.golang.org/protobuf v1.36.7 // indirect
68+
golang.org/x/tools v0.38.0 // indirect
69+
google.golang.org/protobuf v1.36.8 // indirect
7370
gopkg.in/inf.v0 v0.9.1 // indirect
7471
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
7572
gopkg.in/yaml.v3 v3.0.1 // indirect
7673
k8s.io/klog/v2 v2.130.1
77-
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
74+
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
7875
sigs.k8s.io/yaml v1.6.0 // indirect
7976
)
8077

go.sum

Lines changed: 44 additions & 56 deletions
Large diffs are not rendered by default.

vendor/github.com/gogo/protobuf/AUTHORS

Lines changed: 0 additions & 15 deletions
This file was deleted.

vendor/github.com/gogo/protobuf/CONTRIBUTORS

Lines changed: 0 additions & 23 deletions
This file was deleted.

vendor/github.com/gogo/protobuf/LICENSE

Lines changed: 0 additions & 35 deletions
This file was deleted.

vendor/github.com/gogo/protobuf/proto/Makefile

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)