1
1
module github.com/kcl-lang/flux-kcl-controller
2
2
3
- go 1.23 .0
3
+ go 1.24 .0
4
4
5
5
// Replace digest lib to master to gather access to BLAKE3.
6
6
// xref: https://github.com/opencontainers/go-digest/pull/66
7
7
replace github.com/opencontainers/go-digest => github.com/opencontainers/go-digest v1.0.1-0.20220411205349-bde1400a84be
8
8
9
9
require (
10
- github.com/fluxcd/cli-utils v0.36.0-flux.9
11
- github.com/fluxcd/pkg/apis/acl v0.3 .0
12
- github.com/fluxcd/pkg/apis/event v0.10.1
13
- github.com/fluxcd/pkg/http/fetch v0.12.1
14
- github.com/fluxcd/pkg/runtime v0.49.1
15
- github.com/fluxcd/pkg/ssa v0.41.1
16
- github.com/fluxcd/pkg/tar v0.8.1
17
- github.com/fluxcd/pkg/testserver v0.7 .0
18
- github.com/fluxcd/source-controller/api v1.4 .1
10
+ github.com/fluxcd/cli-utils v0.36.0-flux.13
11
+ github.com/fluxcd/pkg/apis/acl v0.7 .0
12
+ github.com/fluxcd/pkg/apis/event v0.17.0
13
+ github.com/fluxcd/pkg/http/fetch v0.16.0
14
+ github.com/fluxcd/pkg/runtime v0.60.0
15
+ github.com/fluxcd/pkg/ssa v0.48.0
16
+ github.com/fluxcd/pkg/tar v0.12.0
17
+ github.com/fluxcd/pkg/testserver v0.11 .0
18
+ github.com/fluxcd/source-controller/api v1.6 .1
19
19
github.com/hashicorp/vault/api v1.20.0
20
20
github.com/onsi/gomega v1.37.0
21
21
github.com/ory/dockertest v3.3.5+incompatible
22
22
github.com/spf13/pflag v1.0.6
23
23
github.com/stretchr/testify v1.10.0
24
- k8s.io/apimachinery v0.31.1
25
- k8s.io/client-go v0.31.1
24
+ k8s.io/apimachinery v0.33.0
25
+ k8s.io/client-go v0.33.0
26
26
kcl-lang.io/kcl-go v0.11.2
27
27
kcl-lang.io/kpm v0.11.2
28
- sigs.k8s.io/controller-runtime v0.19 .0
28
+ sigs.k8s.io/controller-runtime v0.21 .0
29
29
)
30
30
31
31
require (
@@ -36,7 +36,7 @@ require (
36
36
cloud.google.com/go/iam v1.1.8 // indirect
37
37
cloud.google.com/go/storage v1.42.0 // indirect
38
38
dario.cat/mergo v1.0.1 // indirect
39
- github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
39
+ github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
40
40
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
41
41
github.com/BurntSushi/toml v1.5.0 // indirect
42
42
github.com/MakeNowJust/heredoc v1.0.0 // indirect
@@ -77,7 +77,7 @@ require (
77
77
github.com/emirpasic/gods v1.18.1 // indirect
78
78
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
79
79
github.com/felixge/httpsnoop v1.0.4 // indirect
80
- github.com/fxamacker/cbor/v2 v2.7 .0 // indirect
80
+ github.com/fxamacker/cbor/v2 v2.8 .0 // indirect
81
81
github.com/go-errors/errors v1.5.1 // indirect
82
82
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
83
83
github.com/go-git/go-billy/v5 v5.6.2 // indirect
@@ -89,13 +89,13 @@ require (
89
89
github.com/gofrs/flock v0.12.1 // indirect
90
90
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 // indirect
91
91
github.com/golang/snappy v0.0.4 // indirect
92
- github.com/google/btree v1.1.2 // indirect
92
+ github.com/google/btree v1.1.3 // indirect
93
93
github.com/google/s2a-go v0.1.7 // indirect
94
94
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
95
95
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
96
96
github.com/googleapis/gax-go/v2 v2.12.5 // indirect
97
97
github.com/gorilla/mux v1.8.1 // indirect
98
- github.com/gorilla/websocket v1.5.0 // indirect
98
+ github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
99
99
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
100
100
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
101
101
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -113,7 +113,7 @@ require (
113
113
github.com/jinzhu/copier v0.4.0 // indirect
114
114
github.com/jmespath/go-jmespath v0.4.0 // indirect
115
115
github.com/kevinburke/ssh_config v1.2.0 // indirect
116
- github.com/klauspost/compress v1.17.11 // indirect
116
+ github.com/klauspost/compress v1.18.0 // indirect
117
117
github.com/kubescape/go-git-url v0.0.30 // indirect
118
118
github.com/kylelemons/godebug v1.1.0 // indirect
119
119
github.com/lib/pq v1.10.9 // indirect
@@ -123,7 +123,7 @@ require (
123
123
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
124
124
github.com/mitchellh/mapstructure v1.5.0 // indirect
125
125
github.com/moby/locker v1.0.1 // indirect
126
- github.com/moby/spdystream v0.4 .0 // indirect
126
+ github.com/moby/spdystream v0.5 .0 // indirect
127
127
github.com/moby/sys/capability v0.4.0 // indirect
128
128
github.com/moby/sys/mountinfo v0.7.2 // indirect
129
129
github.com/moby/sys/user v0.3.0 // indirect
@@ -143,49 +143,49 @@ require (
143
143
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
144
144
github.com/sirupsen/logrus v1.9.3 // indirect
145
145
github.com/skeema/knownhosts v1.3.0 // indirect
146
- github.com/spf13/cobra v1.8 .1 // indirect
146
+ github.com/spf13/cobra v1.9 .1 // indirect
147
147
github.com/thoas/go-funk v0.9.3 // indirect
148
148
github.com/ulikunitz/xz v0.5.12 // indirect
149
149
github.com/x448/float16 v0.8.4 // indirect
150
150
github.com/xanzy/ssh-agent v0.3.3 // indirect
151
151
github.com/xlab/treeprint v1.2.0 // indirect
152
152
go.opencensus.io v0.24.0 // indirect
153
153
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
154
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53 .0 // indirect
155
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54 .0 // indirect
154
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58 .0 // indirect
155
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58 .0 // indirect
156
156
go.opentelemetry.io/otel v1.34.0 // indirect
157
157
go.opentelemetry.io/otel/metric v1.34.0 // indirect
158
158
go.opentelemetry.io/otel/trace v1.34.0 // indirect
159
- go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
160
- golang.org/x/crypto v0.36.0 // indirect
159
+ golang.org/x/crypto v0.38.0 // indirect
161
160
golang.org/x/mod v0.23.0 // indirect
162
- golang.org/x/sync v0.12 .0 // indirect
161
+ golang.org/x/sync v0.14 .0 // indirect
163
162
google.golang.org/api v0.186.0 // indirect
164
163
google.golang.org/genproto v0.0.0-20240624140628-dc46fd24d27d // indirect
165
164
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
166
165
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
167
166
google.golang.org/grpc v1.72.0 // indirect
168
167
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
169
168
gopkg.in/warnings.v0 v0.1.2 // indirect
170
- k8s.io/cli-runtime v0.31.1 // indirect
171
- k8s.io/kubectl v0.31.1 // indirect
169
+ k8s.io/cli-runtime v0.33.0 // indirect
170
+ k8s.io/kubectl v0.33.0 // indirect
172
171
kcl-lang.io/lib v0.11.2 // indirect
173
172
oras.land/oras-go v1.2.6 // indirect
174
173
oras.land/oras-go/v2 v2.5.0 // indirect
175
- sigs.k8s.io/kustomize/api v0.17.3 // indirect
176
- sigs.k8s.io/kustomize/kyaml v0.17.2 // indirect
174
+ sigs.k8s.io/kustomize/api v0.19.0 // indirect
175
+ sigs.k8s.io/kustomize/kyaml v0.19.0 // indirect
176
+ sigs.k8s.io/randfill v1.0.0 // indirect
177
177
)
178
178
179
179
require (
180
180
github.com/beorn7/perks v1.0.1 // indirect
181
181
github.com/cespare/xxhash/v2 v2.3.0 // indirect
182
182
github.com/cyphar/filepath-securejoin v0.4.1
183
183
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
184
- github.com/emicklei/go-restful/v3 v3.12.0 // indirect
185
- github.com/evanphx/json-patch/v5 v5.9.0 // indirect
186
- github.com/fluxcd/pkg/apis/meta v1.6.1
187
- github.com/fluxcd/source-watcher v1.1 .0
188
- github.com/fsnotify/fsnotify v1.7 .0 // indirect
184
+ github.com/emicklei/go-restful/v3 v3.12.1 // indirect
185
+ github.com/evanphx/json-patch/v5 v5.9.11 // indirect
186
+ github.com/fluxcd/pkg/apis/meta v1.12.0
187
+ github.com/fluxcd/source-watcher v1.2 .0
188
+ github.com/fsnotify/fsnotify v1.8 .0 // indirect
189
189
github.com/go-logr/logr v1.4.2 // indirect
190
190
github.com/go-logr/zapr v1.3.0 // indirect
191
191
github.com/go-openapi/jsonpointer v0.21.0 // indirect
@@ -194,49 +194,47 @@ require (
194
194
github.com/gogo/protobuf v1.3.2 // indirect
195
195
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
196
196
github.com/golang/protobuf v1.5.4 // indirect
197
- github.com/google/gnostic-models v0.6.8 // indirect
197
+ github.com/google/gnostic-models v0.6.9 // indirect
198
198
github.com/google/go-cmp v0.7.0 // indirect
199
- github.com/google/gofuzz v1.2.0 // indirect
200
199
github.com/google/uuid v1.6.0 // indirect
201
200
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
202
201
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
203
- github.com/imdario/mergo v0.3.16 // indirect
204
202
github.com/josharian/intern v1.0.0 // indirect
205
203
github.com/json-iterator/go v1.1.12 // indirect
206
- github.com/klauspost/cpuid/v2 v2.2.8 // indirect
207
- github.com/mailru/easyjson v0.7.7 // indirect
204
+ github.com/klauspost/cpuid/v2 v2.2.10 // indirect
205
+ github.com/mailru/easyjson v0.9.0 // indirect
208
206
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
209
207
github.com/modern-go/reflect2 v1.0.2 // indirect
210
208
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
211
209
github.com/opencontainers/go-digest v1.0.0
212
- github.com/opencontainers/go-digest/blake3 v0.0.0-20231025023718-d50d2fec9c98 // indirect
210
+ github.com/opencontainers/go-digest/blake3 v0.0.0-20250116041648-1e56c6daea3b // indirect
213
211
github.com/pkg/errors v0.9.1 // indirect
214
- github.com/prometheus/client_golang v1.20.5 // indirect
212
+ github.com/prometheus/client_golang v1.22.0 // indirect
215
213
github.com/prometheus/client_model v0.6.1 // indirect
216
- github.com/prometheus/common v0.57 .0 // indirect
214
+ github.com/prometheus/common v0.62 .0 // indirect
217
215
github.com/prometheus/procfs v0.15.1 // indirect
218
- github.com/zeebo/blake3 v0.2.3 // indirect
216
+ github.com/zeebo/blake3 v0.2.4 // indirect
219
217
go.uber.org/multierr v1.11.0 // indirect
220
218
go.uber.org/zap v1.27.0 // indirect
221
219
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
222
- golang.org/x/net v0.37 .0 // indirect
223
- golang.org/x/oauth2 v0.26 .0 // indirect
224
- golang.org/x/sys v0.31 .0 // indirect
225
- golang.org/x/term v0.30 .0 // indirect
226
- golang.org/x/text v0.23 .0 // indirect
227
- golang.org/x/time v0.6 .0 // indirect
220
+ golang.org/x/net v0.40 .0 // indirect
221
+ golang.org/x/oauth2 v0.29 .0 // indirect
222
+ golang.org/x/sys v0.33 .0 // indirect
223
+ golang.org/x/term v0.32 .0 // indirect
224
+ golang.org/x/text v0.25 .0 // indirect
225
+ golang.org/x/time v0.11 .0 // indirect
228
226
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
229
227
google.golang.org/protobuf v1.36.6 // indirect
230
228
gopkg.in/inf.v0 v0.9.1 // indirect
231
229
gopkg.in/yaml.v2 v2.4.0
232
230
gopkg.in/yaml.v3 v3.0.1 // indirect
233
- k8s.io/api v0.31.1
234
- k8s.io/apiextensions-apiserver v0.31.1 // indirect
235
- k8s.io/component-base v0.31.1 // indirect
231
+ k8s.io/api v0.33.0
232
+ k8s.io/apiextensions-apiserver v0.33.0 // indirect
233
+ k8s.io/component-base v0.33.0 // indirect
236
234
k8s.io/klog/v2 v2.130.1 // indirect
237
- k8s.io/kube-openapi v0.0.0-20240411171206-dc4e619f62f3 // indirect
238
- k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
239
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
240
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
235
+ k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
236
+ k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect
237
+ sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
238
+ sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
241
239
sigs.k8s.io/yaml v1.4.0 // indirect
242
240
)
0 commit comments