@@ -5,31 +5,31 @@ go 1.23.3
5
5
require (
6
6
github.com/ThalesGroup/crypto11 v1.2.6
7
7
github.com/cert-manager/cert-manager v1.16.2
8
- github.com/edgelesssys/ego v1.6.0
8
+ github.com/edgelesssys/ego v1.6.1
9
9
github.com/gofrs/flock v0.12.1
10
10
github.com/google/go-cmp v0.6.0
11
11
github.com/google/uuid v1.6.0
12
12
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1
13
- github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1 .0
13
+ github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.2 .0
14
14
github.com/prometheus/client_golang v1.20.5
15
15
github.com/prometheus/client_model v0.6.1
16
- github.com/spf13/afero v1.11 .0
16
+ github.com/spf13/afero v1.12 .0
17
17
github.com/spf13/cobra v1.8.1
18
18
github.com/spf13/pflag v1.0.5
19
19
github.com/stretchr/testify v1.10.0
20
20
github.com/tidwall/gjson v1.18.0
21
21
go.uber.org/goleak v1.3.0
22
22
go.uber.org/zap v1.27.0
23
- golang.org/x/crypto v0.31 .0
24
- golang.org/x/sys v0.28 .0
25
- google.golang.org/grpc v1.68.1
26
- google.golang.org/protobuf v1.35.2
23
+ golang.org/x/crypto v0.32 .0
24
+ golang.org/x/sys v0.29 .0
25
+ google.golang.org/grpc v1.69.4
26
+ google.golang.org/protobuf v1.36.3
27
27
gopkg.in/yaml.v3 v3.0.1
28
- helm.sh/helm/v3 v3.16.3
29
- k8s.io/api v0.31.3
30
- k8s.io/apimachinery v0.31.3
31
- k8s.io/client-go v0.31.3
32
- sigs.k8s.io/controller-runtime v0.19.3
28
+ helm.sh/helm/v3 v3.17.0
29
+ k8s.io/api v0.32.0
30
+ k8s.io/apimachinery v0.32.0
31
+ k8s.io/client-go v0.32.0
32
+ sigs.k8s.io/controller-runtime v0.19.4
33
33
sigs.k8s.io/yaml v1.4.0
34
34
)
35
35
@@ -38,7 +38,7 @@ require (
38
38
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
39
39
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
40
40
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
41
- github.com/BurntSushi/toml v1.3.2 // indirect
41
+ github.com/BurntSushi/toml v1.4.0 // indirect
42
42
github.com/MakeNowJust/heredoc v1.0.0 // indirect
43
43
github.com/Masterminds/goutils v1.1.1 // indirect
44
44
github.com/Masterminds/semver/v3 v3.3.0 // indirect
@@ -49,12 +49,12 @@ require (
49
49
github.com/blang/semver/v4 v4.0.0 // indirect
50
50
github.com/cespare/xxhash/v2 v2.3.0 // indirect
51
51
github.com/chai2010/gettext-go v1.0.2 // indirect
52
- github.com/containerd/containerd v1.7.23 // indirect
52
+ github.com/containerd/containerd v1.7.24 // indirect
53
53
github.com/containerd/errdefs v0.3.0 // indirect
54
54
github.com/containerd/log v0.1.0 // indirect
55
55
github.com/containerd/platforms v0.2.1 // indirect
56
56
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
57
- github.com/cyphar/filepath-securejoin v0.3.4 // indirect
57
+ github.com/cyphar/filepath-securejoin v0.3.6 // indirect
58
58
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
59
59
github.com/distribution/reference v0.6.0 // indirect
60
60
github.com/docker/cli v25.0.3+incompatible // indirect
@@ -95,7 +95,6 @@ require (
95
95
github.com/hashicorp/errwrap v1.1.0 // indirect
96
96
github.com/hashicorp/go-multierror v1.1.1 // indirect
97
97
github.com/huandu/xstrings v1.5.0 // indirect
98
- github.com/imdario/mergo v0.3.16 // indirect
99
98
github.com/inconshreveable/mousetrap v1.1.0 // indirect
100
99
github.com/jmoiron/sqlx v1.4.0 // indirect
101
100
github.com/josharian/intern v1.0.0 // indirect
@@ -115,7 +114,7 @@ require (
115
114
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
116
115
github.com/mitchellh/reflectwalk v1.0.2 // indirect
117
116
github.com/moby/locker v1.0.1 // indirect
118
- github.com/moby/spdystream v0.4 .0 // indirect
117
+ github.com/moby/spdystream v0.5 .0 // indirect
119
118
github.com/moby/term v0.5.0 // indirect
120
119
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
121
120
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -130,7 +129,7 @@ require (
130
129
github.com/prometheus/common v0.55.0 // indirect
131
130
github.com/prometheus/procfs v0.15.1 // indirect
132
131
github.com/rivo/uniseg v0.4.7 // indirect
133
- github.com/rubenv/sql-migrate v1.7.0 // indirect
132
+ github.com/rubenv/sql-migrate v1.7.1 // indirect
134
133
github.com/russross/blackfriday/v2 v2.1.0 // indirect
135
134
github.com/shopspring/decimal v1.4.0 // indirect
136
135
github.com/sirupsen/logrus v1.9.3 // indirect
@@ -144,34 +143,32 @@ require (
144
143
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
145
144
github.com/xlab/treeprint v1.2.0 // indirect
146
145
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
147
- go.opentelemetry.io/otel v1.29.0 // indirect
148
- go.opentelemetry.io/otel/metric v1.29.0 // indirect
149
- go.opentelemetry.io/otel/trace v1.29.0 // indirect
150
- go.starlark.net v0.0.0-20240123142251-f86470692795 // indirect
146
+ go.opentelemetry.io/otel v1.31.0 // indirect
147
+ go.opentelemetry.io/otel/metric v1.31.0 // indirect
148
+ go.opentelemetry.io/otel/trace v1.31.0 // indirect
151
149
go.uber.org/multierr v1.11.0 // indirect
152
- golang.org/x/net v0.29 .0 // indirect
153
- golang.org/x/oauth2 v0.23 .0 // indirect
150
+ golang.org/x/net v0.33 .0 // indirect
151
+ golang.org/x/oauth2 v0.25 .0 // indirect
154
152
golang.org/x/sync v0.10.0 // indirect
155
- golang.org/x/term v0.27 .0 // indirect
153
+ golang.org/x/term v0.28 .0 // indirect
156
154
golang.org/x/text v0.21.0 // indirect
157
- golang.org/x/time v0.6 .0 // indirect
155
+ golang.org/x/time v0.8 .0 // indirect
158
156
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
159
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
157
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
160
158
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
161
159
gopkg.in/inf.v0 v0.9.1 // indirect
162
- gopkg.in/yaml.v2 v2.4.0 // indirect
163
- k8s.io/apiextensions-apiserver v0.31.1 // indirect
164
- k8s.io/apiserver v0.31.1 // indirect
165
- k8s.io/cli-runtime v0.31.1 // indirect
166
- k8s.io/component-base v0.31.1 // indirect
160
+ k8s.io/apiextensions-apiserver v0.32.0 // indirect
161
+ k8s.io/apiserver v0.32.0 // indirect
162
+ k8s.io/cli-runtime v0.32.0 // indirect
163
+ k8s.io/component-base v0.32.0 // indirect
167
164
k8s.io/klog/v2 v2.130.1 // indirect
168
- k8s.io/kube-openapi v0.0.0-20240903163716-9e1beecbcb38 // indirect
169
- k8s.io/kubectl v0.31.1 // indirect
170
- k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 // indirect
165
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
166
+ k8s.io/kubectl v0.32.0 // indirect
167
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
171
168
oras.land/oras-go v1.2.5 // indirect
172
169
sigs.k8s.io/gateway-api v1.1.0 // indirect
173
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
174
- sigs.k8s.io/kustomize/api v0.17.2 // indirect
175
- sigs.k8s.io/kustomize/kyaml v0.17 .1 // indirect
176
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
170
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
171
+ sigs.k8s.io/kustomize/api v0.18.0 // indirect
172
+ sigs.k8s.io/kustomize/kyaml v0.18 .1 // indirect
173
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
177
174
)
0 commit comments