@@ -17,16 +17,16 @@ require (
17
17
github.com/veqryn/slog-context v0.7.0
18
18
google.golang.org/grpc v1.70.0
19
19
google.golang.org/protobuf v1.36.5
20
- helm.sh/helm/v3 v3.17.0
21
- k8s.io/api v0.32.1
22
- k8s.io/apimachinery v0.32.1
23
- k8s.io/client-go v0.32.1
20
+ helm.sh/helm/v3 v3.17.1
21
+ k8s.io/api v0.32.2
22
+ k8s.io/apimachinery v0.32.2
23
+ k8s.io/client-go v0.32.2
24
24
)
25
25
26
26
require (
27
27
dario.cat/mergo v1.0.1 // indirect
28
28
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
29
- github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
29
+ github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
30
30
github.com/BurntSushi/toml v1.4.0 // indirect
31
31
github.com/MakeNowJust/heredoc v1.0.0 // indirect
32
32
github.com/Masterminds/goutils v1.1.1 // indirect
@@ -40,21 +40,21 @@ require (
40
40
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
41
41
github.com/cespare/xxhash/v2 v2.3.0 // indirect
42
42
github.com/chai2010/gettext-go v1.0.3 // indirect
43
- github.com/containerd/containerd v1.7.24 // indirect
43
+ github.com/containerd/containerd v1.7.25 // indirect
44
44
github.com/containerd/errdefs v1.0.0 // indirect
45
45
github.com/containerd/log v0.1.0 // indirect
46
46
github.com/containerd/platforms v0.2.1 // indirect
47
- github.com/cyphar/filepath-securejoin v0.3.6 // indirect
47
+ github.com/cyphar/filepath-securejoin v0.4.1 // indirect
48
48
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
49
49
github.com/distribution/reference v0.6.0 // indirect
50
- github.com/docker/cli v27.4 .1+incompatible // indirect
50
+ github.com/docker/cli v27.5 .1+incompatible // indirect
51
51
github.com/docker/distribution v2.8.3+incompatible // indirect
52
- github.com/docker/docker v27.4 .1+incompatible // indirect
52
+ github.com/docker/docker v27.5 .1+incompatible // indirect
53
53
github.com/docker/docker-credential-helpers v0.8.2 // indirect
54
54
github.com/docker/go-connections v0.5.0 // indirect
55
55
github.com/docker/go-metrics v0.0.1 // indirect
56
56
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
57
- github.com/evanphx/json-patch v5.9.0 +incompatible // indirect
57
+ github.com/evanphx/json-patch v5.9.11 +incompatible // indirect
58
58
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
59
59
github.com/fatih/color v1.18.0 // indirect
60
60
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -84,7 +84,7 @@ require (
84
84
github.com/hashicorp/go-multierror v1.1.1 // indirect
85
85
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
86
86
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
87
- github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8 // indirect
87
+ github.com/hashicorp/go-secure-stdlib/parseutil v0.1.9 // indirect
88
88
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
89
89
github.com/hashicorp/go-sockaddr v1.0.7 // indirect
90
90
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -100,7 +100,7 @@ require (
100
100
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
101
101
github.com/magiconair/properties v1.8.9 // indirect
102
102
github.com/mailru/easyjson v0.9.0 // indirect
103
- github.com/mattn/go-colorable v0.1.13 // indirect
103
+ github.com/mattn/go-colorable v0.1.14 // indirect
104
104
github.com/mattn/go-isatty v0.0.20 // indirect
105
105
github.com/mattn/go-runewidth v0.0.16 // indirect
106
106
github.com/mitchellh/copystructure v1.2.0 // indirect
@@ -109,7 +109,7 @@ require (
109
109
github.com/mitchellh/reflectwalk v1.0.2 // indirect
110
110
github.com/moby/locker v1.0.1 // indirect
111
111
github.com/moby/spdystream v0.5.0 // indirect
112
- github.com/moby/term v0.5.0 // indirect
112
+ github.com/moby/term v0.5.2 // indirect
113
113
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
114
114
github.com/modern-go/reflect2 v1.0.2 // indirect
115
115
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
@@ -123,18 +123,18 @@ require (
123
123
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
124
124
github.com/prometheus/client_golang v1.20.5 // indirect
125
125
github.com/prometheus/client_model v0.6.1 // indirect
126
- github.com/prometheus/common v0.61 .0 // indirect
126
+ github.com/prometheus/common v0.62 .0 // indirect
127
127
github.com/prometheus/procfs v0.15.1 // indirect
128
128
github.com/rivo/uniseg v0.4.7 // indirect
129
129
github.com/rubenv/sql-migrate v1.7.1 // indirect
130
130
github.com/russross/blackfriday/v2 v2.1.0 // indirect
131
131
github.com/ryanuber/go-glob v1.0.0 // indirect
132
- github.com/sagikazarmark/locafero v0.6 .0 // indirect
132
+ github.com/sagikazarmark/locafero v0.7 .0 // indirect
133
133
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
134
134
github.com/shopspring/decimal v1.4.0 // indirect
135
135
github.com/sirupsen/logrus v1.9.3 // indirect
136
136
github.com/sourcegraph/conc v0.3.0 // indirect
137
- github.com/spf13/afero v1.11 .0 // indirect
137
+ github.com/spf13/afero v1.12 .0 // indirect
138
138
github.com/spf13/cast v1.7.1 // indirect
139
139
github.com/subosito/gotenv v1.6.0 // indirect
140
140
github.com/x448/float16 v0.8.4 // indirect
@@ -143,37 +143,37 @@ require (
143
143
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
144
144
github.com/xlab/treeprint v1.2.0 // indirect
145
145
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
146
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58 .0 // indirect
147
- go.opentelemetry.io/otel v1.33 .0 // indirect
148
- go.opentelemetry.io/otel/metric v1.33 .0 // indirect
149
- go.opentelemetry.io/otel/trace v1.33 .0 // indirect
146
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59 .0 // indirect
147
+ go.opentelemetry.io/otel v1.34 .0 // indirect
148
+ go.opentelemetry.io/otel/metric v1.34 .0 // indirect
149
+ go.opentelemetry.io/otel/trace v1.34 .0 // indirect
150
150
go.uber.org/multierr v1.11.0 // indirect
151
- golang.org/x/crypto v0.32 .0 // indirect
152
- golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
153
- golang.org/x/net v0.34 .0 // indirect
154
- golang.org/x/oauth2 v0.24 .0 // indirect
155
- golang.org/x/sync v0.10 .0 // indirect
156
- golang.org/x/sys v0.29 .0 // indirect
157
- golang.org/x/term v0.28 .0 // indirect
158
- golang.org/x/text v0.21 .0 // indirect
159
- golang.org/x/time v0.8 .0 // indirect
160
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241216192217-9240e9c98484 // indirect
151
+ golang.org/x/crypto v0.33 .0 // indirect
152
+ golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
153
+ golang.org/x/net v0.35 .0 // indirect
154
+ golang.org/x/oauth2 v0.26 .0 // indirect
155
+ golang.org/x/sync v0.11 .0 // indirect
156
+ golang.org/x/sys v0.30 .0 // indirect
157
+ golang.org/x/term v0.29 .0 // indirect
158
+ golang.org/x/text v0.22 .0 // indirect
159
+ golang.org/x/time v0.10 .0 // indirect
160
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250212204824-5a70512c5d8b // indirect
161
161
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
162
162
gopkg.in/inf.v0 v0.9.1 // indirect
163
163
gopkg.in/ini.v1 v1.67.0 // indirect
164
164
gopkg.in/yaml.v3 v3.0.1 // indirect
165
- k8s.io/apiextensions-apiserver v0.32.0 // indirect
166
- k8s.io/apiserver v0.32.0 // indirect
167
- k8s.io/cli-runtime v0.32.0 // indirect
168
- k8s.io/component-base v0.32.0 // indirect
165
+ k8s.io/apiextensions-apiserver v0.32.2 // indirect
166
+ k8s.io/apiserver v0.32.2 // indirect
167
+ k8s.io/cli-runtime v0.32.2 // indirect
168
+ k8s.io/component-base v0.32.2 // indirect
169
169
k8s.io/klog/v2 v2.130.1 // indirect
170
170
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
171
- k8s.io/kubectl v0.32.0 // indirect
171
+ k8s.io/kubectl v0.32.2 // indirect
172
172
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
173
173
oras.land/oras-go v1.2.6 // indirect
174
174
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
175
- sigs.k8s.io/kustomize/api v0.18 .0 // indirect
176
- sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
175
+ sigs.k8s.io/kustomize/api v0.19 .0 // indirect
176
+ sigs.k8s.io/kustomize/kyaml v0.19.0 // indirect
177
177
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
178
178
sigs.k8s.io/yaml v1.4.0 // indirect
179
179
)
0 commit comments