1
1
module github.com/arangodb/kube-arangodb
2
2
3
- go 1.22.7
3
+ go 1.23.0
4
+
5
+ toolchain go1.23.8
4
6
5
7
replace (
6
8
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring => github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.71.2
7
9
github.com/prometheus-operator/prometheus-operator/pkg/client => github.com/prometheus-operator/prometheus-operator/pkg/client v0.71.2
8
10
github.com/stretchr/testify => github.com/stretchr/testify v1.9.0
9
11
github.com/ugorji/go => github.com/ugorji/go v0.0.0-20181209151446-772ced7fd4c2
10
12
11
- k8s.io/api => k8s.io/api v0.31.5
12
- k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.31.5
13
- k8s.io/apimachinery => k8s.io/apimachinery v0.31.5
14
- k8s.io/apiserver => k8s.io/apiserver v0.31.5
15
- k8s.io/client-go => k8s.io/client-go v0.31.5
16
- k8s.io/cloud-provider => k8s.io/cloud-provider v0.31.5
17
- k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.31.5
13
+ k8s.io/api => k8s.io/api v0.31.8
14
+ k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.31.8
15
+ k8s.io/apimachinery => k8s.io/apimachinery v0.31.8
16
+ k8s.io/apiserver => k8s.io/apiserver v0.31.8
17
+ k8s.io/client-go => k8s.io/client-go v0.31.8
18
+ k8s.io/cloud-provider => k8s.io/cloud-provider v0.31.8
19
+ k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.31.8
18
20
k8s.io/code-generator => ./deps/k8s.io/code-generator
19
- k8s.io/component-base => k8s.io/component-base v0.31.5
20
- k8s.io/kubernetes => k8s.io/kubernetes v0.31.5
21
- k8s.io/metrics => k8s.io/metrics v0.31.5
21
+ k8s.io/component-base => k8s.io/component-base v0.31.8
22
+ k8s.io/kubernetes => k8s.io/kubernetes v0.31.8
23
+ k8s.io/metrics => k8s.io/metrics v0.31.8
22
24
)
23
25
24
26
require (
@@ -54,19 +56,19 @@ require (
54
56
github.com/spf13/cobra v1.8.1
55
57
github.com/spf13/pflag v1.0.5
56
58
github.com/stretchr/testify v1.10.0
57
- golang.org/x/sync v0.11 .0
58
- golang.org/x/sys v0.29 .0
59
- golang.org/x/text v0.22 .0
60
- golang.org/x/time v0.5 .0
59
+ golang.org/x/sync v0.12 .0
60
+ golang.org/x/sys v0.31 .0
61
+ golang.org/x/text v0.23 .0
62
+ golang.org/x/time v0.7 .0
61
63
google.golang.org/genproto/googleapis/rpc v0.0.0-20250204164813-702378808489
62
64
google.golang.org/grpc v1.70.0
63
65
google.golang.org/protobuf v1.36.5
64
66
gopkg.in/yaml.v3 v3.0.1
65
- k8s.io/api v0.31.5
66
- k8s.io/apiextensions-apiserver v0.31.5
67
- k8s.io/apimachinery v0.31.5
68
- k8s.io/client-go v0.31.5
69
- k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
67
+ k8s.io/api v0.31.8
68
+ k8s.io/apiextensions-apiserver v0.31.8
69
+ k8s.io/apimachinery v0.31.8
70
+ k8s.io/client-go v0.31.8
71
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f
70
72
sigs.k8s.io/yaml v1.4.0
71
73
)
72
74
@@ -79,16 +81,16 @@ require (
79
81
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1
80
82
github.com/jedib0t/go-pretty/v6 v6.6.5
81
83
google.golang.org/genproto/googleapis/api v0.0.0-20250204164813-702378808489
82
- helm.sh/helm/v3 v3.16.2
84
+ helm.sh/helm/v3 v3.16.4
83
85
k8s.io/klog/v2 v2.130.1
84
86
)
85
87
86
88
require (
87
89
cel.dev/expr v0.19.0 // indirect
88
90
dario.cat/mergo v1.0.1 // indirect
89
91
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
90
- github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
91
- github.com/BurntSushi/toml v1.3.2 // indirect
92
+ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
93
+ github.com/BurntSushi/toml v1.4.0 // indirect
92
94
github.com/MakeNowJust/heredoc v1.0.0 // indirect
93
95
github.com/Masterminds/goutils v1.1.1 // indirect
94
96
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
@@ -108,7 +110,7 @@ require (
108
110
github.com/containerd/errdefs v0.3.0 // indirect
109
111
github.com/containerd/log v0.1.0 // indirect
110
112
github.com/containerd/platforms v0.2.1 // indirect
111
- github.com/cyphar/filepath-securejoin v0.3.1 // indirect
113
+ github.com/cyphar/filepath-securejoin v0.3.6 // indirect
112
114
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
113
115
github.com/dchest/siphash v1.2.3 // indirect
114
116
github.com/distribution/reference v0.6.0 // indirect
@@ -121,7 +123,7 @@ require (
121
123
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
122
124
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
123
125
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
124
- github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
126
+ github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
125
127
github.com/fatih/color v1.13.0 // indirect
126
128
github.com/felixge/httpsnoop v1.0.4 // indirect
127
129
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
@@ -131,9 +133,9 @@ require (
131
133
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
132
134
github.com/go-logr/logr v1.4.2 // indirect
133
135
github.com/go-logr/stdr v1.2.2 // indirect
134
- github.com/go-openapi/jsonpointer v0.20 .0 // indirect
136
+ github.com/go-openapi/jsonpointer v0.21 .0 // indirect
135
137
github.com/go-openapi/jsonreference v0.20.2 // indirect
136
- github.com/go-openapi/swag v0.22.4 // indirect
138
+ github.com/go-openapi/swag v0.23.0 // indirect
137
139
github.com/go-playground/locales v0.14.1 // indirect
138
140
github.com/go-playground/universal-translator v0.18.1 // indirect
139
141
github.com/go-playground/validator/v10 v10.14.0 // indirect
@@ -150,7 +152,7 @@ require (
150
152
github.com/gorilla/mux v1.8.0 // indirect
151
153
github.com/gorilla/websocket v1.5.0 // indirect
152
154
github.com/gosuri/uitable v0.0.4 // indirect
153
- github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
155
+ github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
154
156
github.com/hashicorp/errwrap v1.1.0 // indirect
155
157
github.com/hashicorp/go-multierror v1.1.1 // indirect
156
158
github.com/huandu/xstrings v1.5.0 // indirect
@@ -177,7 +179,7 @@ require (
177
179
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
178
180
github.com/mitchellh/reflectwalk v1.0.2 // indirect
179
181
github.com/moby/locker v1.0.1 // indirect
180
- github.com/moby/spdystream v0.4 .0 // indirect
182
+ github.com/moby/spdystream v0.5 .0 // indirect
181
183
github.com/moby/term v0.5.0 // indirect
182
184
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
183
185
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -194,7 +196,7 @@ require (
194
196
github.com/prometheus/common v0.55.0 // indirect
195
197
github.com/prometheus/procfs v0.15.1 // indirect
196
198
github.com/rivo/uniseg v0.2.0 // indirect
197
- github.com/rubenv/sql-migrate v1.7.0 // indirect
199
+ github.com/rubenv/sql-migrate v1.7.1 // indirect
198
200
github.com/russross/blackfriday/v2 v2.1.0 // indirect
199
201
github.com/shopspring/decimal v1.4.0 // indirect
200
202
github.com/sirupsen/logrus v1.9.3 // indirect
@@ -211,24 +213,24 @@ require (
211
213
go.opentelemetry.io/otel v1.32.0 // indirect
212
214
go.opentelemetry.io/otel/metric v1.32.0 // indirect
213
215
go.opentelemetry.io/otel/trace v1.32.0 // indirect
214
- go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
215
216
golang.org/x/arch v0.3.0 // indirect
216
- golang.org/x/crypto v0.32 .0 // indirect
217
- golang.org/x/net v0.34 .0 // indirect
217
+ golang.org/x/crypto v0.36 .0 // indirect
218
+ golang.org/x/net v0.38 .0 // indirect
218
219
golang.org/x/oauth2 v0.26.0 // indirect
219
- golang.org/x/term v0.28.0 // indirect
220
+ golang.org/x/term v0.30.0 // indirect
221
+ golang.org/x/tools v0.27.0 // indirect
220
222
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
221
223
gopkg.in/inf.v0 v0.9.1 // indirect
222
224
gopkg.in/yaml.v2 v2.4.0 // indirect
223
- k8s.io/apiserver v0.31.5 // indirect
224
- k8s.io/cli-runtime v0.31.1 // indirect
225
- k8s.io/component-base v0.31.5 // indirect
226
- k8s.io/kubectl v0.31.1 // indirect
227
- k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
225
+ k8s.io/apiserver v0.31.8 // indirect
226
+ k8s.io/cli-runtime v0.31.8 // indirect
227
+ k8s.io/component-base v0.31.8 // indirect
228
+ k8s.io/kubectl v0.31.8 // indirect
229
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
228
230
oras.land/oras-go v1.2.5 // indirect
229
231
sigs.k8s.io/controller-runtime v0.16.3 // indirect
230
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
231
- sigs.k8s.io/kustomize/api v0.17.2 // indirect
232
- sigs.k8s.io/kustomize/kyaml v0.17 .1 // indirect
233
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
232
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
233
+ sigs.k8s.io/kustomize/api v0.18.0 // indirect
234
+ sigs.k8s.io/kustomize/kyaml v0.18 .1 // indirect
235
+ sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
234
236
)
0 commit comments