1
1
module github.com/giantswarm/chart-operator/v4
2
2
3
- go 1.22.7
3
+ go 1.23.0
4
4
5
5
toolchain go1.23.4
6
6
@@ -24,16 +24,16 @@ require (
24
24
github.com/spf13/afero v1.12.0
25
25
github.com/spf13/viper v1.19.0
26
26
helm.sh/helm/v3 v3.14.4
27
- k8s.io/api v0.29 .0
28
- k8s.io/apimachinery v0.29 .0
29
- k8s.io/client-go v0.29 .0
30
- sigs.k8s.io/controller-runtime v0.16.3
27
+ k8s.io/api v0.32 .0
28
+ k8s.io/apimachinery v0.32 .0
29
+ k8s.io/client-go v0.32 .0
30
+ sigs.k8s.io/controller-runtime v0.20.0
31
31
sigs.k8s.io/yaml v1.4.0
32
32
)
33
33
34
34
require (
35
35
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
36
- github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
36
+ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
37
37
github.com/BurntSushi/toml v1.3.2 // indirect
38
38
github.com/MakeNowJust/heredoc v1.0.0 // indirect
39
39
github.com/Masterminds/goutils v1.1.1 // indirect
@@ -60,11 +60,12 @@ require (
60
60
github.com/docker/go-metrics v0.0.1 // indirect
61
61
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
62
62
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
63
- github.com/evanphx/json-patch/v5 v5.7 .0 // indirect
63
+ github.com/evanphx/json-patch/v5 v5.9 .0 // indirect
64
64
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
65
65
github.com/fatih/color v1.15.0 // indirect
66
66
github.com/felixge/httpsnoop v1.0.4 // indirect
67
67
github.com/fsnotify/fsnotify v1.7.0 // indirect
68
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
68
69
github.com/getsentry/sentry-go v0.25.0 // indirect
69
70
github.com/giantswarm/kubeconfig/v4 v4.1.1 // indirect
70
71
github.com/giantswarm/versionbundle v1.1.0 // indirect
@@ -75,24 +76,23 @@ require (
75
76
github.com/go-logfmt/logfmt v0.6.0 // indirect
76
77
github.com/go-logr/logr v1.4.2 // indirect
77
78
github.com/go-logr/stdr v1.2.2 // indirect
78
- github.com/go-logr/zapr v1.2.4 // indirect
79
- github.com/go-openapi/jsonpointer v0.20 .0 // indirect
79
+ github.com/go-logr/zapr v1.3.0 // indirect
80
+ github.com/go-openapi/jsonpointer v0.21 .0 // indirect
80
81
github.com/go-openapi/jsonreference v0.20.2 // indirect
81
- github.com/go-openapi/swag v0.22.4 // indirect
82
+ github.com/go-openapi/swag v0.23.0 // indirect
82
83
github.com/go-stack/stack v1.8.1 // indirect
83
84
github.com/gobwas/glob v0.2.3 // indirect
84
85
github.com/gogo/protobuf v1.3.2 // indirect
85
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
86
86
github.com/golang/protobuf v1.5.4 // indirect
87
- github.com/google/btree v1.0.1 // indirect
87
+ github.com/google/btree v1.1.3 // indirect
88
88
github.com/google/gnostic-models v0.6.8 // indirect
89
89
github.com/google/gofuzz v1.2.0 // indirect
90
90
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
91
91
github.com/google/uuid v1.6.0 // indirect
92
92
github.com/gorilla/mux v1.8.1 // indirect
93
93
github.com/gorilla/websocket v1.5.0 // indirect
94
94
github.com/gosuri/uitable v0.0.4 // indirect
95
- github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
95
+ github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
96
96
github.com/hashicorp/errwrap v1.1.0 // indirect
97
97
github.com/hashicorp/go-multierror v1.1.1 // indirect
98
98
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -116,7 +116,7 @@ require (
116
116
github.com/mitchellh/mapstructure v1.5.0 // indirect
117
117
github.com/mitchellh/reflectwalk v1.0.2 // indirect
118
118
github.com/moby/locker v1.0.1 // indirect
119
- github.com/moby/spdystream v0.2 .0 // indirect
119
+ github.com/moby/spdystream v0.5 .0 // indirect
120
120
github.com/moby/term v0.5.0 // indirect
121
121
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
122
122
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -143,6 +143,7 @@ require (
143
143
github.com/spf13/cobra v1.8.1 // indirect
144
144
github.com/spf13/pflag v1.0.5 // indirect
145
145
github.com/subosito/gotenv v1.6.0 // indirect
146
+ github.com/x448/float16 v0.8.4 // indirect
146
147
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
147
148
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
148
149
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
@@ -153,9 +154,9 @@ require (
153
154
go.opentelemetry.io/otel/trace v1.31.0 // indirect
154
155
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
155
156
go.uber.org/multierr v1.11.0 // indirect
156
- go.uber.org/zap v1.25 .0 // indirect
157
+ go.uber.org/zap v1.27 .0 // indirect
157
158
golang.org/x/crypto v0.32.0 // indirect
158
- golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
159
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
159
160
golang.org/x/net v0.33.0 // indirect
160
161
golang.org/x/oauth2 v0.25.0 // indirect
161
162
golang.org/x/sync v0.10.0 // indirect
@@ -167,24 +168,25 @@ require (
167
168
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
168
169
google.golang.org/grpc v1.67.3 // indirect
169
170
google.golang.org/protobuf v1.36.1 // indirect
171
+ gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
170
172
gopkg.in/inf.v0 v0.9.1 // indirect
171
173
gopkg.in/ini.v1 v1.67.0 // indirect
172
174
gopkg.in/resty.v1 v1.12.0 // indirect
173
175
gopkg.in/yaml.v2 v2.4.0 // indirect
174
176
gopkg.in/yaml.v3 v3.0.1 // indirect
175
- k8s.io/apiextensions-apiserver v0.29 .0 // indirect
176
- k8s.io/apiserver v0.29 .0 // indirect
177
+ k8s.io/apiextensions-apiserver v0.32 .0 // indirect
178
+ k8s.io/apiserver v0.32 .0 // indirect
177
179
k8s.io/cli-runtime v0.29.0 // indirect
178
- k8s.io/component-base v0.29 .0 // indirect
179
- k8s.io/klog/v2 v2.110 .1 // indirect
180
- k8s.io/kube-openapi v0.0.0-20231113174909-778a5567bc1e // indirect
180
+ k8s.io/component-base v0.32 .0 // indirect
181
+ k8s.io/klog/v2 v2.130 .1 // indirect
182
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
181
183
k8s.io/kubectl v0.29.0 // indirect
182
- k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
184
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
183
185
oras.land/oras-go v1.2.5 // indirect
184
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
186
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
185
187
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
186
188
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
187
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
189
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
188
190
)
189
191
190
192
replace (
0 commit comments