Skip to content

Commit bbd4e43

Browse files
chore(deps): bump the go group with 7 updates (#788)
Bumps the go group with 7 updates: | Package | From | To | | --- | --- | --- | | cuelang.org/go | `0.15.0` | `0.15.1` | | [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin) | `0.6.0` | `0.6.1` | | [github.com/fluxcd/helm-controller/api](https://github.com/fluxcd/helm-controller) | `1.4.3` | `1.4.4` | | [github.com/fluxcd/kustomize-controller/api](https://github.com/fluxcd/kustomize-controller) | `1.7.2` | `1.7.3` | | [github.com/fluxcd/pkg/kustomize](https://github.com/fluxcd/pkg) | `1.23.0` | `1.24.0` | | [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.90.0` | `0.91.0` | | [github.com/fluxcd/source-controller/api](https://github.com/fluxcd/source-controller) | `1.7.3` | `1.7.4` | Updates `cuelang.org/go` from 0.15.0 to 0.15.1 Updates `github.com/cyphar/filepath-securejoin` from 0.6.0 to 0.6.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cyphar/filepath-securejoin/blob/main/CHANGELOG.md">github.com/cyphar/filepath-securejoin's changelog</a>.</em></p> <blockquote> <h2>[0.6.1] - 2025-11-19</h2> <blockquote> <p>At last up jumped the cunning spider, and fiercely held her fast.</p> </blockquote> <h3>Fixed</h3> <ul> <li>Our logic for deciding whether to use <code>openat2(2)</code> or fallback to an <code>O_PATH</code> resolver would cache the result to avoid doing needless test runs of <code>openat2(2)</code>. However, this causes issues when <code>pathrs-lite</code> is being used by a program that applies new seccomp-bpf filters onto itself -- if the filter denies <code>openat2(2)</code> then we would return that error rather than falling back to the <code>O_PATH</code> resolver. To resolve this issue, we no longer cache the result if <code>openat2(2)</code> was successful, only if there was an error.</li> <li>A file descriptor leak in our <code>openat2</code> wrapper (when doing the necessary <code>dup</code> for <code>RESOLVE_IN_ROOT</code>) has been removed.</li> </ul> <h2>[0.5.2] - 2025-11-19</h2> <blockquote> <p>&quot;Will you walk into my parlour?&quot; said a spider to a fly.</p> </blockquote> <h3>Fixed</h3> <ul> <li>Our logic for deciding whether to use <code>openat2(2)</code> or fallback to an <code>O_PATH</code> resolver would cache the result to avoid doing needless test runs of <code>openat2(2)</code>. However, this causes issues when <code>pathrs-lite</code> is being used by a program that applies new seccomp-bpf filters onto itself -- if the filter denies <code>openat2(2)</code> then we would return that error rather than falling back to the <code>O_PATH</code> resolver. To resolve this issue, we no longer cache the result if <code>openat2(2)</code> was successful, only if there was an error.</li> <li>A file descriptor leak in our <code>openat2</code> wrapper (when doing the necessary <code>dup</code> for <code>RESOLVE_IN_ROOT</code>) has been removed.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cyphar/filepath-securejoin/commit/9c4135bad38a4e2cda5220216000130d25b2e190"><code>9c4135b</code></a> VERSION: release 0.6.1</li> <li><a href="https://github.com/cyphar/filepath-securejoin/commit/d952bef93f1c4090a004702917447140be865496"><code>d952bef</code></a> merge v0.5.x branch into main</li> <li><a href="https://github.com/cyphar/filepath-securejoin/commit/deb72a4cc1a3a8a8a0833e868dfd5bd906e8e859"><code>deb72a4</code></a> CHANGELOG: fix unreleased links</li> <li><a href="https://github.com/cyphar/filepath-securejoin/commit/336bf8f2d45b5bfc059e3530c18d0a8c2ba0022f"><code>336bf8f</code></a> merge <a href="https://redirect.github.com/cyphar/filepath-securejoin/issues/87">#87</a> into cyphar/filepath-securejoin:v0.5.x</li> <li><a href="https://github.com/cyphar/filepath-securejoin/commit/23c6e211ca42a85f757c961e1e0f352942a15d2b"><code>23c6e21</code></a> VERSION: back to development</li> <li><a href="https://github.com/cyphar/filepath-securejoin/commit/6311ca883bbb2958561c6fef4f3a8e10bcb9a418"><code>6311ca8</code></a> VERSION: release v0.5.2</li> <li><a href="https://github.com/cyphar/filepath-securejoin/commit/91da803696f3cb85b11073d3c7075e0c7e3e3745"><code>91da803</code></a> merge <a href="https://redirect.github.com/cyphar/filepath-securejoin/issues/86">#86</a> into cyphar/filepath-securejoin:v0.5.x</li> <li><a href="https://github.com/cyphar/filepath-securejoin/commit/4dbce7c85c563dcdae467b2427a85de12f707d41"><code>4dbce7c</code></a> gopathrs: close the fd after dup in openat2</li> <li><a href="https://github.com/cyphar/filepath-securejoin/commit/1eaadd6f23dd2bb710b1030728d3475995df8fc1"><code>1eaadd6</code></a> merge <a href="https://redirect.github.com/cyphar/filepath-securejoin/issues/85">#85</a> into cyphar/filepath-securejoin:main</li> <li><a href="https://github.com/cyphar/filepath-securejoin/commit/c1c2a539afea30fcfdd8982c33c72e4f5dce2cbf"><code>c1c2a53</code></a> gopathrs: close the fd after dup in openat2</li> <li>Additional commits viewable in <a href="https://github.com/cyphar/filepath-securejoin/compare/v0.6.0...v0.6.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/helm-controller/api` from 1.4.3 to 1.4.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fluxcd/helm-controller/releases">github.com/fluxcd/helm-controller/api's releases</a>.</em></p> <blockquote> <h2>v1.4.4</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/helm-controller/blob/v1.4.4/CHANGELOG.md">v1.4.4 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/helm-controller:v1.4.4</code></li> <li><code>ghcr.io/fluxcd/helm-controller:v1.4.4</code></li> </ul> <p>Supported architectures: <code>linux/amd64</code>, <code>linux/arm64</code> and <code>linux/arm/v7</code>.</p> <p>The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC. To verify the images and their provenance (SLSA level 3), please see the <a href="https://fluxcd.io/flux/security/">security documentation</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fluxcd/helm-controller/blob/main/CHANGELOG.md">github.com/fluxcd/helm-controller/api's changelog</a>.</em></p> <blockquote> <h2>1.4.4</h2> <p><strong>Release date:</strong> 2025-11-19</p> <p>This patch release fixes the error <code>no URLLoader registered</code> and Azure Workload Identity in Azure China Cloud. It also adds a feature gate to disable the ConfigMap and Secret watchers, <code>DisableConfigWatchers</code>.</p> <p>Improvements:</p> <ul> <li>Add feature gate for disabling config watchers <a href="https://redirect.github.com/fluxcd/helm-controller/pull/1353">#1353</a></li> <li>Upgrade k8s to 1.34.2, c-r to 0.22.4 and helm to 3.19.2 <a href="https://redirect.github.com/fluxcd/helm-controller/pull/1350">#1350</a></li> <li>Upgrade Helm to 3.19.1 <a href="https://redirect.github.com/fluxcd/helm-controller/pull/1346">#1346</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/helm-controller/commit/2c4a7567cd3913e3134d239bb8dd9d6a16a3e3b4"><code>2c4a756</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/helm-controller/issues/1355">#1355</a> from fluxcd/release-v1.4.4</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/96e1ec36503b01738c430f29113ddd5bfb4290df"><code>96e1ec3</code></a> Release v1.4.4</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/cf508628f21172c03cdab2724f45a21a5901fec8"><code>cf50862</code></a> Add changelog entry for v1.4.4</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/bdbfdc92316f57aed1bb03c40a377d026a9f8fda"><code>bdbfdc9</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/helm-controller/issues/1354">#1354</a> from fluxcd/backport-1353-to-release/v1.4.x</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/dbaa46224e4d5d9cd265e2725cfc3af8e66f8df7"><code>dbaa462</code></a> Add feature gate for disabling config watchers</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/04b021c8d08ecaeca90241c7131a67153f509a1a"><code>04b021c</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/helm-controller/issues/1351">#1351</a> from fluxcd/backport-1350-to-release/v1.4.x</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/52f7190f6607c3113c8c4478bd53846440bd9016"><code>52f7190</code></a> Upgrade k8s to 1.34.2, c-r to 0.22.4 and helm to 3.19.2</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/e1e3bc29fda6e6599352d9cbf7e3e4167e5e6238"><code>e1e3bc2</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/helm-controller/issues/1347">#1347</a> from fluxcd/backport-1346-to-release/v1.4.x</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/26297a163e53a83cb9a104d2a0fc6b9d4c3b85b3"><code>26297a1</code></a> Upgrade Helm to 3.19.1</li> <li>See full diff in <a href="https://github.com/fluxcd/helm-controller/compare/v1.4.3...v1.4.4">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/kustomize-controller/api` from 1.7.2 to 1.7.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fluxcd/kustomize-controller/releases">github.com/fluxcd/kustomize-controller/api's releases</a>.</em></p> <blockquote> <h2>v1.7.3</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/kustomize-controller/blob/v1.7.3/CHANGELOG.md">v1.7.3 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/kustomize-controller:v1.7.3</code></li> <li><code>ghcr.io/fluxcd/kustomize-controller:v1.7.3</code></li> </ul> <p>Supported architectures: <code>linux/amd64</code>, <code>linux/arm64</code> and <code>linux/arm/v7</code>.</p> <p>The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC. To verify the images and their provenance (SLSA level 3), please see the <a href="https://fluxcd.io/flux/security/">security documentation</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fluxcd/kustomize-controller/blob/main/CHANGELOG.md">github.com/fluxcd/kustomize-controller/api's changelog</a>.</em></p> <blockquote> <h2>1.7.3</h2> <p><strong>Release date:</strong> 2025-11-19</p> <p>This patch release comes with a series of bug fixes, including Azure Workload Identity in Azure China Cloud. It also adds a feature gate to disable the ConfigMap and Secret watchers, <code>DisableConfigWatchers</code>.</p> <p>Fixes:</p> <ul> <li>Fix: skip trying to decrypt remote patches as local <a href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1548">#1548</a></li> <li>Add GVK to error message <a href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1547">#1547</a></li> </ul> <p>Improvements:</p> <ul> <li>Add feature gate for disabling config watchers <a href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1553">#1553</a></li> <li>Upgrade k8s to 1.34.2 and c-r to 0.22.4 <a href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1551">#1551</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/090c49bdb679f827353d1658a7ab60a168dbb3a5"><code>090c49b</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1556">#1556</a> from fluxcd/release-v1.7.3</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/571da994af8ff8905a2b00b0bd7e80567d952260"><code>571da99</code></a> Release v1.7.3</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/fb09f97b09d80b3053e50cfc07f4d7da5cf8a325"><code>fb09f97</code></a> Add changelog entry for v1.7.3</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/e32fc5bcdb422e4dc9f831094fcf01962ec2e933"><code>e32fc5b</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1555">#1555</a> from fluxcd/backport-1547-to-release/v1.7.x</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/657fe25602c6f940efe27d5e273464361315eb0d"><code>657fe25</code></a> Add GVK to error message</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/5669b7bba5a016ba71d755088522f07bc4b575c5"><code>5669b7b</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1554">#1554</a> from fluxcd/backport-1553-to-release/v1.7.x</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/b48eda9bc80a8b6afa1e943c3d923d5fbffafb1f"><code>b48eda9</code></a> Add feature gate for disabling config watchers</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/414a14e064b63a9cd5443140b7764be5d8d34577"><code>414a14e</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1552">#1552</a> from fluxcd/backport-1551-to-release/v1.7.x</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/a0992bde4717cb1dbc14dd0e56dcea48f1513d0a"><code>a0992bd</code></a> Upgrade k8s to 1.34.2 and c-r to 0.22.4</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/c7379994b5cf0bdcf1ae4b7e304dbcd4758f6437"><code>c737999</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1550">#1550</a> from fluxcd/backport-1548-to-release/v1.7.x</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/kustomize-controller/compare/v1.7.2...v1.7.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/pkg/kustomize` from 1.23.0 to 1.24.0 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/fluxcd/pkg/compare/apis/meta/v1.23.0...kustomize/v1.24.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/pkg/runtime` from 0.90.0 to 0.91.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/pkg/commit/6c31cd0161c345ed8f990596e3183417fc2152d7"><code>6c31cd0</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1051">#1051</a> from fluxcd/gate-watch-config</li> <li><a href="https://github.com/fluxcd/pkg/commit/42a3f1b17d6a8f020702902cf75906d6e922dc4a"><code>42a3f1b</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/1449666797ba6754a146dc2fbd64a2bc8ddfb59c"><code>1449666</code></a> runtime/controller: add feature gate for config watchers</li> <li>See full diff in <a href="https://github.com/fluxcd/pkg/compare/runtime/v0.90.0...runtime/v0.91.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/source-controller/api` from 1.7.3 to 1.7.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fluxcd/source-controller/releases">github.com/fluxcd/source-controller/api's releases</a>.</em></p> <blockquote> <h2>v1.7.4</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/source-controller/blob/v1.7.4/CHANGELOG.md">v1.7.4 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/source-controller:v1.7.4</code></li> <li><code>ghcr.io/fluxcd/source-controller:v1.7.4</code></li> </ul> <p>Supported architectures: <code>linux/amd64</code>, <code>linux/arm64</code> and <code>linux/arm/v7</code>.</p> <p>The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC. To verify the images and their provenance (SLSA level 3), please see the <a href="https://fluxcd.io/flux/security/">security documentation</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fluxcd/source-controller/blob/main/CHANGELOG.md">github.com/fluxcd/source-controller/api's changelog</a>.</em></p> <blockquote> <h2>1.7.4</h2> <p><strong>Release date:</strong> 2025-11-19</p> <p>This patch release fixes Azure Workload Identity in Azure China Cloud.</p> <p>Improvements:</p> <ul> <li>Upgrade k8s to 1.34.2, c-r to 0.22.4 and helm to 3.19.2 <a href="https://redirect.github.com/fluxcd/source-controller/pull/1938">#1938</a></li> <li>Upgrade Helm to 3.19.1 <a href="https://redirect.github.com/fluxcd/source-controller/pull/1934">#1934</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/source-controller/commit/2eb5a81a22b414215f25d7981fd3ab7b078ad6ca"><code>2eb5a81</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/source-controller/issues/1941">#1941</a> from fluxcd/release-v1.7.4</li> <li><a href="https://github.com/fluxcd/source-controller/commit/b9fe5de5a40b7dc0754780e7bf3a9df03ba2594b"><code>b9fe5de</code></a> Release v1.7.4</li> <li><a href="https://github.com/fluxcd/source-controller/commit/d5078b2cccf094a6c001ba3e1cca26a378b8a3a8"><code>d5078b2</code></a> Add changelog entry for v1.7.4</li> <li><a href="https://github.com/fluxcd/source-controller/commit/4b52bc33eedf69cdceafe3b2e96a9ffbbfec278d"><code>4b52bc3</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/source-controller/issues/1939">#1939</a> from fluxcd/backport-1938-to-release/v1.7.x</li> <li><a href="https://github.com/fluxcd/source-controller/commit/d018f91e449cf89b85c386b6488743233db76e04"><code>d018f91</code></a> Upgrade k8s to 1.34.2, c-r to 0.22.4 and helm to 3.19.2</li> <li><a href="https://github.com/fluxcd/source-controller/commit/71b58cfd3a2cf16045183a4a31a1fa618007b958"><code>71b58cf</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/source-controller/issues/1935">#1935</a> from fluxcd/backport-1934-to-release/v1.7.x</li> <li><a href="https://github.com/fluxcd/source-controller/commit/c4eb1cf33ca80249794a0ce22e06e059dc776ac0"><code>c4eb1cf</code></a> Upgrade Helm to 3.19.1</li> <li>See full diff in <a href="https://github.com/fluxcd/source-controller/compare/v1.7.3...v1.7.4">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 776f1ba commit bbd4e43

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ go 1.25.4
66
replace github.com/opencontainers/go-digest => github.com/opencontainers/go-digest v1.0.1-0.20220411205349-bde1400a84be
77

88
require (
9-
cuelang.org/go v0.15.0
9+
cuelang.org/go v0.15.1
1010
github.com/Masterminds/semver/v3 v3.4.0
1111
github.com/containers/image/v5 v5.36.2
12-
github.com/cyphar/filepath-securejoin v0.6.0
12+
github.com/cyphar/filepath-securejoin v0.6.1
1313
github.com/distribution/distribution/v3 v3.0.0
14-
github.com/fluxcd/helm-controller/api v1.4.3
15-
github.com/fluxcd/kustomize-controller/api v1.7.2
14+
github.com/fluxcd/helm-controller/api v1.4.4
15+
github.com/fluxcd/kustomize-controller/api v1.7.3
1616
github.com/fluxcd/pkg/apis/event v0.21.0
1717
github.com/fluxcd/pkg/apis/meta v1.23.0
1818
github.com/fluxcd/pkg/http/fetch v0.21.0
19-
github.com/fluxcd/pkg/kustomize v1.23.0
20-
github.com/fluxcd/pkg/runtime v0.90.0
19+
github.com/fluxcd/pkg/kustomize v1.24.0
20+
github.com/fluxcd/pkg/runtime v0.91.0
2121
github.com/fluxcd/pkg/tar v0.16.0
22-
github.com/fluxcd/source-controller/api v1.7.3
22+
github.com/fluxcd/source-controller/api v1.7.4
2323
github.com/go-logr/logr v1.4.3
2424
github.com/google/go-containerregistry v0.20.6
2525
github.com/mandelsoft/logging v0.0.0-20240618075559-fdca28a87b0a

go.sum

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -624,8 +624,8 @@ code.gitea.io/sdk/gitea v0.21.0 h1:69n6oz6kEVHRo1+APQQyizkhrZrLsTLXey9142pfkD4=
624624
code.gitea.io/sdk/gitea v0.21.0/go.mod h1:tnBjVhuKJCn8ibdyyhvUyxrR1Ca2KHEoTWoukNhXQPA=
625625
cuelabs.dev/go/oci/ociregistry v0.0.0-20250722084951-074d06050084 h1:4k1yAtPvZJZQTu8DRY8muBo0LHv6TqtrE0AO5n6IPYs=
626626
cuelabs.dev/go/oci/ociregistry v0.0.0-20250722084951-074d06050084/go.mod h1:4WWeZNxUO1vRoZWAHIG0KZOd6dA25ypyWuwD3ti0Tdc=
627-
cuelang.org/go v0.15.0 h1:0jlWNxLp1In6dWJtywTXei7w0cqfHSTiCk/6Z+FUvxI=
628-
cuelang.org/go v0.15.0/go.mod h1:NYw6n4akZcTjA7QQwJ1/gqWrrhsN4aZwhcAL0jv9rZE=
627+
cuelang.org/go v0.15.1 h1:MRnjc/KJE+K42rnJ3a+425f1jqXeOOgq9SK4tYRTtWw=
628+
cuelang.org/go v0.15.1/go.mod h1:NYw6n4akZcTjA7QQwJ1/gqWrrhsN4aZwhcAL0jv9rZE=
629629
dario.cat/mergo v1.0.2 h1:85+piFYR1tMbRrLcDwR18y4UKJ3aH1Tbzi24VRW1TK8=
630630
dario.cat/mergo v1.0.2/go.mod h1:E/hbnu0NxMFBjpMIE34DRGLWqDy0g5FuKDhCb31ngxA=
631631
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
@@ -935,8 +935,8 @@ github.com/creack/pty v1.1.19 h1:tUN6H7LWqNx4hQVxomd0CVsDwaDr9gaRQaI4GpSmrsA=
935935
github.com/creack/pty v1.1.19/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
936936
github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467 h1:uX1JmpONuD549D73r6cgnxyUu18Zb7yHAy5AYU0Pm4Q=
937937
github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467/go.mod h1:uzvlm1mxhHkdfqitSA92i7Se+S9ksOn3a3qmv/kyOCw=
938-
github.com/cyphar/filepath-securejoin v0.6.0 h1:BtGB77njd6SVO6VztOHfPxKitJvd/VPT+OFBFMOi1Is=
939-
github.com/cyphar/filepath-securejoin v0.6.0/go.mod h1:A8hd4EnAeyujCJRrICiOWqjS1AX0a9kM5XL+NwKoYSc=
938+
github.com/cyphar/filepath-securejoin v0.6.1 h1:5CeZ1jPXEiYt3+Z6zqprSAgSWiggmpVyciv8syjIpVE=
939+
github.com/cyphar/filepath-securejoin v0.6.1/go.mod h1:A8hd4EnAeyujCJRrICiOWqjS1AX0a9kM5XL+NwKoYSc=
940940
github.com/danieljoos/wincred v1.2.2 h1:774zMFJrqaeYCK2W57BgAem/MLi6mtSE47MB6BOJ0i0=
941941
github.com/danieljoos/wincred v1.2.2/go.mod h1:w7w4Utbrz8lqeMbDAK0lkNJUv5sAOkFi7nd/ogr0Uh8=
942942
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -1035,14 +1035,14 @@ github.com/fluxcd/cli-utils v0.36.0-flux.15 h1:Et5QLnIpRjj+oZtM9gEybkAaoNsjysHq0
10351035
github.com/fluxcd/cli-utils v0.36.0-flux.15/go.mod h1:AqRUmWIfNE7cdL6NWSGF0bAlypGs+9x5UQ2qOtlEzv4=
10361036
github.com/fluxcd/flux2/v2 v2.6.4 h1:RHv3fZclZRMh9Szok4tmN2/aLOOkkKcr7S8//BfF4zg=
10371037
github.com/fluxcd/flux2/v2 v2.6.4/go.mod h1:9S1t2KYOH7km9JJgnIvH+OJCCYPJpx7O/+ZQkEUjrj4=
1038-
github.com/fluxcd/helm-controller/api v1.4.3 h1:CdZwjL1liXmYCWyk2jscmFEB59tICIlnWB9PfDDW5q4=
1039-
github.com/fluxcd/helm-controller/api v1.4.3/go.mod h1:0XrBhKEaqvxyDj/FziG1Q8Fmx2UATdaqLgYqmZh6wW4=
1038+
github.com/fluxcd/helm-controller/api v1.4.4 h1:3IFAvJxOBaF2xXItUynqlbgw/2YzTjkL/iBiubxqcHk=
1039+
github.com/fluxcd/helm-controller/api v1.4.4/go.mod h1:rCgx3qhjjtoIH+1EbzFC2vN71/pp0PgMDrZnGCZX5XY=
10401040
github.com/fluxcd/image-automation-controller/api v0.41.2 h1:miYjID4Mg51xcObVLQPRGkiWFYGpBSgItTXfQ4jVUVI=
10411041
github.com/fluxcd/image-automation-controller/api v0.41.2/go.mod h1:TaCaXnDu0a6uWyF41WkyskH0gg6dFyniftvdCELcEKU=
10421042
github.com/fluxcd/image-reflector-controller/api v0.35.2 h1:EzjtUpyx8kbTFx7ugdi5LRMaCpQW4kX/vjFCIPpPD38=
10431043
github.com/fluxcd/image-reflector-controller/api v0.35.2/go.mod h1:mjpokoQhFs2RxfFjY4rHpn3ZAUvee8TiELyROFN4wiA=
1044-
github.com/fluxcd/kustomize-controller/api v1.7.2 h1:E+UwgztwYCwgOgpMuIZZfntCEYIer+hl2NH5O+tL8hs=
1045-
github.com/fluxcd/kustomize-controller/api v1.7.2/go.mod h1:77OSly9kxQli7Nmcln0OqZDjVpRMc6eLKED0CiJHYz8=
1044+
github.com/fluxcd/kustomize-controller/api v1.7.3 h1:g+C9Il+H33DQi/ZiQ8KpTvL9KXebXnS4oM/0uJ/C8Gw=
1045+
github.com/fluxcd/kustomize-controller/api v1.7.3/go.mod h1:Yj80JyfQpBUgLhsUZ/c86qcvPGO2+P1VCKsb8fL+L/k=
10461046
github.com/fluxcd/notification-controller/api v1.6.0 h1:t0k662zxnUZlnDvFrk4DBDl6iivFmJxbwuRdyhH9Ot4=
10471047
github.com/fluxcd/notification-controller/api v1.6.0/go.mod h1:b1gwfsygqnasQVdn/iMCFDI81LeOeY/ibLul+Z6W8U0=
10481048
github.com/fluxcd/pkg/apis/acl v0.9.0 h1:wBpgsKT+jcyZEcM//OmZr9RiF8klL3ebrDp2u2ThsnA=
@@ -1057,10 +1057,10 @@ github.com/fluxcd/pkg/envsubst v1.5.0 h1:S07mo+MkGhptdHA4pRze5HPKlc8tHxKswNdcMZi
10571057
github.com/fluxcd/pkg/envsubst v1.5.0/go.mod h1:c3a8DYI855sZUubHFYQbjfjop6Wu4/zg1cLyf7SnCes=
10581058
github.com/fluxcd/pkg/http/fetch v0.21.0 h1:/vHWc+3BIk9q5HFA8khl0NEBb/XFXzZOqpnUC7gmtkk=
10591059
github.com/fluxcd/pkg/http/fetch v0.21.0/go.mod h1:aFUPa2DLpUHE/dXkhIdaHakVIiZ6GVCWvp5tWkDKSEM=
1060-
github.com/fluxcd/pkg/kustomize v1.23.0 h1:4tNh30OsIj96YRfVP7qP0Fv3QTwdBo/udfZIcccL6NI=
1061-
github.com/fluxcd/pkg/kustomize v1.23.0/go.mod h1:ZojUvmI4RiHk3BH3L3mBQ4ZDbNkiWfX9LvOMBjKq5Tc=
1062-
github.com/fluxcd/pkg/runtime v0.90.0 h1:IONDsN9npJdWqbSAfsI8j10sXpgaLd6ywycKwp35Wwo=
1063-
github.com/fluxcd/pkg/runtime v0.90.0/go.mod h1:D/gUsaSpyw6Od2QEL7MELi5m+oUmwokuxUVZ+vKQxdo=
1060+
github.com/fluxcd/pkg/kustomize v1.24.0 h1:ckFB7hh9FpJA1Oy3bYl88p9On/zsZZTbwlLBgP6eUkA=
1061+
github.com/fluxcd/pkg/kustomize v1.24.0/go.mod h1:cydG0vKpDuUaoP5STpKfxY3zqgzaARv5HsWDOFyt5nA=
1062+
github.com/fluxcd/pkg/runtime v0.91.0 h1:Z92sOLsJXa+0RIi/vNl87zF5qnsBUdOb60d2a0b4Ulo=
1063+
github.com/fluxcd/pkg/runtime v0.91.0/go.mod h1:D/gUsaSpyw6Od2QEL7MELi5m+oUmwokuxUVZ+vKQxdo=
10641064
github.com/fluxcd/pkg/sourceignore v0.15.0 h1:tB30fuk4jlB3UGlR7ppJguZ3zaJh1iwuTCEufs91jSM=
10651065
github.com/fluxcd/pkg/sourceignore v0.15.0/go.mod h1:mZ9X6gNtNkq9ZsD35LebEYjePc7DRvB2JdowMNoj6IU=
10661066
github.com/fluxcd/pkg/ssa v0.58.0 h1:W7m2LQFsZxPN9nn3lfGVDwXsZnIgCWWJ/+/K5hpzW+k=
@@ -1071,8 +1071,8 @@ github.com/fluxcd/pkg/testserver v0.13.0 h1:xEpBcEYtD7bwvZ+i0ZmChxKkDo/wfQEV3xmn
10711071
github.com/fluxcd/pkg/testserver v0.13.0/go.mod h1:akRYv3FLQUsme15na9ihECRG6hBuqni4XEY9W8kzs8E=
10721072
github.com/fluxcd/pkg/version v0.9.0 h1:pQBHMt9TbnnTUzj3EoMhRi5JUkNBqrTBSAaoLG1ovUA=
10731073
github.com/fluxcd/pkg/version v0.9.0/go.mod h1:JU6/UwNbGeMm4gqeyUn/dxl+qwLTi2+X10xpfgWdt9I=
1074-
github.com/fluxcd/source-controller/api v1.7.3 h1:JCDbaJqAbQtjCt3Ijsm/6nZf+SZiby3/R6lVZ1gDllE=
1075-
github.com/fluxcd/source-controller/api v1.7.3/go.mod h1:2JtCeUVpl0aqKImS19jUz9EEnMdzgqNWHkllrIhV004=
1074+
github.com/fluxcd/source-controller/api v1.7.4 h1:+EOVnRA9LmLxOx7J273l7IOEU39m+Slt/nQGBy69ygs=
1075+
github.com/fluxcd/source-controller/api v1.7.4/go.mod h1:ruf49LEgZRBfcP+eshl2n9SX1MfHayCcViAIGnZcaDY=
10761076
github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
10771077
github.com/fogleman/gg v1.3.0/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
10781078
github.com/foxcpp/go-mockdns v1.1.0 h1:jI0rD8M0wuYAxL7r/ynTrCQQq0BVqfB99Vgk7DlmewI=

0 commit comments

Comments
 (0)