Skip to content

Commit 292e590

Browse files
chore(deps): bump the flux-deps group across 1 directory with 11 updates
Bumps the flux-deps group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/fluxcd/cli-utils](https://github.com/fluxcd/cli-utils) | `0.36.0-flux.9` | `0.36.0-flux.12` | | [github.com/fluxcd/pkg/apis/acl](https://github.com/fluxcd/pkg) | `0.3.0` | `0.6.0` | | [github.com/fluxcd/pkg/apis/event](https://github.com/fluxcd/pkg) | `0.10.1` | `0.16.0` | | [github.com/fluxcd/pkg/http/fetch](https://github.com/fluxcd/pkg) | `0.12.1` | `0.15.0` | | [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.49.1` | `0.54.0` | | [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) | `0.41.1` | `0.45.1` | | [github.com/fluxcd/source-controller/api](https://github.com/fluxcd/source-controller) | `1.4.1` | `1.5.0` | | [github.com/fluxcd/source-watcher](https://github.com/fluxcd/source-watcher) | `1.1.0` | `1.2.0` | Updates `github.com/fluxcd/cli-utils` from 0.36.0-flux.9 to 0.36.0-flux.12 - [Commits](fluxcd/cli-utils@v0.36.0-flux.9...v0.36.0-flux.12) Updates `github.com/fluxcd/pkg/apis/acl` from 0.3.0 to 0.6.0 - [Commits](fluxcd/pkg@tar/v0.3.0...tar/v0.6.0) Updates `github.com/fluxcd/pkg/apis/event` from 0.10.1 to 0.16.0 - [Commits](fluxcd/pkg@runtime/v0.10.1...git/v0.16.0) Updates `github.com/fluxcd/pkg/http/fetch` from 0.12.1 to 0.15.0 - [Commits](fluxcd/pkg@git/v0.12.1...git/v0.15.0) Updates `github.com/fluxcd/pkg/runtime` from 0.49.1 to 0.54.0 - [Commits](fluxcd/pkg@runtime/v0.49.1...runtime/v0.54.0) Updates `github.com/fluxcd/pkg/ssa` from 0.41.1 to 0.45.1 - [Commits](fluxcd/pkg@oci/v0.41.1...ssa/v0.45.1) Updates `github.com/fluxcd/pkg/tar` from 0.8.1 to 0.10.0 - [Commits](fluxcd/pkg@ssh/v0.8.1...git/v0.10.0) Updates `github.com/fluxcd/pkg/testserver` from 0.7.0 to 0.9.0 - [Commits](fluxcd/pkg@git/v0.7.0...git/v0.9.0) Updates `github.com/fluxcd/source-controller/api` from 1.4.1 to 1.5.0 - [Release notes](https://github.com/fluxcd/source-controller/releases) - [Changelog](https://github.com/fluxcd/source-controller/blob/main/CHANGELOG.md) - [Commits](fluxcd/source-controller@v1.4.1...v1.5.0) Updates `github.com/fluxcd/pkg/apis/meta` from 1.6.1 to 1.10.0 - [Commits](fluxcd/pkg@apis/meta/v1.6.1...apis/meta/v1.10.0) Updates `github.com/fluxcd/source-watcher` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/fluxcd/source-watcher/releases) - [Changelog](https://github.com/fluxcd/source-watcher/blob/main/.goreleaser.yaml) - [Commits](fluxcd/source-watcher@v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: github.com/fluxcd/cli-utils dependency-type: direct:production update-type: version-update:semver-patch dependency-group: flux-deps - dependency-name: github.com/fluxcd/pkg/apis/acl dependency-type: direct:production update-type: version-update:semver-minor dependency-group: flux-deps - dependency-name: github.com/fluxcd/pkg/apis/event dependency-type: direct:production update-type: version-update:semver-minor dependency-group: flux-deps - dependency-name: github.com/fluxcd/pkg/http/fetch dependency-type: direct:production update-type: version-update:semver-minor dependency-group: flux-deps - dependency-name: github.com/fluxcd/pkg/runtime dependency-type: direct:production update-type: version-update:semver-minor dependency-group: flux-deps - dependency-name: github.com/fluxcd/pkg/ssa dependency-type: direct:production update-type: version-update:semver-minor dependency-group: flux-deps - dependency-name: github.com/fluxcd/pkg/tar dependency-type: direct:production update-type: version-update:semver-minor dependency-group: flux-deps - dependency-name: github.com/fluxcd/pkg/testserver dependency-type: direct:production update-type: version-update:semver-minor dependency-group: flux-deps - dependency-name: github.com/fluxcd/source-controller/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: flux-deps - dependency-name: github.com/fluxcd/pkg/apis/meta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: flux-deps - dependency-name: github.com/fluxcd/source-watcher dependency-type: direct:production update-type: version-update:semver-minor dependency-group: flux-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6fe93f9 commit 292e590

File tree

2 files changed

+186
-191
lines changed

2 files changed

+186
-191
lines changed

go.mod

Lines changed: 58 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
module github.com/kcl-lang/flux-kcl-controller
22

3-
go 1.23.0
3+
go 1.25.0
44

55
// Replace digest lib to master to gather access to BLAKE3.
66
// xref: https://github.com/opencontainers/go-digest/pull/66
77
replace github.com/opencontainers/go-digest => github.com/opencontainers/go-digest v1.0.1-0.20220411205349-bde1400a84be
88

99
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.15
11+
github.com/fluxcd/pkg/apis/acl v0.9.0
12+
github.com/fluxcd/pkg/apis/event v0.19.0
13+
github.com/fluxcd/pkg/http/fetch v0.19.0
14+
github.com/fluxcd/pkg/runtime v0.86.0
15+
github.com/fluxcd/pkg/ssa v0.58.0
16+
github.com/fluxcd/pkg/tar v0.14.0
17+
github.com/fluxcd/pkg/testserver v0.13.0
18+
github.com/fluxcd/source-controller/api v1.7.0
1919
github.com/hashicorp/vault/api v1.21.0
2020
github.com/onsi/gomega v1.38.2
2121
github.com/ory/dockertest v3.3.5+incompatible
2222
github.com/spf13/pflag v1.0.10
2323
github.com/stretchr/testify v1.11.1
24-
k8s.io/apimachinery v0.31.1
25-
k8s.io/client-go v0.31.1
24+
k8s.io/apimachinery v0.34.0
25+
k8s.io/client-go v0.34.0
2626
kcl-lang.io/kcl-go v0.11.3
2727
kcl-lang.io/kpm v0.11.3
28-
sigs.k8s.io/controller-runtime v0.19.0
28+
sigs.k8s.io/controller-runtime v0.22.1
2929
)
3030

