1
1
module github.com/giantswarm/app-operator/v7
2
2
3
- go 1.21
3
+ go 1.22.0
4
4
5
- toolchain go1.22.3
5
+ toolchain go1.23.4
6
6
7
7
require (
8
8
github.com/Masterminds/semver/v3 v3.3.1
@@ -14,7 +14,7 @@ require (
14
14
github.com/giantswarm/backoff v1.0.1
15
15
github.com/giantswarm/errors v0.3.0
16
16
github.com/giantswarm/helmclient/v4 v4.12.0
17
- github.com/giantswarm/k8sclient/v7 v7.2 .0
17
+ github.com/giantswarm/k8sclient/v8 v8.0 .0
18
18
github.com/giantswarm/k8smetadata v0.25.0
19
19
github.com/giantswarm/kubeconfig/v4 v4.1.1
20
20
github.com/giantswarm/microendpoint v1.1.0
@@ -29,14 +29,16 @@ require (
29
29
github.com/prometheus/client_golang v1.20.5
30
30
github.com/spf13/afero v1.12.0
31
31
github.com/spf13/viper v1.19.0
32
- k8s.io/api v0.29.0
33
- k8s.io/apiextensions-apiserver v0.29.0
34
- k8s.io/apimachinery v0.29.0
35
- k8s.io/client-go v0.29.0
36
- sigs.k8s.io/controller-runtime v0.16.3
32
+ k8s.io/api v0.31.1
33
+ k8s.io/apiextensions-apiserver v0.31.1
34
+ k8s.io/apimachinery v0.31.1
35
+ k8s.io/client-go v0.31.1
36
+ sigs.k8s.io/controller-runtime v0.19.0
37
37
sigs.k8s.io/yaml v1.4.0
38
38
)
39
39
40
+ require github.com/giantswarm/k8sclient/v7 v7.2.0
41
+
40
42
require (
41
43
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
42
44
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
@@ -65,11 +67,12 @@ require (
65
67
github.com/docker/go-metrics v0.0.1 // indirect
66
68
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
67
69
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
68
- github.com/evanphx/json-patch/v5 v5.7 .0 // indirect
70
+ github.com/evanphx/json-patch/v5 v5.9 .0 // indirect
69
71
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
70
72
github.com/fatih/color v1.14.1 // indirect
71
73
github.com/felixge/httpsnoop v1.0.4 // indirect
72
74
github.com/fsnotify/fsnotify v1.7.0 // indirect
75
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
73
76
github.com/getsentry/sentry-go v0.25.0 // indirect
74
77
github.com/giantswarm/exporterkit v1.1.0 // indirect
75
78
github.com/giantswarm/versionbundle v1.1.0 // indirect
@@ -80,7 +83,7 @@ require (
80
83
github.com/go-logfmt/logfmt v0.6.0 // indirect
81
84
github.com/go-logr/logr v1.4.2 // indirect
82
85
github.com/go-logr/stdr v1.2.2 // indirect
83
- github.com/go-logr/zapr v1.2.4 // indirect
86
+ github.com/go-logr/zapr v1.3.0 // indirect
84
87
github.com/go-openapi/jsonpointer v0.20.0 // indirect
85
88
github.com/go-openapi/jsonreference v0.20.2 // indirect
86
89
github.com/go-openapi/swag v0.22.4 // indirect
@@ -122,7 +125,7 @@ require (
122
125
github.com/mitchellh/mapstructure v1.5.0 // indirect
123
126
github.com/mitchellh/reflectwalk v1.0.2 // indirect
124
127
github.com/moby/locker v1.0.1 // indirect
125
- github.com/moby/spdystream v0.2 .0 // indirect
128
+ github.com/moby/spdystream v0.4 .0 // indirect
126
129
github.com/moby/term v0.5.0 // indirect
127
130
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
128
131
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -149,6 +152,7 @@ require (
149
152
github.com/spf13/cobra v1.8.1 // indirect
150
153
github.com/spf13/pflag v1.0.5 // indirect
151
154
github.com/subosito/gotenv v1.6.0 // indirect
155
+ github.com/x448/float16 v0.8.4 // indirect
152
156
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
153
157
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
154
158
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
@@ -159,7 +163,7 @@ require (
159
163
go.opentelemetry.io/otel/trace v1.29.0 // indirect
160
164
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
161
165
go.uber.org/multierr v1.11.0 // indirect
162
- go.uber.org/zap v1.25 .0 // indirect
166
+ go.uber.org/zap v1.26 .0 // indirect
163
167
golang.org/x/crypto v0.32.0 // indirect
164
168
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
165
169
golang.org/x/net v0.33.0 // indirect
@@ -173,19 +177,20 @@ require (
173
177
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
174
178
google.golang.org/grpc v1.67.3 // indirect
175
179
google.golang.org/protobuf v1.36.1 // indirect
180
+ gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
176
181
gopkg.in/inf.v0 v0.9.1 // indirect
177
182
gopkg.in/ini.v1 v1.67.0 // indirect
178
183
gopkg.in/resty.v1 v1.12.0 // indirect
179
184
gopkg.in/yaml.v2 v2.4.0 // indirect
180
185
gopkg.in/yaml.v3 v3.0.1 // indirect
181
186
helm.sh/helm/v3 v3.14.4 // indirect
182
- k8s.io/apiserver v0.29.0 // indirect
187
+ k8s.io/apiserver v0.31.1 // indirect
183
188
k8s.io/cli-runtime v0.29.0 // indirect
184
- k8s.io/component-base v0.29.0 // indirect
185
- k8s.io/klog/v2 v2.120 .1 // indirect
186
- k8s.io/kube-openapi v0.0.0-20231113174909-778a5567bc1e // indirect
189
+ k8s.io/component-base v0.31.1 // indirect
190
+ k8s.io/klog/v2 v2.130 .1 // indirect
191
+ k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
187
192
k8s.io/kubectl v0.29.0 // indirect
188
- k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
193
+ k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
189
194
oras.land/oras-go v1.2.5 // indirect
190
195
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
191
196
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
0 commit comments