Skip to content

Commit ebe71c7

Browse files
build(deps): Bump the all-go-mod-patch-and-minor group across 2 directories with 1 update (#1160)
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.50.0 to 1.51.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.51.0</h2> <h2>What's Changed</h2> <ul> <li>Fixed the error in the usage example of lo.Latest in readme.md by <a href="https://github.com/ghosx"><code>@​ghosx</code></a> in <a href="https://redirect.github.com/samber/lo/pull/627">samber/lo#627</a></li> <li>feat(assertions): add <code>Assert</code> and <code>Assertf</code> by <a href="https://github.com/your-diary"><code>@​your-diary</code></a> in <a href="https://redirect.github.com/samber/lo/pull/638">samber/lo#638</a></li> </ul> <h2>Doc</h2> <ul> <li>docs: Add a more precise description to the Ellipsis function by <a href="https://github.com/mengxunQAQ"><code>@​mengxunQAQ</code></a> in <a href="https://redirect.github.com/samber/lo/pull/635">samber/lo#635</a></li> <li>docs: Fix description for LastOrEmpty and LastOr by <a href="https://github.com/vaihtovirta"><code>@​vaihtovirta</code></a> in <a href="https://redirect.github.com/samber/lo/pull/636">samber/lo#636</a></li> <li>docs: fix wrong variable name for mutable map example by <a href="https://github.com/sunjayaali"><code>@​sunjayaali</code></a> in <a href="https://redirect.github.com/samber/lo/pull/637">samber/lo#637</a></li> </ul> <h2>Dependencies</h2> <ul> <li>fix(ci): correct cleanup deps - remove all *_test.go files using find by <a href="https://github.com/d-enk"><code>@​d-enk</code></a> in <a href="https://redirect.github.com/samber/lo/pull/630">samber/lo#630</a></li> <li>Revert &quot;chore(deps): bump golang.org/x/text from 0.22.0 to 0.24.0&quot; by <a href="https://github.com/samber"><code>@​samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/626">samber/lo#626</a></li> <li>chore(deps): bump golang.org/x/text from 0.22.0 to 0.24.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/samber/lo/pull/625">samber/lo#625</a></li> <li>chore(deps): bump golangci/golangci-lint-action from 7 to 8 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/samber/lo/pull/628">samber/lo#628</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ghosx"><code>@​ghosx</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/627">samber/lo#627</a></li> <li><a href="https://github.com/mengxunQAQ"><code>@​mengxunQAQ</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/635">samber/lo#635</a></li> <li><a href="https://github.com/vaihtovirta"><code>@​vaihtovirta</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/636">samber/lo#636</a></li> <li><a href="https://github.com/your-diary"><code>@​your-diary</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/638">samber/lo#638</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/samber/lo/compare/v1.50.0...v1.51.0">https://github.com/samber/lo/compare/v1.50.0...v1.51.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/samber/lo/commit/203faca3e63ada4ffb14ade8cf8f01667e545f4b"><code>203faca</code></a> bump v1.51.0</li> <li><a href="https://github.com/samber/lo/commit/49f24de9198ce4500df6cbef3260066bf777da74"><code>49f24de</code></a> style: merge assertion.go and errors.go</li> <li><a href="https://github.com/samber/lo/commit/e9281d8a66b81f2140047ba4508f57cc0b2dd4da"><code>e9281d8</code></a> feat(assertions): add <code>Assert</code> and <code>Assertf</code> (<a href="https://redirect.github.com/samber/lo/issues/638">#638</a>)</li> <li><a href="https://github.com/samber/lo/commit/2b57de74f4f23dbd076af9fd79827843bab1b20c"><code>2b57de7</code></a> docs: fix wrong variable name for mutable map example (<a href="https://redirect.github.com/samber/lo/issues/637">#637</a>)</li> <li><a href="https://github.com/samber/lo/commit/f2cfb22748fe13597784f5fffa0aa8f2a2acc97e"><code>f2cfb22</code></a> docs: Fix description for LastOrEmpty and LastOr (<a href="https://redirect.github.com/samber/lo/issues/636">#636</a>)</li> <li><a href="https://github.com/samber/lo/commit/52ad90c4055b33b96050ed0d76f552e2cbd98719"><code>52ad90c</code></a> doc: Improve comment for lo.Ellipsis</li> <li><a href="https://github.com/samber/lo/commit/f1dce8f5e70aebd5cc413b33b138cdbbdd7aafa6"><code>f1dce8f</code></a> docs: Add a more precise description to the Ellipsis function to prevent misu...</li> <li><a href="https://github.com/samber/lo/commit/a9a589c4d5cb57ef63edddca5fe39f2e61e37f1f"><code>a9a589c</code></a> fix(ci): correct cleanup deps - remove all *_test.go files using find (<a href="https://redirect.github.com/samber/lo/issues/630">#630</a>)</li> <li><a href="https://github.com/samber/lo/commit/975e8374660f339f882a61ca81b3afd9cb6e893a"><code>975e837</code></a> chore(deps): bump golangci/golangci-lint-action from 7 to 8 (<a href="https://redirect.github.com/samber/lo/issues/628">#628</a>)</li> <li><a href="https://github.com/samber/lo/commit/3a534ad9b43001a6ba9c902a9d93fe2c4f3496d7"><code>3a534ad</code></a> Fixed the error in the usage example of lo.Latest in readme.md (<a href="https://redirect.github.com/samber/lo/issues/627">#627</a>)</li> <li>Additional commits viewable in <a href="https://github.com/samber/lo/compare/v1.50.0...v1.51.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/samber/lo` from 1.50.0 to 1.51.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.51.0</h2> <h2>What's Changed</h2> <ul> <li>Fixed the error in the usage example of lo.Latest in readme.md by <a href="https://github.com/ghosx"><code>@​ghosx</code></a> in <a href="https://redirect.github.com/samber/lo/pull/627">samber/lo#627</a></li> <li>feat(assertions): add <code>Assert</code> and <code>Assertf</code> by <a href="https://github.com/your-diary"><code>@​your-diary</code></a> in <a href="https://redirect.github.com/samber/lo/pull/638">samber/lo#638</a></li> </ul> <h2>Doc</h2> <ul> <li>docs: Add a more precise description to the Ellipsis function by <a href="https://github.com/mengxunQAQ"><code>@​mengxunQAQ</code></a> in <a href="https://redirect.github.com/samber/lo/pull/635">samber/lo#635</a></li> <li>docs: Fix description for LastOrEmpty and LastOr by <a href="https://github.com/vaihtovirta"><code>@​vaihtovirta</code></a> in <a href="https://redirect.github.com/samber/lo/pull/636">samber/lo#636</a></li> <li>docs: fix wrong variable name for mutable map example by <a href="https://github.com/sunjayaali"><code>@​sunjayaali</code></a> in <a href="https://redirect.github.com/samber/lo/pull/637">samber/lo#637</a></li> </ul> <h2>Dependencies</h2> <ul> <li>fix(ci): correct cleanup deps - remove all *_test.go files using find by <a href="https://github.com/d-enk"><code>@​d-enk</code></a> in <a href="https://redirect.github.com/samber/lo/pull/630">samber/lo#630</a></li> <li>Revert &quot;chore(deps): bump golang.org/x/text from 0.22.0 to 0.24.0&quot; by <a href="https://github.com/samber"><code>@​samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/626">samber/lo#626</a></li> <li>chore(deps): bump golang.org/x/text from 0.22.0 to 0.24.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/samber/lo/pull/625">samber/lo#625</a></li> <li>chore(deps): bump golangci/golangci-lint-action from 7 to 8 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/samber/lo/pull/628">samber/lo#628</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ghosx"><code>@​ghosx</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/627">samber/lo#627</a></li> <li><a href="https://github.com/mengxunQAQ"><code>@​mengxunQAQ</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/635">samber/lo#635</a></li> <li><a href="https://github.com/vaihtovirta"><code>@​vaihtovirta</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/636">samber/lo#636</a></li> <li><a href="https://github.com/your-diary"><code>@​your-diary</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/638">samber/lo#638</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/samber/lo/compare/v1.50.0...v1.51.0">https://github.com/samber/lo/compare/v1.50.0...v1.51.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/samber/lo/commit/203faca3e63ada4ffb14ade8cf8f01667e545f4b"><code>203faca</code></a> bump v1.51.0</li> <li><a href="https://github.com/samber/lo/commit/49f24de9198ce4500df6cbef3260066bf777da74"><code>49f24de</code></a> style: merge assertion.go and errors.go</li> <li><a href="https://github.com/samber/lo/commit/e9281d8a66b81f2140047ba4508f57cc0b2dd4da"><code>e9281d8</code></a> feat(assertions): add <code>Assert</code> and <code>Assertf</code> (<a href="https://redirect.github.com/samber/lo/issues/638">#638</a>)</li> <li><a href="https://github.com/samber/lo/commit/2b57de74f4f23dbd076af9fd79827843bab1b20c"><code>2b57de7</code></a> docs: fix wrong variable name for mutable map example (<a href="https://redirect.github.com/samber/lo/issues/637">#637</a>)</li> <li><a href="https://github.com/samber/lo/commit/f2cfb22748fe13597784f5fffa0aa8f2a2acc97e"><code>f2cfb22</code></a> docs: Fix description for LastOrEmpty and LastOr (<a href="https://redirect.github.com/samber/lo/issues/636">#636</a>)</li> <li><a href="https://github.com/samber/lo/commit/52ad90c4055b33b96050ed0d76f552e2cbd98719"><code>52ad90c</code></a> doc: Improve comment for lo.Ellipsis</li> <li><a href="https://github.com/samber/lo/commit/f1dce8f5e70aebd5cc413b33b138cdbbdd7aafa6"><code>f1dce8f</code></a> docs: Add a more precise description to the Ellipsis function to prevent misu...</li> <li><a href="https://github.com/samber/lo/commit/a9a589c4d5cb57ef63edddca5fe39f2e61e37f1f"><code>a9a589c</code></a> fix(ci): correct cleanup deps - remove all *_test.go files using find (<a href="https://redirect.github.com/samber/lo/issues/630">#630</a>)</li> <li><a href="https://github.com/samber/lo/commit/975e8374660f339f882a61ca81b3afd9cb6e893a"><code>975e837</code></a> chore(deps): bump golangci/golangci-lint-action from 7 to 8 (<a href="https://redirect.github.com/samber/lo/issues/628">#628</a>)</li> <li><a href="https://github.com/samber/lo/commit/3a534ad9b43001a6ba9c902a9d93fe2c4f3496d7"><code>3a534ad</code></a> Fixed the error in the usage example of lo.Latest in readme.md (<a href="https://redirect.github.com/samber/lo/issues/627">#627</a>)</li> <li>Additional commits viewable in <a href="https://github.com/samber/lo/compare/v1.50.0...v1.51.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>
1 parent e0ec4be commit ebe71c7

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.23.4
1414
github.com/onsi/gomega v1.37.0
15-
github.com/samber/lo v1.50.0
15+
github.com/samber/lo v1.51.0
1616
github.com/spf13/pflag v1.0.6
1717
github.com/stretchr/testify v1.10.0
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
@@ -118,8 +118,8 @@ github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoG
118118
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
119119
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
120120
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
121-
github.com/samber/lo v1.50.0 h1:XrG0xOeHs+4FQ8gJR97zDz5uOFMW7OwFWiFVzqopKgY=
122-
github.com/samber/lo v1.50.0/go.mod h1:RjZyNk6WSnUFRKK6EyOhsRJMqft3G+pg7dCWHQCWvsc=
121+
github.com/samber/lo v1.51.0 h1:kysRYLbHy/MB7kQZf5DSN50JHmMsNEdeY24VzJFu7wI=
122+
github.com/samber/lo v1.51.0/go.mod h1:4+MXEGsJzbKGaUEQFKBq2xtfuznW9oz/WrgyzMzRoM0=
123123
github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
124124
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
125125
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/onsi/ginkgo/v2 v2.23.4
2828
github.com/onsi/gomega v1.37.0
2929
github.com/pkg/errors v0.9.1
30-
github.com/samber/lo v1.50.0
30+
github.com/samber/lo v1.51.0
3131
github.com/spf13/pflag v1.0.6
3232
github.com/stretchr/testify v1.10.0
3333
gopkg.in/yaml.v2 v2.4.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99
238238
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
239239
github.com/sagikazarmark/locafero v0.7.0 h1:5MqpDsTGNDhY8sGp0Aowyf0qKsPrhewaLSsFaodPcyo=
240240
github.com/sagikazarmark/locafero v0.7.0/go.mod h1:2za3Cg5rMaTMoG/2Ulr9AwtFaIppKXTRYnozin4aB5k=
241-
github.com/samber/lo v1.50.0 h1:XrG0xOeHs+4FQ8gJR97zDz5uOFMW7OwFWiFVzqopKgY=
242-
github.com/samber/lo v1.50.0/go.mod h1:RjZyNk6WSnUFRKK6EyOhsRJMqft3G+pg7dCWHQCWvsc=
241+
github.com/samber/lo v1.51.0 h1:kysRYLbHy/MB7kQZf5DSN50JHmMsNEdeY24VzJFu7wI=
242+
github.com/samber/lo v1.51.0/go.mod h1:4+MXEGsJzbKGaUEQFKBq2xtfuznW9oz/WrgyzMzRoM0=
243243
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=
244244
github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME=
245245
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=

0 commit comments

Comments
 (0)