Skip to content

Commit 0e631aa

Browse files
build(deps): Bump the all-go-mod-patch-and-minor group across 2 directories with 1 update (#1350)
Bumps the all-go-mod-patch-and-minor group with 1 update in the / directory: [github.com/samber/lo](https://github.com/samber/lo). Bumps the all-go-mod-patch-and-minor group with 1 update in the /common directory: [github.com/samber/lo](https://github.com/samber/lo). Updates `github.com/samber/lo` from 1.51.0 to 1.52.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/samber/lo/releases">github.com/samber/lo's releases</a>.</em></p> <blockquote> <h2>v1.52.0</h2> <p>Thrilled to announce the latest release of <code>samber/lo</code>!</p> <p>This version brings major improvements:</p> <ul> <li>A new <code>it/</code> sub-package for everything related to the <code>iter</code> package added in Go 1.23. Big up to <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> for its help on this</li> <li>A new documentation -&gt; <a href="https://lo.samber.dev">lo.samber.dev</a></li> <li>Lots of micro fixes and performance improvements</li> <li>Better code quality with many more linters</li> </ul> <p>✨ A good introduction to streams in Go !</p> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>fix(chunk): Copy chunk in a new slice by <a href="https://github.com/samber"><code>@​samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/648">samber/lo#648</a></li> <li>fix(zipx): fix the max length calculation by <a href="https://github.com/samber"><code>@​samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/649">samber/lo#649</a></li> <li>fix(retry): fix potential race condition in debounce callback by <a href="https://github.com/samber"><code>@​samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/650">samber/lo#650</a></li> <li>feature: add Mode function with tests and documentation by <a href="https://github.com/ghosx"><code>@​ghosx</code></a> in <a href="https://redirect.github.com/samber/lo/pull/644">samber/lo#644</a></li> <li>add FilterKeys for map by <a href="https://github.com/rasha108bik"><code>@​rasha108bik</code></a> in <a href="https://redirect.github.com/samber/lo/pull/631">samber/lo#631</a></li> <li>feat: adding FilterValues and fix FilterKeys signature by <a href="https://github.com/samber"><code>@​samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/661">samber/lo#661</a> <a href="https://redirect.github.com/samber/lo/pull/662">samber/lo#662</a></li> <li>fix: more consistent panic strings by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/678">samber/lo#678</a></li> <li>fix: minor example issues by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/676">samber/lo#676</a></li> <li>feat: preserve type alias in DropByIndex and WithoutBy by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/675">samber/lo#675</a></li> <li>feat: adding hassuffix + hasprefix by <a href="https://github.com/samber"><code>@​samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/680">samber/lo#680</a></li> <li>Added Cut, CutPrefix, CutSuffix by <a href="https://github.com/xelavopelk"><code>@​xelavopelk</code></a> in <a href="https://redirect.github.com/samber/lo/pull/666">samber/lo#666</a></li> <li>Add TrimXXX helpers by <a href="https://github.com/samber"><code>@​samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/683">samber/lo#683</a></li> <li>fix(string): fix division by zero by <a href="https://github.com/samber"><code>@​samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/684">samber/lo#684</a></li> <li>fix: avoid recover() if possible by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/685">samber/lo#685</a></li> <li>fix: panic when passing -1 to Drop by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/688">samber/lo#688</a></li> <li>perf: avoid Keyify twice in Trim by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/689">samber/lo#689</a></li> <li>feat: new iter package by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/672">samber/lo#672</a></li> <li>feat: from slice to map with index passed by <a href="https://github.com/mabrarov"><code>@​mabrarov</code></a> in <a href="https://redirect.github.com/samber/lo/pull/697">samber/lo#697</a></li> <li>feat: from slice/iterator to map with index passed by <a href="https://github.com/mabrarov"><code>@​mabrarov</code></a> in <a href="https://redirect.github.com/samber/lo/pull/698">samber/lo#698</a></li> <li>feat(generator): deprecate lo.Generator in favor of go &quot;iter&quot; package by <a href="https://github.com/samber"><code>@​samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/700">samber/lo#700</a></li> <li>perf: optimization of map access by <a href="https://github.com/mabrarov"><code>@​mabrarov</code></a> in <a href="https://redirect.github.com/samber/lo/pull/692">samber/lo#692</a></li> <li>perf: optimize map access everywhere by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/693">samber/lo#693</a></li> </ul> <h2>Tests</h2> <ul> <li>fix(tests): fix flaky time-based tests by <a href="https://github.com/samber"><code>@​samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/699">samber/lo#699</a></li> </ul> <h2>Style</h2> <ul> <li>lint: unit test improvements by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/674">samber/lo#674</a></li> <li>lint: fix CI warnings and avoid named return parameters by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/682">samber/lo#682</a></li> <li>lint: enable 7 more linters by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/686">samber/lo#686</a></li> <li>lint: enable gofumpt extra rules by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/690">samber/lo#690</a></li> <li>Style/rename internal rand by <a href="https://github.com/samber"><code>@​samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/701">samber/lo#701</a></li> <li>lint: Apply testifylint linter recommendations by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/669">samber/lo#669</a></li> <li>Style add golangci config by <a href="https://github.com/samber"><code>@​samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/670">samber/lo#670</a></li> <li>chore: minor whitespace fixes by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/677">samber/lo#677</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/samber/lo/commit/a25c42dbd5103a67ed497b49bfefeaf6bb1df2ee"><code>a25c42d</code></a> bump v1.52.0</li> <li><a href="https://github.com/samber/lo/commit/15ac6249133fb9ecc366d63fa4f73b4512de180c"><code>15ac624</code></a> docs: adding go playground examples to it/ package (<a href="https://redirect.github.com/samber/lo/issues/708">#708</a>)</li> <li><a href="https://github.com/samber/lo/commit/c7e9459a8ba8a164c3ed413fb87f8e88ea40b115"><code>c7e9459</code></a> docs: lots of various doc improvements (<a href="https://redirect.github.com/samber/lo/issues/706">#706</a>)</li> <li><a href="https://github.com/samber/lo/commit/fa2d72448a4343cd220574589849fbc1a44fff62"><code>fa2d724</code></a> doc: add it/mutable/parallel sub-package to llms.txt (<a href="https://redirect.github.com/samber/lo/issues/707">#707</a>)</li> <li><a href="https://github.com/samber/lo/commit/aa3a48daa9ff35e99309ba8ca0f4278b82efc79e"><code>aa3a48d</code></a> fix(doc): add missing &quot;contributing&quot; entry in the menu</li> <li><a href="https://github.com/samber/lo/commit/5def06dac581094370022d0a55993693dff42f64"><code>5def06d</code></a> fix(doc): various hot fixes</li> <li><a href="https://github.com/samber/lo/commit/f9a57ef01de1a8a861e66bf6e3e4a3cd19ae85b7"><code>f9a57ef</code></a> chore(deps-dev): bump typescript from 5.6.3 to 5.9.3 in /docs (<a href="https://redirect.github.com/samber/lo/issues/704">#704</a>)</li> <li><a href="https://github.com/samber/lo/commit/8b8aa284f3650810efd5fed3ad5cedabb932a78a"><code>8b8aa28</code></a> fix(doc): make &quot;iter&quot; package visible in doc sidebar</li> <li><a href="https://github.com/samber/lo/commit/39e418f10e6574f6b78e8c29e74eaba410c28576"><code>39e418f</code></a> doc: adding a &quot;contributing&quot; page</li> <li><a href="https://github.com/samber/lo/commit/1b3cb42cd1357dcc3d77f3e22dacd53767f9acc6"><code>1b3cb42</code></a> fix(doc): improve algolia search</li> <li>Additional commits viewable in <a href="https://github.com/samber/lo/compare/v1.51.0...v1.52.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/samber/lo` from 1.51.0 to 1.52.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/samber/lo/releases">github.com/samber/lo's releases</a>.</em></p> <blockquote> <h2>v1.52.0</h2> <p>Thrilled to announce the latest release of <code>samber/lo</code>!</p> <p>This version brings major improvements:</p> <ul> <li>A new <code>it/</code> sub-package for everything related to the <code>iter</code> package added in Go 1.23. Big up to <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> for its help on this</li> <li>A new documentation -&gt; <a href="https://lo.samber.dev">lo.samber.dev</a></li> <li>Lots of micro fixes and performance improvements</li> <li>Better code quality with many more linters</li> </ul> <p>✨ A good introduction to streams in Go !</p> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>fix(chunk): Copy chunk in a new slice by <a href="https://github.com/samber"><code>@​samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/648">samber/lo#648</a></li> <li>fix(zipx): fix the max length calculation by <a href="https://github.com/samber"><code>@​samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/649">samber/lo#649</a></li> <li>fix(retry): fix potential race condition in debounce callback by <a href="https://github.com/samber"><code>@​samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/650">samber/lo#650</a></li> <li>feature: add Mode function with tests and documentation by <a href="https://github.com/ghosx"><code>@​ghosx</code></a> in <a href="https://redirect.github.com/samber/lo/pull/644">samber/lo#644</a></li> <li>add FilterKeys for map by <a href="https://github.com/rasha108bik"><code>@​rasha108bik</code></a> in <a href="https://redirect.github.com/samber/lo/pull/631">samber/lo#631</a></li> <li>feat: adding FilterValues and fix FilterKeys signature by <a href="https://github.com/samber"><code>@​samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/661">samber/lo#661</a> <a href="https://redirect.github.com/samber/lo/pull/662">samber/lo#662</a></li> <li>fix: more consistent panic strings by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/678">samber/lo#678</a></li> <li>fix: minor example issues by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/676">samber/lo#676</a></li> <li>feat: preserve type alias in DropByIndex and WithoutBy by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/675">samber/lo#675</a></li> <li>feat: adding hassuffix + hasprefix by <a href="https://github.com/samber"><code>@​samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/680">samber/lo#680</a></li> <li>Added Cut, CutPrefix, CutSuffix by <a href="https://github.com/xelavopelk"><code>@​xelavopelk</code></a> in <a href="https://redirect.github.com/samber/lo/pull/666">samber/lo#666</a></li> <li>Add TrimXXX helpers by <a href="https://github.com/samber"><code>@​samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/683">samber/lo#683</a></li> <li>fix(string): fix division by zero by <a href="https://github.com/samber"><code>@​samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/684">samber/lo#684</a></li> <li>fix: avoid recover() if possible by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/685">samber/lo#685</a></li> <li>fix: panic when passing -1 to Drop by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/688">samber/lo#688</a></li> <li>perf: avoid Keyify twice in Trim by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/689">samber/lo#689</a></li> <li>feat: new iter package by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/672">samber/lo#672</a></li> <li>feat: from slice to map with index passed by <a href="https://github.com/mabrarov"><code>@​mabrarov</code></a> in <a href="https://redirect.github.com/samber/lo/pull/697">samber/lo#697</a></li> <li>feat: from slice/iterator to map with index passed by <a href="https://github.com/mabrarov"><code>@​mabrarov</code></a> in <a href="https://redirect.github.com/samber/lo/pull/698">samber/lo#698</a></li> <li>feat(generator): deprecate lo.Generator in favor of go &quot;iter&quot; package by <a href="https://github.com/samber"><code>@​samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/700">samber/lo#700</a></li> <li>perf: optimization of map access by <a href="https://github.com/mabrarov"><code>@​mabrarov</code></a> in <a href="https://redirect.github.com/samber/lo/pull/692">samber/lo#692</a></li> <li>perf: optimize map access everywhere by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/693">samber/lo#693</a></li> </ul> <h2>Tests</h2> <ul> <li>fix(tests): fix flaky time-based tests by <a href="https://github.com/samber"><code>@​samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/699">samber/lo#699</a></li> </ul> <h2>Style</h2> <ul> <li>lint: unit test improvements by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/674">samber/lo#674</a></li> <li>lint: fix CI warnings and avoid named return parameters by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/682">samber/lo#682</a></li> <li>lint: enable 7 more linters by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/686">samber/lo#686</a></li> <li>lint: enable gofumpt extra rules by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/690">samber/lo#690</a></li> <li>Style/rename internal rand by <a href="https://github.com/samber"><code>@​samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/701">samber/lo#701</a></li> <li>lint: Apply testifylint linter recommendations by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/669">samber/lo#669</a></li> <li>Style add golangci config by <a href="https://github.com/samber"><code>@​samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/670">samber/lo#670</a></li> <li>chore: minor whitespace fixes by <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a> in <a href="https://redirect.github.com/samber/lo/pull/677">samber/lo#677</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/samber/lo/commit/a25c42dbd5103a67ed497b49bfefeaf6bb1df2ee"><code>a25c42d</code></a> bump v1.52.0</li> <li><a href="https://github.com/samber/lo/commit/15ac6249133fb9ecc366d63fa4f73b4512de180c"><code>15ac624</code></a> docs: adding go playground examples to it/ package (<a href="https://redirect.github.com/samber/lo/issues/708">#708</a>)</li> <li><a href="https://github.com/samber/lo/commit/c7e9459a8ba8a164c3ed413fb87f8e88ea40b115"><code>c7e9459</code></a> docs: lots of various doc improvements (<a href="https://redirect.github.com/samber/lo/issues/706">#706</a>)</li> <li><a href="https://github.com/samber/lo/commit/fa2d72448a4343cd220574589849fbc1a44fff62"><code>fa2d724</code></a> doc: add it/mutable/parallel sub-package to llms.txt (<a href="https://redirect.github.com/samber/lo/issues/707">#707</a>)</li> <li><a href="https://github.com/samber/lo/commit/aa3a48daa9ff35e99309ba8ca0f4278b82efc79e"><code>aa3a48d</code></a> fix(doc): add missing &quot;contributing&quot; entry in the menu</li> <li><a href="https://github.com/samber/lo/commit/5def06dac581094370022d0a55993693dff42f64"><code>5def06d</code></a> fix(doc): various hot fixes</li> <li><a href="https://github.com/samber/lo/commit/f9a57ef01de1a8a861e66bf6e3e4a3cd19ae85b7"><code>f9a57ef</code></a> chore(deps-dev): bump typescript from 5.6.3 to 5.9.3 in /docs (<a href="https://redirect.github.com/samber/lo/issues/704">#704</a>)</li> <li><a href="https://github.com/samber/lo/commit/8b8aa284f3650810efd5fed3ad5cedabb932a78a"><code>8b8aa28</code></a> fix(doc): make &quot;iter&quot; package visible in doc sidebar</li> <li><a href="https://github.com/samber/lo/commit/39e418f10e6574f6b78e8c29e74eaba410c28576"><code>39e418f</code></a> doc: adding a &quot;contributing&quot; page</li> <li><a href="https://github.com/samber/lo/commit/1b3cb42cd1357dcc3d77f3e22dacd53767f9acc6"><code>1b3cb42</code></a> fix(doc): improve algolia search</li> <li>Additional commits viewable in <a href="https://github.com/samber/lo/compare/v1.51.0...v1.52.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e059bb5 commit 0e631aa

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

common/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/go-logr/logr v1.4.3
1313
github.com/onsi/ginkgo/v2 v2.26.0
1414
github.com/onsi/gomega v1.38.2
15-
github.com/samber/lo v1.51.0
15+
github.com/samber/lo v1.52.0
1616
github.com/spf13/pflag v1.0.10
1717
github.com/stretchr/testify v1.11.1
1818
gomodules.xyz/jsonpatch/v2 v2.5.0

common/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoG
134134
github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII=
135135
github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o=
136136
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
137-
github.com/samber/lo v1.51.0 h1:kysRYLbHy/MB7kQZf5DSN50JHmMsNEdeY24VzJFu7wI=
138-
github.com/samber/lo v1.51.0/go.mod h1:4+MXEGsJzbKGaUEQFKBq2xtfuznW9oz/WrgyzMzRoM0=
137+
github.com/samber/lo v1.52.0 h1:Rvi+3BFHES3A8meP33VPAxiBZX/Aws5RxrschYGjomw=
138+
github.com/samber/lo v1.52.0/go.mod h1:4+MXEGsJzbKGaUEQFKBq2xtfuznW9oz/WrgyzMzRoM0=
139139
github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
140140
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
141141
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/onsi/gomega v1.38.2
3030
github.com/pkg/errors v0.9.1
3131
github.com/regclient/regclient v0.9.2
32-
github.com/samber/lo v1.51.0
32+
github.com/samber/lo v1.52.0
3333
github.com/spf13/pflag v1.0.10
3434
github.com/stretchr/testify v1.11.1
3535
gopkg.in/yaml.v2 v2.4.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWN
302302
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
303303
github.com/sagikazarmark/locafero v0.7.0 h1:5MqpDsTGNDhY8sGp0Aowyf0qKsPrhewaLSsFaodPcyo=
304304
github.com/sagikazarmark/locafero v0.7.0/go.mod h1:2za3Cg5rMaTMoG/2Ulr9AwtFaIppKXTRYnozin4aB5k=
305-
github.com/samber/lo v1.51.0 h1:kysRYLbHy/MB7kQZf5DSN50JHmMsNEdeY24VzJFu7wI=
306-
github.com/samber/lo v1.51.0/go.mod h1:4+MXEGsJzbKGaUEQFKBq2xtfuznW9oz/WrgyzMzRoM0=
305+
github.com/samber/lo v1.52.0 h1:Rvi+3BFHES3A8meP33VPAxiBZX/Aws5RxrschYGjomw=
306+
github.com/samber/lo v1.52.0/go.mod h1:4+MXEGsJzbKGaUEQFKBq2xtfuznW9oz/WrgyzMzRoM0=
307307
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=
308308
github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME=
309309
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=

0 commit comments

Comments
 (0)