Skip to content

Commit

Permalink
Bump the go group with 3 updates (#751)
Browse files Browse the repository at this point in the history
Bumps the go group with 3 updates:
[github.com/containerd/containerd](https://github.com/containerd/containerd),
[github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) and
[github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo).

Updates `github.com/containerd/containerd` from 1.7.15 to 1.7.16
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/containerd/containerd/releases">github.com/containerd/containerd's
releases</a>.</em></p>
<blockquote>
<h2>containerd 1.7.16</h2>
<p>Welcome to the v1.7.16 release of containerd!</p>
<p>The sixteenth patch release for containerd 1.7 contains various fixes
and updates.</p>
<h3>Highlights</h3>
<ul>
<li>Update AppArmor template to allow confined runc to kill containers
(<a
href="https://redirect.github.com/containerd/containerd/pull/10129">#10129</a>)</li>
<li>Fix config import relative path glob (<a
href="https://redirect.github.com/containerd/containerd/pull/9834">#9834</a>)</li>
<li>Update AppArmor template to better support rootlesskit (<a
href="https://redirect.github.com/containerd/containerd/pull/10116">#10116</a>)</li>
<li>Update HTTP fallback to better account for TLS timeout and previous
attempts (<a
href="https://redirect.github.com/containerd/containerd/pull/10112">#10112</a>)</li>
<li>Add support for HPC port forwarding (<a
href="https://redirect.github.com/containerd/containerd/pull/10008">#10008</a>)</li>
<li>Prevent GC from schedule itself with 0 period. (<a
href="https://redirect.github.com/containerd/containerd/pull/10102">#10102</a>)</li>
<li>Fix issue with using invalid token to retry fetching layer (<a
href="https://redirect.github.com/containerd/containerd/pull/10065">#10065</a>)</li>
<li>Automatically decompress archives for transfer service import (<a
href="https://redirect.github.com/containerd/containerd/pull/9989">#9989</a>)</li>
<li>Fix HTTPFallback fails when pushing manifest (<a
href="https://redirect.github.com/containerd/containerd/pull/10044">#10044</a>)</li>
<li>Add support for configuring otel from env and config deprecation
notice (<a
href="https://redirect.github.com/containerd/containerd/pull/9992">#9992</a>)</li>
<li>Fix deadlock during NRI plugin registration (<a
href="https://redirect.github.com/containerd/nri/pull/79">containerd/nri#79</a>)</li>
</ul>
<h4>Build and Release Toolchain</h4>
<ul>
<li>Update Go to 1.21.9 and 1.22.2 with net/http security fix (<a
href="https://redirect.github.com/containerd/containerd/pull/10115">#10115</a>)</li>
</ul>
<h4>Container Runtime Interface (CRI)</h4>
<ul>
<li>Fix CRI snapshotter root path when not under containerd root (<a
href="https://redirect.github.com/containerd/containerd/pull/10096">#10096</a>)</li>
<li>Fix network creation failure from CreatedAt time as 269 years ago
(<a
href="https://redirect.github.com/containerd/containerd/pull/10122">#10122</a>)</li>
<li>Include userns info in PodSandboxStatus (<a
href="https://redirect.github.com/containerd/containerd/pull/9865">#9865</a>)</li>
<li>Fix default working directory Windows HostProcess containers (<a
href="https://redirect.github.com/containerd/containerd/pull/10071">#10071</a>)</li>
<li>Fix ListPodSandboxStats to skip sandboxes with missing tasks (<a
href="https://redirect.github.com/containerd/containerd/pull/10042">#10042</a>)</li>
</ul>
<h4>Deprecations</h4>
<ul>
<li>Add support for configuring otel from env and config deprecation
notice (<a
href="https://redirect.github.com/containerd/containerd/pull/9992">#9992</a>)</li>
</ul>
<p>Please try out the release binaries and report any issues at
<a
href="https://github.com/containerd/containerd/issues">https://github.com/containerd/containerd/issues</a>.</p>
<h3>Contributors</h3>
<ul>
<li>Derek McGowan</li>
<li>Samuel Karp</li>
<li>Wei Fu</li>
<li>Danny Canter</li>
<li>Kazuyoshi Kato</li>
<li>Kirtana Ashok</li>
<li>Maksym Pavlenko</li>
<li>Phil Estes</li>
<li>Sebastiaan van Stijn</li>
<li>Brian Goff</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/containerd/containerd/commit/83031836b2cf55637d7abf847b17134c51b38e53"><code>8303183</code></a>
Merge pull request <a
href="https://redirect.github.com/containerd/containerd/issues/10124">#10124</a>
from kiashok/new-1.7.16-tag</li>
<li><a
href="https://github.com/containerd/containerd/commit/fb2d43a9affb646374bb05f6ee279a2adab486b9"><code>fb2d43a</code></a>
Merge pull request <a
href="https://redirect.github.com/containerd/containerd/issues/10129">#10129</a>
from k8s-infra-cherrypick-robot/cherry-pick-10123-t...</li>
<li><a
href="https://github.com/containerd/containerd/commit/1c623084fbdcfe7c3882047eba1648921814e390"><code>1c62308</code></a>
Add release notes for v1.7.16</li>
<li><a
href="https://github.com/containerd/containerd/commit/18a2c36faf47df776df56b4cc9a2defcf4b68897"><code>18a2c36</code></a>
apparmor: Allow confined runc to kill containers</li>
<li><a
href="https://github.com/containerd/containerd/commit/ae9765737ab08bebbf99201cc584cb9ec48e7b50"><code>ae97657</code></a>
Merge pull request <a
href="https://redirect.github.com/containerd/containerd/issues/9834">#9834</a>
from neoaggelos/fix/config-relative</li>
<li><a
href="https://github.com/containerd/containerd/commit/c4a86424ff45a829e7e33d47ebb24b162496e659"><code>c4a8642</code></a>
Merge pull request <a
href="https://redirect.github.com/containerd/containerd/issues/10096">#10096</a>
from Kern--/cri-remote-snapshotter-stats</li>
<li><a
href="https://github.com/containerd/containerd/commit/733d456a68ba3c204211f21f58f97412011f452f"><code>733d456</code></a>
Merge pull request <a
href="https://redirect.github.com/containerd/containerd/issues/10122">#10122</a>
from AkihiroSuda/cherrypick-9673-1.7</li>
<li><a
href="https://github.com/containerd/containerd/commit/293f5151d44c8a700a7244fed09c37524a89a82a"><code>293f515</code></a>
pod: CreatedAt time will be 269 years ago while creating cri network
failed.</li>
<li><a
href="https://github.com/containerd/containerd/commit/e412ca7dc5af3afc7483dbee0e56fe73b090c355"><code>e412ca7</code></a>
Merge pull request <a
href="https://redirect.github.com/containerd/containerd/issues/10116">#10116</a>
from AkihiroSuda/cherrypick-10111-1.7</li>
<li><a
href="https://github.com/containerd/containerd/commit/d8acdafc183b50c261941204f076f120327936d0"><code>d8acdaf</code></a>
Merge pull request <a
href="https://redirect.github.com/containerd/containerd/issues/10115">#10115</a>
from thaJeztah/1.7_backport_go1.21.9</li>
<li>Additional commits viewable in <a
href="https://github.com/containerd/containerd/compare/v1.7.15...v1.7.16">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/fluxcd/pkg/ssa` from 0.38.0 to 0.39.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/pkg/commit/e32ccc28808cb03f34e4a955a1da992c73ecc8c6"><code>e32ccc2</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/763">#763</a> from
fluxcd/kubernetes-1.30</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/2b974af838e1e78d9e38f6c8cd97b630cfc78ade"><code>2b974af</code></a>
Update sigs.k8s.io/controller-tools to v0.15.0</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/52c1fc545f6b8df5769441695fb5035e09a00b94"><code>52c1fc5</code></a>
Update sigs.k8s.io/controller-runtime to v0.18.0</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/c906252d234ff9f145a5c678d324a4388311f318"><code>c906252</code></a>
Update dependencies to Kubernetes 1.30</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/92c13488b9142c1b70311e778bbdc877c2cbe5d2"><code>92c1348</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/764">#764</a> from
fluxcd/dependabot/github_actions/ci-e44cfae560</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/ccb916aaa9a881b83c47bb35d2464c6eb4819cd9"><code>ccb916a</code></a>
build(deps): bump the ci group with 3 updates</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/60815565aaaa9bc92edc296a107288089764a384"><code>6081556</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/761">#761</a> from
fluxcd/kustomize-name-prefix-suffix</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/abf5675f4bbf39c63e4dc70e786648f94bd54e72"><code>abf5675</code></a>
kustomize: Add support for <code>namePrefix</code> and
<code>nameSuffix</code></li>
<li><a
href="https://github.com/fluxcd/pkg/commit/98d2522af7b8b264144abfc0a1f232ced288191b"><code>98d2522</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/760">#760</a> from
fluxcd/dependabot/github_actions/ci-8f082d4f6d</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/efcd824298a9d9ab0bf2aef5f632d89fa0ccf62c"><code>efcd824</code></a>
build(deps): bump docker/setup-buildx-action in the ci group</li>
<li>Additional commits viewable in <a
href="https://github.com/fluxcd/pkg/compare/ssa/v0.38.0...ssa/v0.39.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/onsi/ginkgo/v2` from 2.17.1 to 2.17.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/ginkgo/releases">github.com/onsi/ginkgo/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.17.2</h2>
<h2>2.17.2</h2>
<h3>Fixes</h3>
<ul>
<li>fix: close files [32259c8]</li>
<li>fix github output log level for skipped specs [780e7a3]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Bump github.com/google/pprof [d91fe4e]</li>
<li>Bump github.com/go-task/slim-sprig to v3 [8cb662e]</li>
<li>Bump golang.org/x/net in
/integration/_fixtures/version_mismatch_fixture (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1391">#1391</a>)
[3134422]</li>
<li>Bump github-pages from 230 to 231 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1384">#1384</a>)
[eca81b4]</li>
<li>Bump golang.org/x/tools from 0.19.0 to 0.20.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1383">#1383</a>)
[760def8]</li>
<li>Bump golang.org/x/net from 0.23.0 to 0.24.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1381">#1381</a>)
[4ce33f4]</li>
<li>Fix test for gomega version bump [f2fcd97]</li>
<li>Bump github.com/onsi/gomega from 1.30.0 to 1.33.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1390">#1390</a>)
[fd622d2]</li>
<li>Bump golang.org/x/tools from 0.17.0 to 0.19.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1368">#1368</a>)
[5474a26]</li>
<li>Bump github-pages from 229 to 230 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1359">#1359</a>)
[e6d1170]</li>
<li>Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1374">#1374</a>)
[7f447b2]</li>
<li>Bump golang.org/x/net from 0.20.0 to 0.23.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1380">#1380</a>)
[f15239a]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md">github.com/onsi/ginkgo/v2's
changelog</a>.</em></p>
<blockquote>
<h2>2.17.2</h2>
<h3>Fixes</h3>
<ul>
<li>fix: close files [32259c8]</li>
<li>fix github output log level for skipped specs [780e7a3]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Bump github.com/google/pprof [d91fe4e]</li>
<li>Bump github.com/go-task/slim-sprig to v3 [8cb662e]</li>
<li>Bump golang.org/x/net in
/integration/_fixtures/version_mismatch_fixture (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1391">#1391</a>)
[3134422]</li>
<li>Bump github-pages from 230 to 231 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1384">#1384</a>)
[eca81b4]</li>
<li>Bump golang.org/x/tools from 0.19.0 to 0.20.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1383">#1383</a>)
[760def8]</li>
<li>Bump golang.org/x/net from 0.23.0 to 0.24.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1381">#1381</a>)
[4ce33f4]</li>
<li>Fix test for gomega version bump [f2fcd97]</li>
<li>Bump github.com/onsi/gomega from 1.30.0 to 1.33.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1390">#1390</a>)
[fd622d2]</li>
<li>Bump golang.org/x/tools from 0.17.0 to 0.19.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1368">#1368</a>)
[5474a26]</li>
<li>Bump github-pages from 229 to 230 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1359">#1359</a>)
[e6d1170]</li>
<li>Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1374">#1374</a>)
[7f447b2]</li>
<li>Bump golang.org/x/net from 0.20.0 to 0.23.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1380">#1380</a>)
[f15239a]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/onsi/ginkgo/commit/7836496233b965f84a4e0268c0173ff1154a9447"><code>7836496</code></a>
v2.17.2</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/d91fe4e0f1465425ec119c2a55901a5f18b79079"><code>d91fe4e</code></a>
Bump github.com/google/pprof</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/8cb662e892ca24d05fa748c26052c5164e44c2f4"><code>8cb662e</code></a>
Bump github.com/go-task/slim-sprig to v3</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/32259c8b061575609fcf13c3dc429c3050545027"><code>32259c8</code></a>
fix: close files</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/313442296dc90b138c03ddfee47337bdfea186fd"><code>3134422</code></a>
Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture
(<a
href="https://redirect.github.com/onsi/ginkgo/issues/1391">#1391</a>)</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/eca81b4f8c35793e37922f82275f3c8dfa724f67"><code>eca81b4</code></a>
Bump github-pages from 230 to 231 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1384">#1384</a>)</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/760def865e81163b67e4ccda3fc2f7f5ab4109b9"><code>760def8</code></a>
Bump golang.org/x/tools from 0.19.0 to 0.20.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1383">#1383</a>)</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/4ce33f4df3dc1b1b0388ace2a2555b00343c9670"><code>4ce33f4</code></a>
Bump golang.org/x/net from 0.23.0 to 0.24.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1381">#1381</a>)</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/f2fcd97cfb472bcafac5b2ddfb9ec567e9e702c9"><code>f2fcd97</code></a>
Fix test for gomega version bump</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/fd622d239cddeaa27827beebc514f619549541fb"><code>fd622d2</code></a>
Bump github.com/onsi/gomega from 1.30.0 to 1.33.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1390">#1390</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/onsi/ginkgo/compare/v2.17.1...v2.17.2">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>
  • Loading branch information
dependabot[bot] and hilmarf authored Apr 29, 2024
1 parent 2f5b0e1 commit 2d1f934
Showing 2 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ require (
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.15
github.com/aws/aws-sdk-go-v2/service/ecr v1.27.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.53.1
github.com/containerd/containerd v1.7.15
github.com/containerd/containerd v1.7.16
github.com/containerd/log v0.1.0
github.com/containers/image/v5 v5.30.0
github.com/cyberphone/json-canonicalization v0.0.0-20231217050601-ba74d44ecf5f
@@ -26,7 +26,7 @@ require (
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.38.0
github.com/fluxcd/pkg/ssa v0.39.0
github.com/gertd/go-pluralize v0.2.1
github.com/ghodss/yaml v1.0.0
github.com/go-logr/logr v1.4.1
@@ -49,7 +49,7 @@ require (
github.com/mitchellh/copystructure v1.2.0
github.com/mittwald/go-helm-client v0.12.9
github.com/modern-go/reflect2 v1.0.2
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/ginkgo/v2 v2.17.2
github.com/onsi/gomega v1.33.0
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.1.0
@@ -185,7 +185,7 @@ require (
github.com/go-openapi/runtime v0.28.0 // indirect
github.com/go-openapi/spec v0.21.0 // indirect
github.com/go-openapi/validate v0.24.0 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
@@ -201,7 +201,7 @@ require (
github.com/google/go-github/v55 v55.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/pprof v0.0.0-20231023181126-ff6d637d2a7b // indirect
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
github.com/google/s2a-go v0.1.7 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/google/uuid v1.6.0 // indirect
20 changes: 10 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
@@ -260,8 +260,8 @@ github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be/go.mod
github.com/containerd/cgroups v1.1.0 h1:v8rEWFl6EoqHB+swVNjVoCJE8o3jX7e8nqBGPLaDFBM=
github.com/containerd/cgroups/v3 v3.0.2 h1:f5WFqIVSgo5IZmtTT3qVBo6TzI1ON6sycSBKkymb9L0=
github.com/containerd/cgroups/v3 v3.0.2/go.mod h1:JUgITrzdFqp42uI2ryGA+ge0ap/nxzYgkGmIcetmErE=
github.com/containerd/containerd v1.7.15 h1:afEHXdil9iAm03BmhjzKyXnnEBtjaLJefdU7DV0IFes=
github.com/containerd/containerd v1.7.15/go.mod h1:ISzRRTMF8EXNpJlTzyr2XMhN+j9K302C21/+cr3kUnY=
github.com/containerd/containerd v1.7.16 h1:7Zsfe8Fkj4Wi2My6DXGQ87hiqIrmOXolm72ZEkFU5Mg=
github.com/containerd/containerd v1.7.16/go.mod h1:NL49g7A/Fui7ccmxV6zkBWwqMgmMxFWzujYCc+JLt7k=
github.com/containerd/continuity v0.4.2 h1:v3y/4Yz5jwnvqPKJJ+7Wf93fyWoCB3F5EclWG023MDM=
github.com/containerd/continuity v0.4.2/go.mod h1:F6PTNCKepoxEaXLQp3wDAjygEnImnZ/7o4JzpodfroQ=
github.com/containerd/errdefs v0.1.0 h1:m0wCRBiu1WJT/Fr+iOoQHMQS/eP5myQ8lCv4Dz5ZURM=
@@ -358,8 +358,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.38.0 h1:Hn7Ow8dJVHzDz1IvTOvudno/CRDY1kgHqKQ42/iJiRg=
github.com/fluxcd/pkg/ssa v0.38.0/go.mod h1:LcTL2SP4MOdKA9z3/g3cNB30v/j/NiNHEPqMJHwHLJI=
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/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=
@@ -436,8 +436,8 @@ github.com/go-sql-driver/mysql v1.8.1 h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpv
github.com/go-sql-driver/mysql v1.8.1/go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg=
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE=
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI=
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls=
github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI=
github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8=
github.com/go-test/deep v1.1.0 h1:WOcxcdHcvdgThNXjw0t76K42FXTU7HpNQWHpA2HHNlg=
github.com/go-test/deep v1.1.0/go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE=
github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=
@@ -516,8 +516,8 @@ github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/
github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=
github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE=
github.com/google/pprof v0.0.0-20231023181126-ff6d637d2a7b h1:RMpPgZTSApbPf7xaVel+QkoGPRLFLrwFO89uDUHEGf0=
github.com/google/pprof v0.0.0-20231023181126-ff6d637d2a7b/go.mod h1:czg5+yv1E0ZGTi6S6vVK1mke0fV+FaUhNGcd6VRS9Ik=
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 h1:k7nVchz72niMH6YLQNvHSdIE7iqsQxK1P41mySCvssg=
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6/go.mod h1:kf6iHlnVGwgKolg33glAes7Yg/8iWP8ukqeldJSO7jw=
github.com/google/s2a-go v0.1.7 h1:60BLSyTrOV4/haCDW4zb1guZItoSq8foHCXrAnjBo/o=
github.com/google/s2a-go v0.1.7/go.mod h1:50CgR4k1jNlWBu4UfS4AcfhVe1r6pdZPygJ3R8F0Qdw=
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=
@@ -757,8 +757,8 @@ github.com/onsi/ginkgo v1.16.4/go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vv
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
github.com/onsi/ginkgo/v2 v2.1.3/go.mod h1:vw5CSIxN1JObi/U8gcbwft7ZxR2dgaR70JSE3/PpL4c=
github.com/onsi/ginkgo/v2 v2.17.1 h1:V++EzdbhI4ZV4ev0UTIj0PzhzOcReJFyJaLjtSF55M8=
github.com/onsi/ginkgo/v2 v2.17.1/go.mod h1:llBI3WDLL9Z6taip6f33H76YcWtJv+7R3HigUjbIBOs=
github.com/onsi/ginkgo/v2 v2.17.2 h1:7eMhcy3GimbsA3hEnVKdw/PQM9XN9krpKVXsZdph0/g=
github.com/onsi/ginkgo/v2 v2.17.2/go.mod h1:nP2DPOQoNsQmsVyv5rDA8JkXQoCs6goXIvr/PRJ1eCc=
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
github.com/onsi/gomega v1.9.0/go.mod h1:Ho0h+IUsWyvy1OpqCwxlQ/21gkhVunqlU8fDGcoTdcA=
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=

0 comments on commit 2d1f934

Please sign in to comment.