3131
require (
@@ -36,7 +36,7 @@ require (
3636
cloud.google.com/go/iam v1.1.8 // indirect
3737
cloud.google.com/go/storage v1.42.0 // indirect
3838
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
4040
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
4141
github.com/BurntSushi/toml v1.5.0 // indirect
4242
github.com/MakeNowJust/heredoc v1.0.0 // indirect
@@ -77,7 +77,7 @@ require (
7777
github.com/emirpasic/gods v1.18.1 // indirect
7878
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
7979
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.9.0 // indirect
8181
github.com/go-errors/errors v1.5.1 // indirect
8282
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
8383
github.com/go-git/go-billy/v5 v5.6.2 // indirect
@@ -88,13 +88,12 @@ require (
8888
github.com/gofrs/flock v0.12.1 // indirect
8989
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 // indirect
9090
github.com/golang/snappy v0.0.4 // indirect
91-
github.com/google/btree v1.1.2 // indirect
91+
github.com/google/btree v1.1.3 // indirect
9292
github.com/google/s2a-go v0.1.7 // indirect
93-
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
9493
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
9594
github.com/googleapis/gax-go/v2 v2.12.5 // indirect
9695
github.com/gorilla/mux v1.8.1 // indirect
97-
github.com/gorilla/websocket v1.5.0 // indirect
96+
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
9897
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
9998
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
10099
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -112,7 +111,7 @@ require (
112111
github.com/jinzhu/copier v0.4.0 // indirect
113112
github.com/jmespath/go-jmespath v0.4.0 // indirect
114113
github.com/kevinburke/ssh_config v1.2.0 // indirect
115-
github.com/klauspost/compress v1.17.11 // indirect
114+
github.com/klauspost/compress v1.18.0 // indirect
116115
github.com/kubescape/go-git-url v0.0.30 // indirect
117116
github.com/kylelemons/godebug v1.1.0 // indirect
118117
github.com/lib/pq v1.10.9 // indirect
@@ -122,7 +121,7 @@ require (
122121
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
123122
github.com/mitchellh/mapstructure v1.5.0 // indirect
124123
github.com/moby/locker v1.0.1 // indirect
125-
github.com/moby/spdystream v0.4.0 // indirect
124+
github.com/moby/spdystream v0.5.0 // indirect
126125
github.com/moby/sys/capability v0.4.0 // indirect
127126
github.com/moby/sys/mountinfo v0.7.2 // indirect
128127
github.com/moby/sys/user v0.3.0 // indirect
@@ -142,20 +141,20 @@ require (
142141
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
143142
github.com/sirupsen/logrus v1.9.3 // indirect
144143
github.com/skeema/knownhosts v1.3.1 // indirect
145-
github.com/spf13/cobra v1.8.1 // indirect
144+
github.com/spf13/cobra v1.9.1 // indirect
146145
github.com/thoas/go-funk v0.9.3 // indirect
147146
github.com/ulikunitz/xz v0.5.12 // indirect
148147
github.com/x448/float16 v0.8.4 // indirect
149148
github.com/xanzy/ssh-agent v0.3.3 // indirect
150149
github.com/xlab/treeprint v1.2.0 // indirect
151150
go.opencensus.io v0.24.0 // indirect
152151
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
153-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect
154-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
155-
go.opentelemetry.io/otel v1.35.0 // indirect
156-
go.opentelemetry.io/otel/metric v1.35.0 // indirect
157-
go.opentelemetry.io/otel/trace v1.35.0 // indirect
158-
go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
152+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
153+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
154+
go.opentelemetry.io/otel v1.37.0 // indirect
155+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
156+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
157+
go.yaml.in/yaml/v2 v2.4.2 // indirect
159158
go.yaml.in/yaml/v3 v3.0.4 // indirect
160159
golang.org/x/crypto v0.41.0 // indirect
161160
golang.org/x/mod v0.26.0 // indirect
@@ -167,76 +166,75 @@ require (
167166
google.golang.org/grpc v1.73.0 // indirect
168167
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
169168
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.34.0 // indirect
170+
k8s.io/kubectl v0.34.0 // indirect
172171
kcl-lang.io/lib v0.11.2 // indirect
173172
oras.land/oras-go v1.2.6 // indirect
174173
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.20.1 // indirect
175+
sigs.k8s.io/kustomize/kyaml v0.20.1 // indirect
176+
sigs.k8s.io/randfill v1.0.0 // indirect
177+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
177178
)
178179

179180
require (
180181
github.com/beorn7/perks v1.0.1 // indirect
181182
github.com/cespare/xxhash/v2 v2.3.0 // indirect
182183
github.com/cyphar/filepath-securejoin v0.5.0
183184
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
185+
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
186+
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
187+
github.com/fluxcd/pkg/apis/meta v1.21.0
188+
github.com/fluxcd/source-watcher v1.3.0
189+
github.com/fsnotify/fsnotify v1.9.0 // indirect
189190
github.com/go-logr/logr v1.4.3 // indirect
190191
github.com/go-logr/zapr v1.3.0 // indirect
191-
github.com/go-openapi/jsonpointer v0.21.0 // indirect
192+
github.com/go-openapi/jsonpointer v0.21.1 // indirect
192193
github.com/go-openapi/jsonreference v0.21.0 // indirect
193-
github.com/go-openapi/swag v0.23.0 // indirect
194+
github.com/go-openapi/swag v0.23.1 // indirect
194195
github.com/gogo/protobuf v1.3.2 // indirect
195196
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
196197
github.com/golang/protobuf v1.5.4 // indirect
197-
github.com/google/gnostic-models v0.6.8 // indirect
198+
github.com/google/gnostic-models v0.7.0 // indirect
198199
github.com/google/go-cmp v0.7.0 // indirect
199-
github.com/google/gofuzz v1.2.0 // indirect
200200
github.com/google/uuid v1.6.0 // indirect
201201
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
202202
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
203-
github.com/imdario/mergo v0.3.16 // indirect
204203
github.com/josharian/intern v1.0.0 // indirect
205204
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
205+
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
206+
github.com/mailru/easyjson v0.9.0 // indirect
208207
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
209-
github.com/modern-go/reflect2 v1.0.2 // indirect
208+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
210209
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
211210
github.com/opencontainers/go-digest v1.0.0
212-
github.com/opencontainers/go-digest/blake3 v0.0.0-20231025023718-d50d2fec9c98 // indirect
211+
github.com/opencontainers/go-digest/blake3 v0.0.0-20250116041648-1e56c6daea3b // indirect
213212
github.com/pkg/errors v0.9.1 // indirect
214-
github.com/prometheus/client_golang v1.20.5 // indirect
215-
github.com/prometheus/client_model v0.6.1 // indirect
216-
github.com/prometheus/common v0.57.0 // indirect
217-
github.com/prometheus/procfs v0.15.1 // indirect
218-
github.com/zeebo/blake3 v0.2.3 // indirect
213+
github.com/prometheus/client_golang v1.23.0 // indirect
214+
github.com/prometheus/client_model v0.6.2 // indirect
215+
github.com/prometheus/common v0.65.0 // indirect
216+
github.com/prometheus/procfs v0.17.0 // indirect
217+
github.com/zeebo/blake3 v0.2.4 // indirect
219218
go.uber.org/multierr v1.11.0 // indirect
220219
go.uber.org/zap v1.27.0 // indirect
221220
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
222221
golang.org/x/net v0.43.0 // indirect
223-
golang.org/x/oauth2 v0.28.0 // indirect
222+
golang.org/x/oauth2 v0.30.0 // indirect
224223
golang.org/x/sys v0.35.0 // indirect
225224
golang.org/x/term v0.34.0 // indirect
226225
golang.org/x/text v0.28.0 // indirect
227226
golang.org/x/time v0.12.0 // indirect
228-
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
227+
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
229228
google.golang.org/protobuf v1.36.7 // indirect
230229
gopkg.in/inf.v0 v0.9.1 // indirect
231230
gopkg.in/yaml.v2 v2.4.0
232231
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
232+
k8s.io/api v0.34.0
233+
k8s.io/apiextensions-apiserver v0.34.0 // indirect
234+
k8s.io/component-base v0.34.0 // indirect
236235
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
241-
sigs.k8s.io/yaml v1.4.0 // indirect
236+
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
237+
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
238+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
239+
sigs.k8s.io/yaml v1.6.0 // indirect
242240
)

0 commit comments

Comments
 (0)