Skip to content

Commit 8d39bd9

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 9e147a0 commit 8d39bd9

File tree

2 files changed

+224
-220
lines changed

2 files changed

+224
-220
lines changed

go.mod

Lines changed: 69 additions & 69 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.24.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.14
11+
github.com/fluxcd/pkg/apis/acl v0.8.0
12+
github.com/fluxcd/pkg/apis/event v0.18.0
13+
github.com/fluxcd/pkg/http/fetch v0.17.0
14+
github.com/fluxcd/pkg/runtime v0.73.0
15+
github.com/fluxcd/pkg/ssa v0.51.0
16+
github.com/fluxcd/pkg/tar v0.13.0
17+
github.com/fluxcd/pkg/testserver v0.11.0
18+
github.com/fluxcd/source-controller/api v1.6.2
1919
github.com/hashicorp/vault/api v1.20.0
2020
github.com/onsi/gomega v1.37.0
2121
github.com/ory/dockertest v3.3.5+incompatible
2222
github.com/spf13/pflag v1.0.7
2323
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.2
25+
k8s.io/client-go v0.33.2
2626
kcl-lang.io/kcl-go v0.11.2
2727
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
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
@@ -46,6 +46,7 @@ require (
4646
github.com/aws/aws-sdk-go v1.48.10 // indirect
4747
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
4848
github.com/blang/semver/v4 v4.0.0 // indirect
49+
github.com/carapace-sh/carapace-shlex v1.0.1 // indirect
4950
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
5051
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
5152
github.com/chai2010/gettext-go v1.0.2 // indirect
@@ -77,7 +78,7 @@ require (
7778
github.com/emirpasic/gods v1.18.1 // indirect
7879
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
7980
github.com/felixge/httpsnoop v1.0.4 // indirect
80-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
81+
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
8182
github.com/go-errors/errors v1.5.1 // indirect
8283
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
8384
github.com/go-git/go-billy/v5 v5.6.2 // indirect
@@ -89,13 +90,12 @@ require (
8990
github.com/gofrs/flock v0.12.1 // indirect
9091
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 // indirect
9192
github.com/golang/snappy v0.0.4 // indirect
92-
github.com/google/btree v1.1.2 // indirect
93+
github.com/google/btree v1.1.3 // indirect
9394
github.com/google/s2a-go v0.1.7 // indirect
94-
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
9595
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
9696
github.com/googleapis/gax-go/v2 v2.12.5 // indirect
9797
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
9999
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
100100
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
101101
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -113,7 +113,7 @@ require (
113113
github.com/jinzhu/copier v0.4.0 // indirect
114114
github.com/jmespath/go-jmespath v0.4.0 // indirect
115115
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
117117
github.com/kubescape/go-git-url v0.0.30 // indirect
118118
github.com/kylelemons/godebug v1.1.0 // indirect
119119
github.com/lib/pq v1.10.9 // indirect
@@ -123,7 +123,7 @@ require (
123123
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
124124
github.com/mitchellh/mapstructure v1.5.0 // indirect
125125
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
127127
github.com/moby/sys/capability v0.4.0 // indirect
128128
github.com/moby/sys/mountinfo v0.7.2 // indirect
129129
github.com/moby/sys/user v0.3.0 // indirect
@@ -143,100 +143,100 @@ require (
143143
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
144144
github.com/sirupsen/logrus v1.9.3 // indirect
145145
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
147147
github.com/thoas/go-funk v0.9.3 // indirect
148148
github.com/ulikunitz/xz v0.5.12 // indirect
149149
github.com/x448/float16 v0.8.4 // indirect
150150
github.com/xanzy/ssh-agent v0.3.3 // indirect
151151
github.com/xlab/treeprint v1.2.0 // indirect
152152
go.opencensus.io v0.24.0 // indirect
153153
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
156-
go.opentelemetry.io/otel v1.34.0 // indirect
157-
go.opentelemetry.io/otel/metric v1.34.0 // indirect
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
161-
golang.org/x/mod v0.23.0 // indirect
162-
golang.org/x/sync v0.12.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+
go.opentelemetry.io/otel v1.37.0 // indirect
157+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
158+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
159+
go.yaml.in/yaml/v2 v2.4.2 // indirect
160+
go.yaml.in/yaml/v3 v3.0.4 // indirect
161+
golang.org/x/crypto v0.39.0 // indirect
162+
golang.org/x/mod v0.25.0 // indirect
163+
golang.org/x/sync v0.16.0 // indirect
163164
google.golang.org/api v0.186.0 // indirect
164165
google.golang.org/genproto v0.0.0-20240624140628-dc46fd24d27d // indirect
165166
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
166167
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
167168
google.golang.org/grpc v1.72.0 // indirect
168169
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
169170
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
171+
k8s.io/cli-runtime v0.33.2 // indirect
172+
k8s.io/kubectl v0.33.2 // indirect
172173
kcl-lang.io/lib v0.11.2 // indirect
173174
oras.land/oras-go v1.2.6 // indirect
174175
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
176+
sigs.k8s.io/kustomize/api v0.20.0 // indirect
177+
sigs.k8s.io/kustomize/kyaml v0.20.0 // indirect
178+
sigs.k8s.io/randfill v1.0.0 // indirect
177179
)
178180

179181
require (
180182
github.com/beorn7/perks v1.0.1 // indirect
181183
github.com/cespare/xxhash/v2 v2.3.0 // indirect
182184
github.com/cyphar/filepath-securejoin v0.4.1
183185
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
189-
github.com/go-logr/logr v1.4.2 // indirect
186+
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
187+
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
188+
github.com/fluxcd/pkg/apis/meta v1.18.0
189+
github.com/fluxcd/source-watcher v1.2.0
190+
github.com/fsnotify/fsnotify v1.9.0 // indirect
191+
github.com/go-logr/logr v1.4.3 // indirect
190192
github.com/go-logr/zapr v1.3.0 // indirect
191-
github.com/go-openapi/jsonpointer v0.21.0 // indirect
193+
github.com/go-openapi/jsonpointer v0.21.1 // indirect
192194
github.com/go-openapi/jsonreference v0.21.0 // indirect
193-
github.com/go-openapi/swag v0.23.0 // indirect
195+
github.com/go-openapi/swag v0.23.1 // indirect
194196
github.com/gogo/protobuf v1.3.2 // indirect
195197
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
196198
github.com/golang/protobuf v1.5.4 // indirect
197-
github.com/google/gnostic-models v0.6.8 // indirect
199+
github.com/google/gnostic-models v0.7.0 // indirect
198200
github.com/google/go-cmp v0.7.0 // indirect
199-
github.com/google/gofuzz v1.2.0 // indirect
200201
github.com/google/uuid v1.6.0 // indirect
201202
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
202-
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
203-
github.com/imdario/mergo v0.3.16 // indirect
203+
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
204204
github.com/josharian/intern v1.0.0 // indirect
205205
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
206+
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
207+
github.com/mailru/easyjson v0.9.0 // indirect
208208
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
209209
github.com/modern-go/reflect2 v1.0.2 // indirect
210210
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
211211
github.com/opencontainers/go-digest v1.0.0
212-
github.com/opencontainers/go-digest/blake3 v0.0.0-20231025023718-d50d2fec9c98 // indirect
212+
github.com/opencontainers/go-digest/blake3 v0.0.0-20250116041648-1e56c6daea3b // indirect
213213
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
214+
github.com/prometheus/client_golang v1.22.0 // indirect
215+
github.com/prometheus/client_model v0.6.2 // indirect
216+
github.com/prometheus/common v0.65.0 // indirect
217+
github.com/prometheus/procfs v0.17.0 // indirect
218+
github.com/zeebo/blake3 v0.2.4 // indirect
219219
go.uber.org/multierr v1.11.0 // indirect
220220
go.uber.org/zap v1.27.0 // indirect
221221
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
228-
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
222+
golang.org/x/net v0.41.0 // indirect
223+
golang.org/x/oauth2 v0.30.0 // indirect
224+
golang.org/x/sys v0.34.0 // indirect
225+
golang.org/x/term v0.33.0 // indirect
226+
golang.org/x/text v0.27.0 // indirect
227+
golang.org/x/time v0.12.0 // indirect
228+
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
229229
google.golang.org/protobuf v1.36.6 // indirect
230230
gopkg.in/inf.v0 v0.9.1 // indirect
231231
gopkg.in/yaml.v2 v2.4.0
232232
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
233+
k8s.io/api v0.33.2
234+
k8s.io/apiextensions-apiserver v0.33.2 // indirect
235+
k8s.io/component-base v0.33.2 // indirect
236236
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
237+
k8s.io/kube-openapi v0.0.0-20250701173324-9bd5c66d9911 // indirect
238+
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
239+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
240+
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
241+
sigs.k8s.io/yaml v1.5.0 // indirect
242242
)

0 commit comments

Comments
 (0)