@@ -14,18 +14,18 @@ require (
14
14
github.com/pkg/errors v0.9.1
15
15
github.com/prometheus/client_golang v1.23.2
16
16
github.com/sap/go-generics v0.2.38
17
- github.com/spf13/cast v1.9.2
18
- github.com/spf13/cobra v1.9 .1
17
+ github.com/spf13/cast v1.10.0
18
+ github.com/spf13/cobra v1.10 .1
19
19
github.com/spf13/pflag v1.0.10
20
- k8s.io/api v0.33.4
21
- k8s.io/apiextensions-apiserver v0.33.4
22
- k8s.io/apimachinery v0.33.4
23
- k8s.io/cli-runtime v0.33.4
24
- k8s.io/client-go v0.33.4
25
- k8s.io/kube-aggregator v0.33.4
20
+ k8s.io/api v0.34.0
21
+ k8s.io/apiextensions-apiserver v0.34.0
22
+ k8s.io/apimachinery v0.34.0
23
+ k8s.io/cli-runtime v0.34.0
24
+ k8s.io/client-go v0.34.0
25
+ k8s.io/kube-aggregator v0.34.0
26
26
sigs.k8s.io/cli-utils v0.37.2
27
- sigs.k8s.io/controller-runtime v0.21.0
28
- sigs.k8s.io/controller-tools v0.18 .0
27
+ sigs.k8s.io/controller-runtime v0.22.1
28
+ sigs.k8s.io/controller-tools v0.19 .0
29
29
sigs.k8s.io/kustomize/api v0.20.1
30
30
sigs.k8s.io/kustomize/kyaml v0.20.1
31
31
sigs.k8s.io/structured-merge-diff/v6 v6.3.0
@@ -41,12 +41,12 @@ require (
41
41
github.com/blang/semver/v4 v4.0.0 // indirect
42
42
github.com/cespare/xxhash/v2 v2.3.0 // indirect
43
43
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
44
- github.com/emicklei/go-restful/v3 v3.11 .2 // indirect
44
+ github.com/emicklei/go-restful/v3 v3.12 .2 // indirect
45
45
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
46
46
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
47
47
github.com/fatih/color v1.18.0 // indirect
48
- github.com/fsnotify/fsnotify v1.7 .0 // indirect
49
- github.com/fxamacker/cbor/v2 v2.7 .0 // indirect
48
+ github.com/fsnotify/fsnotify v1.9 .0 // indirect
49
+ github.com/fxamacker/cbor/v2 v2.9 .0 // indirect
50
50
github.com/go-errors/errors v1.5.1 // indirect
51
51
github.com/go-openapi/jsonpointer v0.21.0 // indirect
52
52
github.com/go-openapi/jsonreference v0.20.4 // indirect
@@ -55,11 +55,10 @@ require (
55
55
github.com/gobuffalo/flect v1.0.3 // indirect
56
56
github.com/gogo/protobuf v1.3.2 // indirect
57
57
github.com/google/btree v1.1.3 // indirect
58
- github.com/google/gnostic-models v0.6.9 // indirect
58
+ github.com/google/gnostic-models v0.7.0 // indirect
59
59
github.com/google/go-cmp v0.7.0 // indirect
60
60
github.com/google/pprof v0.0.0-20250820193118-f64d9cf942d6 // indirect
61
61
github.com/google/uuid v1.6.0 // indirect
62
- github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
63
62
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
64
63
github.com/hashicorp/errwrap v1.1.0 // indirect
65
64
github.com/huandu/xstrings v1.5.0 // indirect
@@ -75,10 +74,11 @@ require (
75
74
github.com/mitchellh/reflectwalk v1.0.2 // indirect
76
75
github.com/moby/term v0.5.0 // indirect
77
76
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
78
- github.com/modern-go/reflect2 v1.0.2 // indirect
77
+ github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
79
78
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
80
79
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
81
80
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
81
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
82
82
github.com/prometheus/client_model v0.6.2 // indirect
83
83
github.com/prometheus/common v0.66.1 // indirect
84
84
github.com/prometheus/procfs v0.16.1 // indirect
@@ -101,7 +101,6 @@ require (
101
101
golang.org/x/text v0.28.0 // indirect
102
102
golang.org/x/time v0.11.0 // indirect
103
103
golang.org/x/tools v0.36.0 // indirect
104
- golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect
105
104
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
106
105
google.golang.org/protobuf v1.36.8 // indirect
107
106
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
@@ -111,12 +110,11 @@ require (
111
110
gopkg.in/warnings.v0 v0.1.2 // indirect
112
111
gopkg.in/yaml.v2 v2.4.0 // indirect
113
112
gopkg.in/yaml.v3 v3.0.1 // indirect
114
- k8s.io/code-generator v0.33.4 // indirect
115
- k8s.io/gengo/v2 v2.0.0-20250207200755-1244d31929d7 // indirect
113
+ k8s.io/code-generator v0.34.0 // indirect
114
+ k8s.io/gengo/v2 v2.0.0-20250604051438-85fd79dbfd9f // indirect
116
115
k8s.io/klog/v2 v2.130.1 // indirect
117
- k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
118
- k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
119
- sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
116
+ k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
117
+ k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
118
+ sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
120
119
sigs.k8s.io/randfill v1.0.0 // indirect
121
- sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
122
120
)
0 commit comments