Skip to content

Commit

Permalink
Bump the go group with 7 updates (#763)
Browse files Browse the repository at this point in the history
Bumps the go group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/docker/cli](https://github.com/docker/cli) |
`26.1.0+incompatible` | `26.1.1+incompatible` |
| [github.com/docker/docker](https://github.com/docker/docker) |
`26.1.0+incompatible` | `26.1.1+incompatible` |
| [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) | `0.39.0`
| `0.39.1` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.33.0` |
`1.33.1` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.19.0` |
`0.20.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.14.0` |
`0.15.0` |
|
[sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime)
| `0.18.0` | `0.18.1` |

Updates `github.com/docker/cli` from 26.1.0+incompatible to
26.1.1+incompatible
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/docker/cli/commit/4cf5afaefa0bec8ab94fcf631add24e284d0ecbf"><code>4cf5afa</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/5047">#5047</a> from
vvoland/v26.1-5038</li>
<li><a
href="https://github.com/docker/cli/commit/6c2b06d5356fc04bc61a8089a7dc0b5a952d407e"><code>6c2b06d</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/5045">#5045</a> from
vvoland/vendor-docker-26.1.1-dev</li>
<li><a
href="https://github.com/docker/cli/commit/1c6a8ecf2e83cb676bdae3e7edb1006d3c6db31e"><code>1c6a8ec</code></a>
cli-plugins: PluginRunCommand: use cmd.Environ instead of
os.Environ</li>
<li><a
href="https://github.com/docker/cli/commit/6d1c387af219c49af7bd97a2080835ba6cb8cac6"><code>6d1c387</code></a>
vendor: github.com/docker/docker ac2de55998d4 (v26.1.1)</li>
<li><a
href="https://github.com/docker/cli/commit/1e6db5d24b23e5445b3e607b9d429c322008d0eb"><code>1e6db5d</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/5044">#5044</a> from
vvoland/wait-cancel-noerror</li>
<li><a
href="https://github.com/docker/cli/commit/840016ea0504fb1c616a3af2f8d48bd16a7400f4"><code>840016e</code></a>
waitExitOrRemoved: Handle context cancellation</li>
<li>See full diff in <a
href="https://github.com/docker/cli/compare/v26.1.0...v26.1.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/docker/docker` from 26.1.0+incompatible to
26.1.1+incompatible
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/docker/docker/releases">github.com/docker/docker's
releases</a>.</em></p>
<blockquote>
<h2>v26.1.1</h2>
<h2>26.1.1</h2>
<p>For a full list of pull requests and changes in this release, refer
to the relevant GitHub milestones:</p>
<ul>
<li><a
href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A26.1.1">docker/cli,
26.1.1 milestone</a></li>
<li><a
href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A26.1.1">moby/moby,
26.1.1 milestone</a></li>
<li>Deprecated and removed features, see <a
href="https://github.com/docker/cli/blob/v26.1.1/docs/deprecated.md">Deprecated
Features</a>.</li>
<li>Changes to the Engine API, see <a
href="https://github.com/moby/moby/blob/v26.1.1/docs/api/version-history.md">API
version history</a>.</li>
</ul>
<h3>Bug fixes and enhancements</h3>
<ul>
<li>Fix <code>docker run -d</code> printing an <code>context
canceled</code> spurious error when OTEL is configured. <a
href="https://redirect.github.com/docker/cli/pull/5044">docker/cli#5044</a></li>
<li>Experimental environment variable
<code>DOCKER_BRIDGE_PRESERVE_KERNEL_LL=1</code> will prevent the daemon
from removing the kernel-assigned link local address on a Linux bridge.
<a
href="https://redirect.github.com/moby/moby/pull/47775">moby/moby#47775</a></li>
<li>Resolve an issue preventing container creation on hosts with a
read-only <code>/proc/sys/net</code> filesystem. If IPv6 cannot be
disabled on an interface due to this, either disable IPv6 by default on
the host or ensure <code>/proc/sys/net</code> is read-write. Otherwise,
start dockerd with <code>DOCKER_ALLOW_IPV6_ON_IPV4_INTERFACE=1</code> to
bypass the error. <a
href="https://redirect.github.com/moby/moby/pull/47769">moby/moby#47769</a></li>
</ul>
<blockquote>
<p>[!NOTE]
The <code>DOCKER_ALLOW_IPV6_ON_IPV4_INTERFACE</code> is added as a
temporary fix and will be phased out in a future major release after
simplifying the IPv6 enablement process.</p>
</blockquote>
<h3>Packaging updates</h3>
<ul>
<li>Update BuildKit to <a
href="https://github.com/moby/buildkit/releases/tag/v0.13.2">v0.13.2</a>.
<a
href="https://redirect.github.com/moby/moby/pull/47762">moby/moby#47762</a></li>
<li>Update Compose to <a
href="https://github.com/docker/compose/releases/tag/v2.27.0">v2.27.0</a>.
<a
href="https://redirect.github.com/docker/docker-ce-packaging/pull/1017">docker/docker-ce-packages#1017</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/moby/moby/commit/ac2de55998d4a977bee136e84cd983ec46855670"><code>ac2de55</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/47775">#47775</a>
from vvoland/v26.1-47771</li>
<li><a
href="https://github.com/moby/moby/commit/9a2b5311275d20f7af8e6bae6e34d97dded91ae4"><code>9a2b531</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/47774">#47774</a>
from vvoland/v26.1-47769</li>
<li><a
href="https://github.com/moby/moby/commit/2f5bbbe16b5d248610f6ef75835cab81a9cb9dda"><code>2f5bbbe</code></a>
Option to avoid deleting the kernel_ll address from bridges.</li>
<li><a
href="https://github.com/moby/moby/commit/40618081f19da23449652b14feea04c6427e6bfe"><code>4061808</code></a>
Allow for a read-only &quot;/proc/sys/net&quot;.</li>
<li><a
href="https://github.com/moby/moby/commit/21da192ae4cc9ca068f8d3494d2991593b048afd"><code>21da192</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/47767">#47767</a>
from austinvazquez/cherry-pick-eeec716e332e5c058dfe...</li>
<li><a
href="https://github.com/moby/moby/commit/2c9119692177ef7a77b1e2282f4249646c6dc1cb"><code>2c91196</code></a>
Update containerd to v1.7.16</li>
<li><a
href="https://github.com/moby/moby/commit/a9a8787c93999523b97c37cb17acf50fe251685f"><code>a9a8787</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/47762">#47762</a>
from tonistiigi/26.1-update-buildkit-v0.13.2</li>
<li><a
href="https://github.com/moby/moby/commit/c9689eccf5f73b424e3c468306aec93d1965c85c"><code>c9689ec</code></a>
vendor: update buildkit to v0.13.2</li>
<li>See full diff in <a
href="https://github.com/docker/docker/compare/v26.1.0...v26.1.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/fluxcd/pkg/ssa` from 0.39.0 to 0.39.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/pkg/commit/adcfcbefcbbb7ae3c2579d5cb4626c4ba8ee0584"><code>adcfcbe</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/769">#769</a> from
fluxcd/controller-runtime-v0.18.1</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/0e74a822054033dfeda133addb9d7b99e9058805"><code>0e74a82</code></a>
Update runtime pkg docs</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/b329d92ba15135c71776eafc72d513ea495804ac"><code>b329d92</code></a>
Update dependencies to controller-runtime v0.18.1</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/d0bf8ed836deecb12da7a3e96cf1b8ffeb020ff7"><code>d0bf8ed</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/768">#768</a> from
fluxcd/dependabot/github_actions/ci-b93eff89fb</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/14f05d79efb4f7bf408721cd070d93f7e7a94b7b"><code>14f05d7</code></a>
build(deps): bump actions/checkout from 4.1.3 to 4.1.4 in the ci
group</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/37905167607b7e95f6da18632fcf4bd2161b4478"><code>3790516</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/767">#767</a> from
fluxcd/up-internal-deps</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/37ea30cbc9a49d83133ac14a402c990afd682052"><code>37ea30c</code></a>
Update internal dependencies</li>
<li>See full diff in <a
href="https://github.com/fluxcd/pkg/compare/ssa/v0.39.0...ssa/v0.39.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/onsi/gomega` from 1.33.0 to 1.33.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/gomega/releases">github.com/onsi/gomega's
releases</a>.</em></p>
<blockquote>
<h2>v1.33.1</h2>
<h2>1.33.1</h2>
<h3>Fixes</h3>
<ul>
<li>fix confusing eventually docs [3a66379]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/gomega/blob/master/CHANGELOG.md">github.com/onsi/gomega's
changelog</a>.</em></p>
<blockquote>
<h2>1.33.1</h2>
<h3>Fixes</h3>
<ul>
<li>fix confusing eventually docs [3a66379]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/onsi/gomega/commit/8a658bb7156446ddd3f4c99b219fcac3e6154935"><code>8a658bb</code></a>
v1.33.1</li>
<li><a
href="https://github.com/onsi/gomega/commit/e9bc35a40c70f449d8ec5ea52ccf5f6267dc04c4"><code>e9bc35a</code></a>
Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2</li>
<li><a
href="https://github.com/onsi/gomega/commit/3a663791d2fb9a4177b4a84fed87b4d1f28950bf"><code>3a66379</code></a>
fix confusing eventually docs</li>
<li>See full diff in <a
href="https://github.com/onsi/gomega/compare/v1.33.0...v1.33.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/oauth2` from 0.19.0 to 0.20.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/oauth2/commit/84cb9f7f5c5a639955cd501bfdd54f0e63997e61"><code>84cb9f7</code></a>
oauth2: fix typo in comment</li>
<li><a
href="https://github.com/golang/oauth2/commit/4b7f0bdbc7c30d05383d2597847300fbb870608b"><code>4b7f0bd</code></a>
go.mod: update cloud.google.com/go/compute/metadata dependency</li>
<li><a
href="https://github.com/golang/oauth2/commit/e11eea88a89331c1fae3d38a37f484363a8d597d"><code>e11eea8</code></a>
microsoft: added DeviceAuthURL to AzureADEndpoint</li>
<li>See full diff in <a
href="https://github.com/golang/oauth2/compare/v0.19.0...v0.20.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/text` from 0.14.0 to 0.15.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/text/commit/8d533a0c40adec778a7d09ac6c8aa640d3c883f4"><code>8d533a0</code></a>
encoding/charmap: update UCM spec file URL prefix</li>
<li>See full diff in <a
href="https://github.com/golang/text/compare/v0.14.0...v0.15.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `sigs.k8s.io/controller-runtime` from 0.18.0 to 0.18.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kubernetes-sigs/controller-runtime/releases">sigs.k8s.io/controller-runtime's
releases</a>.</em></p>
<blockquote>
<h2>v0.18.1</h2>
<h2>What's Changed</h2>
<ul>
<li>[release-0.18] 🐛 Cache: Fix label defaulting of byObject when
namespaces are configured by <a
href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a>
in <a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2808">kubernetes-sigs/controller-runtime#2808</a></li>
<li>[release-0.18] 🐛 correct kind source type by <a
href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a>
in <a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2809">kubernetes-sigs/controller-runtime#2809</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.0...v0.18.1">https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.0...v0.18.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/controller-runtime/commit/cd2885e0d55f424fc6da25d9e18b3d17ccf13799"><code>cd2885e</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2809">#2809</a>
from k8s-infra-cherrypick-robot/cherry-pick-2806-to-...</li>
<li><a
href="https://github.com/kubernetes-sigs/controller-runtime/commit/06acde32d542baf9fffdbcb33764928280480c0a"><code>06acde3</code></a>
🐛 correct kind source type</li>
<li><a
href="https://github.com/kubernetes-sigs/controller-runtime/commit/d6feaae5d5e10e1f7398ba1089fbf84b94f64246"><code>d6feaae</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2808">#2808</a>
from k8s-infra-cherrypick-robot/cherry-pick-2805-to-...</li>
<li><a
href="https://github.com/kubernetes-sigs/controller-runtime/commit/87cae4cb85704dad5009308a56c0efa0a10bb7d2"><code>87cae4c</code></a>
bug: Cache: Fix label defaulting of byObject when namespaces are
configured</li>
<li>See full diff in <a
href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.0...v0.18.1">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>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 43431bb commit 975a485
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 26 deletions.
17 changes: 8 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ require (
github.com/containers/image/v5 v5.30.0
github.com/cyberphone/json-canonicalization v0.0.0-20231217050601-ba74d44ecf5f
github.com/distribution/reference v0.6.0
github.com/docker/cli v26.1.0+incompatible
github.com/docker/docker v26.1.0+incompatible
github.com/docker/cli v26.1.1+incompatible
github.com/docker/docker v26.1.1+incompatible
github.com/docker/go-connections v0.5.0
github.com/drone/envsubst v1.0.3
github.com/fluxcd/cli-utils v0.36.0-flux.7
github.com/fluxcd/pkg/ssa v0.39.0
github.com/fluxcd/pkg/ssa v0.39.1
github.com/gertd/go-pluralize v0.2.1
github.com/ghodss/yaml v1.0.0
github.com/go-logr/logr v1.4.1
Expand All @@ -50,7 +50,7 @@ require (
github.com/mittwald/go-helm-client v0.12.9
github.com/modern-go/reflect2 v1.0.2
github.com/onsi/ginkgo/v2 v2.17.2
github.com/onsi/gomega v1.33.0
github.com/onsi/gomega v1.33.1
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.1.0
github.com/pkg/errors v0.9.1
Expand All @@ -68,8 +68,8 @@ require (
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
golang.org/x/net v0.24.0
golang.org/x/oauth2 v0.19.0
golang.org/x/text v0.14.0
golang.org/x/oauth2 v0.20.0
golang.org/x/text v0.15.0
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
gopkg.in/yaml.v3 v3.0.1
helm.sh/helm/v3 v3.14.4
Expand All @@ -78,13 +78,12 @@ require (
k8s.io/apimachinery v0.30.0
k8s.io/cli-runtime v0.30.0
k8s.io/client-go v0.30.0
sigs.k8s.io/controller-runtime v0.18.0
sigs.k8s.io/controller-runtime v0.18.1
sigs.k8s.io/yaml v1.4.0
)

require (
cloud.google.com/go/compute v1.25.0 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/compute/metadata v0.3.0 // indirect
filippo.io/edwards25519 v1.1.0 // indirect
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0 // indirect
Expand Down
33 changes: 16 additions & 17 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
cloud.google.com/go v0.112.1 h1:uJSeirPke5UNZHIb4SxfZklVSiWWVqW4oXlETwZziwM=
cloud.google.com/go/compute v1.25.0 h1:H1/4SqSUhjPFE7L5ddzHOfY2bCAvjwNRZPNl6Ni5oYU=
cloud.google.com/go/compute v1.25.0/go.mod h1:GR7F0ZPZH8EhChlMo9FkLd7eUTwEymjqQagxzilIxIE=
cloud.google.com/go/compute/metadata v0.2.3 h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY=
cloud.google.com/go/compute/metadata v0.2.3/go.mod h1:VAV5nSsACxMJvgaAuX6Pk2AawlZn8kiOGuCv6gTkwuA=
cloud.google.com/go/compute/metadata v0.3.0 h1:Tz+eQXMEqDIKRsmY3cHTL6FVaynIjX2QxYC4trgAKZc=
cloud.google.com/go/compute/metadata v0.3.0/go.mod h1:zFmK7XCadkQkj6TtorcaGlCW1hT1fIilQDwofLpJ20k=
cloud.google.com/go/iam v1.1.6 h1:bEa06k05IO4f4uJonbB5iAgKTPpABy1ayxaIZV/GHVc=
cloud.google.com/go/iam v1.1.6/go.mod h1:O0zxdPeGBoFdWW3HWmBxJsk0pfvNM/p/qa82rWOGTwI=
cloud.google.com/go/kms v1.15.8 h1:szIeDCowID8th2i8XE4uRev5PMxQFqW+JjwYxL9h6xs=
Expand Down Expand Up @@ -317,13 +315,13 @@ github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2 h1:aB
github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2/go.mod h1:WHNsWjnIn2V1LYOrME7e8KxSeKunYHsxEm4am0BUtcI=
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
github.com/docker/cli v26.1.0+incompatible h1:+nwRy8Ocd8cYNQ60mozDDICICD8aoFGtlPXifX/UQ3Y=
github.com/docker/cli v26.1.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/cli v26.1.1+incompatible h1:bE1/uE2tCa08fMv+7ikLR/RDPoCqytwrLtkIkSzxLvw=
github.com/docker/cli v26.1.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/docker v26.1.0+incompatible h1:W1G9MPNbskA6VZWL7b3ZljTh0pXI68FpINx0GKaOdaM=
github.com/docker/docker v26.1.0+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v26.1.1+incompatible h1:oI+4kkAgIwwb54b9OC7Xc3hSgu1RlJA/Lln/DF72djQ=
github.com/docker/docker v26.1.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker-credential-helpers v0.8.1 h1:j/eKUktUltBtMzKqmfLB0PAgqYyMHOp5vfsD1807oKo=
github.com/docker/docker-credential-helpers v0.8.1/go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M=
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c h1:lzqkGL9b3znc+ZUgi7FlLnqjQhcXxkNM/quxIjBVMD0=
Expand Down Expand Up @@ -368,8 +366,8 @@ github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
github.com/fluxcd/cli-utils v0.36.0-flux.7 h1:81zEo/LNmIRWMgtsZy/8L13TMUZHmmJib4gHRvKwVE8=
github.com/fluxcd/cli-utils v0.36.0-flux.7/go.mod h1:TcfLhvBjtQnqxYMsHQUAEB2c5WJRVuibtas2Izz5ZTs=
github.com/fluxcd/pkg/ssa v0.39.0 h1:MdsTjwmF7mxTuZRt1XcLp5SzDI0PcRDR8bnbGH4nvHo=
github.com/fluxcd/pkg/ssa v0.39.0/go.mod h1:bS/QGx2YjAiyzPl1CGb8w+6ETmoIhpeViTcEnTpv+t4=
github.com/fluxcd/pkg/ssa v0.39.1 h1:xPYRKqgqB5p+5jgz2xBkXCE/7i1FIOa+nA3Wr7Gu2Ek=
github.com/fluxcd/pkg/ssa v0.39.1/go.mod h1:AkhMoFxipMf3WoO3lkXjj2nHNIz6sA5yQ50aBodtxnk=
github.com/foxcpp/go-mockdns v1.0.0 h1:7jBqxd3WDWwi/6WhDvacvH1XsN3rOLXyHM1uhvIx6FI=
github.com/foxcpp/go-mockdns v1.0.0/go.mod h1:lgRN6+KxQBawyIghpnl5CezHFGS9VLzvtVlwxvzXTQ4=
github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=
Expand Down Expand Up @@ -782,8 +780,8 @@ github.com/onsi/gomega v1.9.0/go.mod h1:Ho0h+IUsWyvy1OpqCwxlQ/21gkhVunqlU8fDGcoT
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
github.com/onsi/gomega v1.17.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY=
github.com/onsi/gomega v1.19.0/go.mod h1:LY+I3pBVzYsTBU1AnDwOSxaYi9WoWiqgwooUqq9yPro=
github.com/onsi/gomega v1.33.0 h1:snPCflnZrpMsy94p4lXVEkHo12lmPnc3vY5XBbreexE=
github.com/onsi/gomega v1.33.0/go.mod h1:+925n5YtiFsLzzafLUHzVMBpvvRAzrydIBiSIxjX3wY=
github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0=
github.com/open-component-model/cobra v0.0.0-20230329075350-b1fd876abfb9 h1:b2cJvZ8nWAVvCqvPhUaFl26Wht4nM4mqfl2ksY9lVzU=
github.com/open-component-model/cobra v0.0.0-20230329075350-b1fd876abfb9/go.mod h1:uLxZILRyS/50WlhOIKD7W6V5bgeIt+4sICxh6uRMrb0=
github.com/open-policy-agent/opa v0.63.0 h1:ztNNste1v8kH0/vJMJNquE45lRvqwrM5mY9Ctr9xIXw=
Expand Down Expand Up @@ -1126,8 +1124,8 @@ golang.org/x/net v0.11.0/go.mod h1:2L/ixqYpgIVXmeoSA/4Lu7BzTG4KIyPIryS4IsOd1oQ=
golang.org/x/net v0.24.0 h1:1PcaxkF854Fu3+lvBIx5SYn9wRlBzzcnHZSiaFFAb0w=
golang.org/x/net v0.24.0/go.mod h1:2Q7sJY5mzlzWjKtYUEXSlBWCdyaioyXzRB2RtU8KVE8=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.19.0 h1:9+E/EZBCbTLNrbN35fHv/a/d/mOBatymz1zbtQrXpIg=
golang.org/x/oauth2 v0.19.0/go.mod h1:vYi7skDa1x015PmRRYZ7+s1cWyPgrPiSYRe4rnsexc8=
golang.org/x/oauth2 v0.20.0 h1:4mQdhULixXKP1rwYBW0vAijoXnkTG0BLCDRzfe1idMo=
golang.org/x/oauth2 v0.20.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
Expand Down Expand Up @@ -1198,8 +1196,9 @@ golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
golang.org/x/text v0.10.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
golang.org/x/text v0.15.0 h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk=
golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
Expand Down Expand Up @@ -1327,8 +1326,8 @@ k8s.io/utils v0.0.0-20240310230437-4693a0247e57 h1:gbqbevonBh57eILzModw6mrkbwM0g
k8s.io/utils v0.0.0-20240310230437-4693a0247e57/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
oras.land/oras-go v1.2.5 h1:XpYuAwAb0DfQsunIyMfeET92emK8km3W4yEzZvUbsTo=
oras.land/oras-go v1.2.5/go.mod h1:PuAwRShRZCsZb7g8Ar3jKKQR/2A/qN+pkYxIOd/FAoo=
sigs.k8s.io/controller-runtime v0.18.0 h1:Z7jKuX784TQSUL1TIyeuF7j8KXZ4RtSX0YgtjKcSTME=
sigs.k8s.io/controller-runtime v0.18.0/go.mod h1:tuAt1+wbVsXIT8lPtk5RURxqAnq7xkpv2Mhttslg7Hw=
sigs.k8s.io/controller-runtime v0.18.1 h1:RpWbigmuiylbxOCLy0tGnq1cU1qWPwNIQzoJk+QeJx4=
sigs.k8s.io/controller-runtime v0.18.1/go.mod h1:tuAt1+wbVsXIT8lPtk5RURxqAnq7xkpv2Mhttslg7Hw=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
sigs.k8s.io/kustomize/api v0.17.1 h1:MYJBOP/yQ3/5tp4/sf6HiiMfNNyO97LmtnirH9SLNr4=
Expand Down

0 comments on commit 975a485

Please sign in to comment.