Skip to content

Commit 19f078c

Browse files
committed
Update dependencies to Kubernetes v1.34.0
Signed-off-by: Stefan Prodan <[email protected]>
1 parent a2bb465 commit 19f078c

File tree

3 files changed

+83
-85
lines changed

3 files changed

+83
-85
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Set up Go
2323
uses: actions/setup-go@v4
2424
with:
25-
go-version: 1.24.x
25+
go-version: 1.25.x
2626
cache-dependency-path: |
2727
**/go.sum
2828
**/go.mod

go.mod

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
module github.com/fluxcd/cli-utils
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/google/go-cmp v0.7.0
77
github.com/google/uuid v1.6.0
8-
github.com/onsi/ginkgo/v2 v2.23.4
9-
github.com/onsi/gomega v1.37.0
8+
github.com/onsi/ginkgo/v2 v2.25.2
9+
github.com/onsi/gomega v1.38.2
1010
github.com/spf13/cobra v1.9.1
1111
github.com/spyzhov/ajson v0.9.6
12-
github.com/stretchr/testify v1.10.0
12+
github.com/stretchr/testify v1.11.1
1313
gopkg.in/yaml.v3 v3.0.1
14-
k8s.io/api v0.33.2
15-
k8s.io/apiextensions-apiserver v0.33.2
16-
k8s.io/apimachinery v0.33.2
17-
k8s.io/cli-runtime v0.33.2
18-
k8s.io/client-go v0.33.2
19-
k8s.io/component-base v0.33.2
14+
k8s.io/api v0.34.0
15+
k8s.io/apiextensions-apiserver v0.34.0
16+
k8s.io/apimachinery v0.34.0
17+
k8s.io/cli-runtime v0.34.0
18+
k8s.io/client-go v0.34.0
19+
k8s.io/component-base v0.34.0
2020
k8s.io/klog/v2 v2.130.1
21-
k8s.io/kubectl v0.33.2
21+
k8s.io/kubectl v0.34.0
2222
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
23-
sigs.k8s.io/controller-runtime v0.21.0
24-
sigs.k8s.io/kustomize/kyaml v0.20.0
25-
sigs.k8s.io/yaml v1.5.0
23+
sigs.k8s.io/controller-runtime v0.22.0
24+
sigs.k8s.io/kustomize/kyaml v0.20.1
25+
sigs.k8s.io/yaml v1.6.0
2626
)
2727

2828
require (
2929
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
3030
github.com/MakeNowJust/heredoc v1.0.0 // indirect
31+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
3132
github.com/beorn7/perks v1.0.1 // indirect
3233
github.com/blang/semver/v4 v4.0.0 // indirect
33-
github.com/carapace-sh/carapace-shlex v1.0.1 // indirect
3434
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3535
github.com/chai2010/gettext-go v1.0.2 // indirect
3636
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -40,7 +40,7 @@ require (
4040
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
4141
github.com/fatih/camelcase v1.0.0 // indirect
4242
github.com/fsnotify/fsnotify v1.9.0 // indirect
43-
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
43+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
4444
github.com/go-errors/errors v1.5.1 // indirect
4545
github.com/go-logr/logr v1.4.3 // indirect
4646
github.com/go-openapi/jsonpointer v0.21.1 // indirect
@@ -54,7 +54,7 @@ require (
5454
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
5555
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
5656
github.com/inconshreveable/mousetrap v1.1.0 // indirect
57-
github.com/jonboulle/clockwork v0.4.0 // indirect
57+
github.com/jonboulle/clockwork v0.5.0 // indirect
5858
github.com/josharian/intern v1.0.0 // indirect
5959
github.com/json-iterator/go v1.1.12 // indirect
6060
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
@@ -63,7 +63,7 @@ require (
6363
github.com/moby/spdystream v0.5.0 // indirect
6464
github.com/moby/term v0.5.0 // indirect
6565
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
66-
github.com/modern-go/reflect2 v1.0.2 // indirect
66+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
6767
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
6868
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6969
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
@@ -83,22 +83,22 @@ require (
8383
go.uber.org/automaxprocs v1.6.0 // indirect
8484
go.yaml.in/yaml/v2 v2.4.2 // indirect
8585
go.yaml.in/yaml/v3 v3.0.4 // indirect
86-
golang.org/x/net v0.41.0 // indirect
86+
golang.org/x/net v0.43.0 // indirect
8787
golang.org/x/oauth2 v0.30.0 // indirect
8888
golang.org/x/sync v0.16.0 // indirect
89-
golang.org/x/sys v0.34.0 // indirect
90-
golang.org/x/term v0.33.0 // indirect
91-
golang.org/x/text v0.27.0 // indirect
89+
golang.org/x/sys v0.35.0 // indirect
90+
golang.org/x/term v0.34.0 // indirect
91+
golang.org/x/text v0.28.0 // indirect
9292
golang.org/x/time v0.12.0 // indirect
93-
golang.org/x/tools v0.34.0 // indirect
93+
golang.org/x/tools v0.36.0 // indirect
9494
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
95-
google.golang.org/protobuf v1.36.6 // indirect
95+
google.golang.org/protobuf v1.36.7 // indirect
9696
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
9797
gopkg.in/inf.v0 v0.9.1 // indirect
98-
k8s.io/component-helpers v0.33.2 // indirect
99-
k8s.io/kube-openapi v0.0.0-20250701173324-9bd5c66d9911 // indirect
98+
k8s.io/component-helpers v0.34.0 // indirect
99+
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
100100
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
101-
sigs.k8s.io/kustomize/api v0.20.0 // indirect
101+
sigs.k8s.io/kustomize/api v0.20.1 // indirect
102102
sigs.k8s.io/randfill v1.0.0 // indirect
103-
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
103+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
104104
)

0 commit comments

Comments
 (0)