Skip to content

Commit fe5e4a7

Browse files
Bump the all-go-mod-patch-and-minor group with 4 updates (#691)
Bumps the all-go-mod-patch-and-minor group with 4 updates: [golang.org/x/sync](https://github.com/golang/sync), [k8s.io/client-go](https://github.com/kubernetes/client-go), [k8s.io/code-generator](https://github.com/kubernetes/code-generator) and [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools). Updates `golang.org/x/sync` from 0.14.0 to 0.15.0 - [Commits](golang/sync@v0.14.0...v0.15.0) Updates `k8s.io/client-go` from 0.32.4 to 0.32.6 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.32.4...v0.32.6) Updates `k8s.io/code-generator` from 0.32.4 to 0.32.6 - [Commits](kubernetes/code-generator@v0.32.4...v0.32.6) Updates `sigs.k8s.io/controller-tools` from 0.17.3 to 0.18.0 - [Release notes](https://github.com/kubernetes-sigs/controller-tools/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-tools/blob/main/envtest-releases.yaml) - [Commits](kubernetes-sigs/controller-tools@v0.17.3...v0.18.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: k8s.io/client-go dependency-version: 0.32.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: k8s.io/code-generator dependency-version: 0.32.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: sigs.k8s.io/controller-tools dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 78c39f1 commit fe5e4a7

File tree

2 files changed

+67
-67
lines changed

2 files changed

+67
-67
lines changed

go.mod

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/zalando-incubator/stackset-controller
22

3-
go 1.23.0
4-
5-
toolchain go1.23.5
3+
go 1.24.0
64

75
require (
86
github.com/alecthomas/kingpin v2.2.6+incompatible
@@ -13,12 +11,12 @@ require (
1311
github.com/sirupsen/logrus v1.9.3
1412
github.com/stretchr/testify v1.10.0
1513
github.com/szuecs/routegroup-client v0.28.2
16-
golang.org/x/sync v0.14.0
17-
k8s.io/api v0.32.4
18-
k8s.io/apimachinery v0.32.4
19-
k8s.io/client-go v0.32.4
20-
k8s.io/code-generator v0.32.4
21-
sigs.k8s.io/controller-tools v0.17.3
14+
golang.org/x/sync v0.15.0
15+
k8s.io/api v0.33.0
16+
k8s.io/apimachinery v0.33.0
17+
k8s.io/client-go v0.33.0
18+
k8s.io/code-generator v0.33.0
19+
sigs.k8s.io/controller-tools v0.18.0
2220
sigs.k8s.io/yaml v1.4.0
2321
)
2422

@@ -37,9 +35,7 @@ require (
3735
github.com/go-openapi/swag v0.23.0 // indirect
3836
github.com/gobuffalo/flect v1.0.3 // indirect
3937
github.com/gogo/protobuf v1.3.2 // indirect
40-
github.com/golang/protobuf v1.5.4 // indirect
41-
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
42-
github.com/google/gofuzz v1.2.0 // indirect
38+
github.com/google/gnostic-models v0.6.9 // indirect
4339
github.com/google/uuid v1.6.0 // indirect
4440
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4541
github.com/josharian/intern v1.0.0 // indirect
@@ -59,25 +55,26 @@ require (
5955
github.com/spf13/pflag v1.0.6 // indirect
6056
github.com/x448/float16 v0.8.4 // indirect
6157
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
62-
golang.org/x/mod v0.23.0 // indirect
63-
golang.org/x/net v0.38.0 // indirect
64-
golang.org/x/oauth2 v0.24.0 // indirect
65-
golang.org/x/sys v0.31.0 // indirect
66-
golang.org/x/term v0.30.0 // indirect
67-
golang.org/x/text v0.23.0 // indirect
68-
golang.org/x/time v0.7.0 // indirect
69-
golang.org/x/tools v0.30.0 // indirect
58+
golang.org/x/mod v0.24.0 // indirect
59+
golang.org/x/net v0.39.0 // indirect
60+
golang.org/x/oauth2 v0.27.0 // indirect
61+
golang.org/x/sys v0.32.0 // indirect
62+
golang.org/x/term v0.31.0 // indirect
63+
golang.org/x/text v0.24.0 // indirect
64+
golang.org/x/time v0.9.0 // indirect
65+
golang.org/x/tools v0.32.0 // indirect
7066
google.golang.org/protobuf v1.36.5 // indirect
7167
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
7268
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
7369
gopkg.in/inf.v0 v0.9.1 // indirect
7470
gopkg.in/yaml.v2 v2.4.0 // indirect
7571
gopkg.in/yaml.v3 v3.0.1 // indirect
76-
k8s.io/apiextensions-apiserver v0.32.2 // indirect
77-
k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 // indirect
72+
k8s.io/apiextensions-apiserver v0.33.0 // indirect
73+
k8s.io/gengo/v2 v2.0.0-20250207200755-1244d31929d7 // indirect
7874
k8s.io/klog/v2 v2.130.1 // indirect
79-
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
75+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
8076
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
8177
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
82-
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
78+
sigs.k8s.io/randfill v1.0.0 // indirect
79+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
8380
)

0 commit comments

Comments
 (0)