Skip to content

Commit

Permalink
Bump the go group across 1 directory with 3 updates (#748)
Browse files Browse the repository at this point in the history
Bumps the go group with 3 updates in the / directory:
[github.com/klauspost/compress](https://github.com/klauspost/compress),
[github.com/onsi/gomega](https://github.com/onsi/gomega) and
[sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime).

Updates `github.com/klauspost/compress` from 1.17.7 to 1.17.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/klauspost/compress/releases">github.com/klauspost/compress's
releases</a>.</em></p>
<blockquote>
<h2>v1.17.8</h2>
<h2>What's Changed</h2>
<ul>
<li>zstd: Reject blocks where reserved values are not 0 by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/885">klauspost/compress#885</a></li>
<li>zstd: Add RLE detection+encoding by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/938">klauspost/compress#938</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ankon"><code>@​ankon</code></a> made
their first contribution in <a
href="https://redirect.github.com/klauspost/compress/pull/932">klauspost/compress#932</a></li>
<li><a href="https://github.com/kindhuge"><code>@​kindhuge</code></a>
made their first contribution in <a
href="https://redirect.github.com/klauspost/compress/pull/946">klauspost/compress#946</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/klauspost/compress/compare/v1.17.7...v1.17.8">https://github.com/klauspost/compress/compare/v1.17.7...v1.17.8</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/klauspost/compress/commit/c0ff47e262d13b2d48101344c6eff7204d8e6696"><code>c0ff47e</code></a>
Update README.md</li>
<li><a
href="https://github.com/klauspost/compress/commit/657dc16a9a6667d91e73d44f301356048f0f90da"><code>657dc16</code></a>
chore: remove repetitive words (<a
href="https://redirect.github.com/klauspost/compress/issues/946">#946</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/3f77d8c9ab20e8d84a93c03c8434ada79aa14b7d"><code>3f77d8c</code></a>
build(deps): bump the github-actions group with 1 update (<a
href="https://redirect.github.com/klauspost/compress/issues/944">#944</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/de4073a3abdd00a2a95e608f9fcaf6ebf9141cc0"><code>de4073a</code></a>
zstd: Add RLE detection+encoding (<a
href="https://redirect.github.com/klauspost/compress/issues/938">#938</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/165be368c20e0a1184d5fd2cede0cd0920f233cc"><code>165be36</code></a>
zstd: Reject blocks where reserved values are not 0 (<a
href="https://redirect.github.com/klauspost/compress/issues/885">#885</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/4f3f95ba8e26a0fc4a19b981dd07776a41a65f19"><code>4f3f95b</code></a>
ci: Add testing replacement (<a
href="https://redirect.github.com/klauspost/compress/issues/935">#935</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/39763947c280d14a2b8355bf42da01d53a19706e"><code>3976394</code></a>
build(deps): bump the github-actions group with 1 update (<a
href="https://redirect.github.com/klauspost/compress/issues/934">#934</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/4d78e54b0172386e9eee40a7428f26678e94af96"><code>4d78e54</code></a>
Remove sed for internal/fuzz/helpers.go (<a
href="https://redirect.github.com/klauspost/compress/issues/933">#933</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/46c00caa8e63fd3960c37443c6c323d69512ba24"><code>46c00ca</code></a>
doc: Remove an excess word in a documentation comment (<a
href="https://redirect.github.com/klauspost/compress/issues/932">#932</a>)</li>
<li>See full diff in <a
href="https://github.com/klauspost/compress/compare/v1.17.7...v1.17.8">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/onsi/gomega` from 1.32.0 to 1.33.0
<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.0</h2>
<h2>1.33.0</h2>
<h3>Features</h3>
<p><code>Receive</code> not accepts <code>Receive(&lt;POINTER&gt;,
MATCHER&gt;)</code>, allowing you to pick out a specific value on the
channel that satisfies the provided matcher and is stored in the
provided pointer.</p>
<h3>Maintenance</h3>
<ul>
<li>Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (<a
href="https://redirect.github.com/onsi/gomega/issues/745">#745</a>)
[9999deb]</li>
<li>Bump github-pages from 229 to 230 in /docs (<a
href="https://redirect.github.com/onsi/gomega/issues/735">#735</a>)
[cb5ff21]</li>
<li>Bump golang.org/x/net from 0.20.0 to 0.23.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/746">#746</a>)
[bac6596]</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.0</h2>
<h3>Features</h3>
<p><code>Receive</code> not accepts <code>Receive(&lt;POINTER&gt;,
MATCHER&gt;)</code>, allowing you to pick out a specific value on the
channel that satisfies the provided matcher and is stored in the
provided pointer.</p>
<h3>Maintenance</h3>
<ul>
<li>Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (<a
href="https://redirect.github.com/onsi/gomega/issues/745">#745</a>)
[9999deb]</li>
<li>Bump github-pages from 229 to 230 in /docs (<a
href="https://redirect.github.com/onsi/gomega/issues/735">#735</a>)
[cb5ff21]</li>
<li>Bump golang.org/x/net from 0.20.0 to 0.23.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/746">#746</a>)
[bac6596]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/onsi/gomega/commit/f2e65fc89a9236e471ae9832a3e91cc17642ec16"><code>f2e65fc</code></a>
v1.33.0</li>
<li><a
href="https://github.com/onsi/gomega/commit/02e8706354ce9b25c178f841102f76dca6479326"><code>02e8706</code></a>
docs: Receive(POINTER, MATCHER)</li>
<li><a
href="https://github.com/onsi/gomega/commit/ec1f186861bc4fcbe3f2cdb2a1442f81a710ec3e"><code>ec1f186</code></a>
feat: receiver matcher accepting (POINTER, MATCHER), includes unit
tests</li>
<li><a
href="https://github.com/onsi/gomega/commit/9999deb756cb1bf51c547f39ac475ee571e4e056"><code>9999deb</code></a>
Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (<a
href="https://redirect.github.com/onsi/gomega/issues/745">#745</a>)</li>
<li><a
href="https://github.com/onsi/gomega/commit/cb5ff21fc5bb9d0bdfd104474da0094d219f5535"><code>cb5ff21</code></a>
Bump github-pages from 229 to 230 in /docs (<a
href="https://redirect.github.com/onsi/gomega/issues/735">#735</a>)</li>
<li><a
href="https://github.com/onsi/gomega/commit/bac65967dba1b39bf760d42d2ffdee7d2ee567c6"><code>bac6596</code></a>
Bump golang.org/x/net from 0.20.0 to 0.23.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/746">#746</a>)</li>
<li>See full diff in <a
href="https://github.com/onsi/gomega/compare/v1.32.0...v1.33.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `sigs.k8s.io/controller-runtime` from 0.17.2 to 0.18.0
<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.0</h2>
<h2>:warning: Breaking Changes</h2>
<ul>
<li>Bump to k8s.io/* v1.30 (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2693">#2693</a>
<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2754">#2754</a>
<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2765">#2765</a>
<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2776">#2776</a>
<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2786">#2786</a>)</li>
<li>Remove deprecated v1alpha1.ControllerManagerConfiguration (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2648">#2648</a>)</li>
<li>admission.Decoder is now an interface (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2736">#2736</a>)</li>
<li>Source, Event, Predicate, Handler: Add generics support (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2783">#2783</a>
<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2796">#2796</a>)</li>
<li>client: Fix SubResourceCreateOptions signature in subresource client
(<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2766">#2766</a>)</li>
</ul>
<h2>:sparkles: New Features</h2>
<ul>
<li>cache: Add TransformStripManagedFields transform func (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2791">#2791</a>)</li>
<li>client: Add client.WithFieldOwner to configure client-wide
FieldManager (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2771">#2771</a>
<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2777">#2777</a>)</li>
<li>controller: Add <code>NewQueue</code> option (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2767">#2767</a>)</li>
<li>manager: Export HTTP server runnable implementation (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2473">#2473</a>)</li>
<li>metrics/server: Add <code>ListenConfig</code> option (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2519">#2519</a>)</li>
</ul>
<h2>:bug: Bug Fixes</h2>
<ul>
<li>builder/webhook: Return error if For() is used multiple times (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2740">#2740</a>)</li>
<li>cache: Keep selectors when byObject.Namespaces is defaulted (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2747">#2747</a>)</li>
<li>cache: Prevent race when informers are started more than once (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2758">#2758</a>)</li>
<li>fake client: Allow fakeclient to patch CR with no resourceVersion
(<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2725">#2725</a>)</li>
<li>fake client: Do not consider an apply patch to be a strategic merge
patch (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2679">#2679</a>)</li>
<li>manager: Prevent leader election when shutting down a non-elected
manager (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2724">#2724</a>)</li>
<li>manager: Runnable group should check if stopped before enqueueing
(<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2757">#2757</a>)</li>
<li>restmapper: Clean restmapper cache if a version is notFound (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2663">#2663</a>)</li>
<li>restmapper: Fix cache invalidation (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2687">#2687</a>)</li>
</ul>
<h2>:seedling: Others</h2>
<ul>
<li>ci: Add OSSF scorecard action (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2714">#2714</a>)</li>
<li>ci: Improve github actions dependencies versions and permissions (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2715">#2715</a>)</li>
<li>ci: Pin checkout action in golangci-lint action, bump checkout
action, use consistent tag format (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2729">#2729</a>)</li>
<li>ci: Update golangci-lint to v1.57.2 (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2708">#2708</a>
<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2751">#2751</a>)</li>
<li>ci: Update scorecard github action (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2728">#2728</a>)</li>
<li>ci: Use go-install for versioned dependencies (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2710">#2710</a>)</li>
<li>envtest: WaitForDefaultNamespace while starting up envtest (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2668">#2668</a>)</li>
<li>owners: Cleanup owners files (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2730">#2730</a>)</li>
<li>owners: Remove outdated testing framework approvers (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2709">#2709</a>)</li>
<li>predicate: Compare labels and annotations using maps.Equal (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2705">#2705</a>)</li>
<li>typos: Fix typo of CacheReader comment (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2773">#2773</a>)</li>
<li>typos: Fix typo in channel option (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2792">#2792</a>)</li>
<li>typos: Minor typo fixes in docstrings (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2727">#2727</a>)</li>
</ul>
<p>:book: Additionally, there have been 3 contributions to our
documentation and book. (<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2712">#2712</a>,
<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2770">#2770</a>,
<a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2789">#2789</a>)</p>
<h2>Dependencies</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/controller-runtime/commit/ed81fa696dea3c09e41dc88b271819f54d9c2f4c"><code>ed81fa6</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2796">#2796</a>
from alvaroaleman/mark</li>
<li><a
href="https://github.com/kubernetes-sigs/controller-runtime/commit/b35cd6bdeade554626bce990bc467112817db034"><code>b35cd6b</code></a>
:book: Mark Typed Handlers as experimental</li>
<li><a
href="https://github.com/kubernetes-sigs/controller-runtime/commit/b74908fd50f01704785762e94e79484d35ef6814"><code>b74908f</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2793">#2793</a>
from kubernetes-sigs/dependabot/github_actions/actio...</li>
<li><a
href="https://github.com/kubernetes-sigs/controller-runtime/commit/a9db2080313012a448fe3a3c19ba68061be05ab2"><code>a9db208</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2794">#2794</a>
from kubernetes-sigs/dependabot/github_actions/actio...</li>
<li><a
href="https://github.com/kubernetes-sigs/controller-runtime/commit/757ae66f026608084b9585a9319ac1ece428f67d"><code>757ae66</code></a>
:seedling: Bump actions/upload-artifact from 4.3.1 to 4.3.3</li>
<li><a
href="https://github.com/kubernetes-sigs/controller-runtime/commit/18ae9e060c08da38cb59914f86e132c76cf0a761"><code>18ae9e0</code></a>
:seedling: Bump actions/checkout from 4.1.2 to 4.1.3</li>
<li><a
href="https://github.com/kubernetes-sigs/controller-runtime/commit/4f002075bde68476dbe285ffbada1e34fc2f5d0c"><code>4f00207</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2792">#2792</a>
from sbueringer/pr-fix-typo</li>
<li><a
href="https://github.com/kubernetes-sigs/controller-runtime/commit/9fb4913ac8664cb26efc175fb35066b55f404eb2"><code>9fb4913</code></a>
Fix typo in channel option</li>
<li><a
href="https://github.com/kubernetes-sigs/controller-runtime/commit/5823d1b3ecb75b10d168759a7728d4997e863a3e"><code>5823d1b</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2791">#2791</a>
from alvaroaleman/add-default-transform</li>
<li><a
href="https://github.com/kubernetes-sigs/controller-runtime/commit/ae0f6ab152671e6169d71dc0f001611e2c2635a7"><code>ae0f6ab</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2783">#2783</a>
from alvaroaleman/compatible-generics</li>
<li>Additional commits viewable in <a
href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.17.2...v0.18.0">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>
  • Loading branch information
dependabot[bot] authored Apr 25, 2024
1 parent 2ff7417 commit 09bb41c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ require (
github.com/google/go-github/v45 v45.2.0
github.com/hashicorp/vault-client-go v0.4.3
github.com/imdario/mergo v0.3.16
github.com/klauspost/compress v1.17.7
github.com/klauspost/compress v1.17.8
github.com/klauspost/pgzip v1.2.6
github.com/mandelsoft/filepath v0.0.0-20240223090642-3e2777258aa3
github.com/mandelsoft/goutils v0.0.0-20240422120338-5e35748a0391
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.1
github.com/onsi/gomega v1.32.0
github.com/onsi/gomega v1.33.0
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 @@ -77,7 +77,7 @@ 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.17.2
sigs.k8s.io/controller-runtime v0.18.0
sigs.k8s.io/yaml v1.4.0
)

Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,8 @@ github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8/go.mod h1:vgyd7OREkbtVE
github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/klauspost/compress v1.17.7 h1:ehO88t2UGzQK66LMdE8tibEd1ErmzZjNEqWkjLAKQQg=
github.com/klauspost/compress v1.17.7/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw=
github.com/klauspost/compress v1.17.8 h1:YcnTYrq7MikUT7k0Yb5eceMmALQPYBW/Xltxn0NAMnU=
github.com/klauspost/compress v1.17.8/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw=
github.com/klauspost/pgzip v1.2.6 h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU=
github.com/klauspost/pgzip v1.2.6/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQKQE9RUs=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
Expand Down Expand Up @@ -764,8 +764,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.32.0 h1:JRYU78fJ1LPxlckP6Txi/EYqJvjtMrDC04/MM5XRHPk=
github.com/onsi/gomega v1.32.0/go.mod h1:a4x4gW6Pz2yK1MAmvluYme5lvYTn61afQ2ETw/8n4Lg=
github.com/onsi/gomega v1.33.0 h1:snPCflnZrpMsy94p4lXVEkHo12lmPnc3vY5XBbreexE=
github.com/onsi/gomega v1.33.0/go.mod h1:+925n5YtiFsLzzafLUHzVMBpvvRAzrydIBiSIxjX3wY=
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 @@ -1303,8 +1303,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.17.2 h1:FwHwD1CTUemg0pW2otk7/U5/i5m2ymzvOXdbeGOUvw0=
sigs.k8s.io/controller-runtime v0.17.2/go.mod h1:+MngTvIQQQhfXtwfdGw/UOQ/aIaqsYywfCINOtwMO/s=
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/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 09bb41c

Please sign in to comment.