Skip to content

Commit 3856071

Browse files
dependabot[bot]monty-botjoshjennings98
authored
⬆️ Bump github.com/deckarep/golang-set/v2 from 2.8.0 to 2.9.0 in /utils (#855)
Bumps [github.com/deckarep/golang-set/v2](https://github.com/deckarep/golang-set) from 2.8.0 to 2.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/deckarep/golang-set/releases">github.com/deckarep/golang-set/v2's releases</a>.</em></p> <blockquote> <h2>v2.9.0 - Reduce allocations, new PopN method, BSON support, deadlock fix</h2> <h2>What's Changed</h2> <ul> <li>Deadlock: if the callback on Each panics and the app has a recovery - issue 163 by <a href="https://github.com/deckarep"><code>@​deckarep</code></a> in <a href="https://redirect.github.com/deckarep/golang-set/pull/164">deckarep/golang-set#164</a></li> <li>Implement BSON Marshaler support by <a href="https://github.com/ryclarke"><code>@​ryclarke</code></a> in <a href="https://redirect.github.com/deckarep/golang-set/pull/142">deckarep/golang-set#142</a></li> <li>feat: add PopN method to remove multiple arbitrary items from set by <a href="https://github.com/lazychanger"><code>@​lazychanger</code></a> in <a href="https://redirect.github.com/deckarep/golang-set/pull/166">deckarep/golang-set#166</a></li> <li>Specify Map Capacity for Sets by <a href="https://github.com/mai7star"><code>@​mai7star</code></a> in <a href="https://redirect.github.com/deckarep/golang-set/pull/171">deckarep/golang-set#171</a></li> <li>Add update notes for version 2.9.0 by <a href="https://github.com/deckarep"><code>@​deckarep</code></a> in <a href="https://redirect.github.com/deckarep/golang-set/pull/174">deckarep/golang-set#174</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/lazychanger"><code>@​lazychanger</code></a> made their first contribution in <a href="https://redirect.github.com/deckarep/golang-set/pull/166">deckarep/golang-set#166</a></li> <li><a href="https://github.com/mai7star"><code>@​mai7star</code></a> made their first contribution in <a href="https://redirect.github.com/deckarep/golang-set/pull/171">deckarep/golang-set#171</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/deckarep/golang-set/compare/v2.8.0...v2.9.0">https://github.com/deckarep/golang-set/compare/v2.8.0...v2.9.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/deckarep/golang-set/commit/006faa100ef8106e49ab0760324dfb188f6ca75e"><code>006faa1</code></a> Add update notes for version 2.9.0 (<a href="https://redirect.github.com/deckarep/golang-set/issues/174">#174</a>)</li> <li><a href="https://github.com/deckarep/golang-set/commit/8ec73b46709af31acda9d059f0269c5adfa27e64"><code>8ec73b4</code></a> 事前割当数を修正 (<a href="https://redirect.github.com/deckarep/golang-set/issues/171">#171</a>)</li> <li><a href="https://github.com/deckarep/golang-set/commit/53cf14d3dae71fce2cb370721c20b0c9b222f3fa"><code>53cf14d</code></a> feat: add PopN method to remove multiple arbitrary items from set (<a href="https://redirect.github.com/deckarep/golang-set/issues/166">#166</a>)</li> <li><a href="https://github.com/deckarep/golang-set/commit/ded19ef48ea4f1d179c14a3628b92b07db6efaf1"><code>ded19ef</code></a> Implement BSON Marshaler support (<a href="https://redirect.github.com/deckarep/golang-set/issues/142">#142</a>)</li> <li><a href="https://github.com/deckarep/golang-set/commit/9480c3eb4dae7f17ca7edac65e4b48690c199993"><code>9480c3e</code></a> Deadlock: if the callback on Each panics and the app has a recovery - issue 1...</li> <li>See full diff in <a href="https://github.com/deckarep/golang-set/compare/v2.8.0...v2.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/deckarep/golang-set/v2&package-manager=go_modules&previous-version=2.8.0&new-version=2.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Monty Bot <monty-bot@arm.com> Co-authored-by: Josh <josh.jennings@arm.com>
1 parent 0d268c8 commit 3856071

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

changes/20260421101500.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: v2-2.9.0

utils/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/avast/retry-go/v4 v4.7.0
99
github.com/bmatcuk/doublestar/v3 v3.0.0
1010
github.com/bombsimon/logrusr/v4 v4.1.0
11-
github.com/deckarep/golang-set/v2 v2.8.0
11+
github.com/deckarep/golang-set/v2 v2.9.0
1212
github.com/djherbis/times v1.6.0
1313
github.com/dolmen-go/contextio v1.0.0
1414
github.com/evanphx/hclogr v0.2.0
@@ -104,6 +104,7 @@ require (
104104
github.com/tklauser/numcpus v0.11.0 // indirect
105105
github.com/xanzy/ssh-agent v0.3.3 // indirect
106106
github.com/yusufpapurcu/wmi v1.2.4 // indirect
107+
go.mongodb.org/mongo-driver v1.17.4 // indirect
107108
go.uber.org/multierr v1.10.0 // indirect
108109
go.yaml.in/yaml/v3 v3.0.4 // indirect
109110
golang.org/x/tools v0.43.0 // indirect

utils/go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
3636
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3737
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
3838
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
39-
github.com/deckarep/golang-set/v2 v2.8.0 h1:swm0rlPCmdWn9mESxKOjWk8hXSqoxOp+ZlfuyaAdFlQ=
40-
github.com/deckarep/golang-set/v2 v2.8.0/go.mod h1:VAky9rY/yGXJOLEDv3OMci+7wtDpOF4IN+y82NBOac4=
39+
github.com/deckarep/golang-set/v2 v2.9.0 h1:prva4eP9UysWagLyKrtn074ughi0NnkIf0A4M5yOCKI=
40+
github.com/deckarep/golang-set/v2 v2.9.0/go.mod h1:EWknQXbs0mcFpat2QOoXV0Ee57cD+w6ZEN76BR2JVrM=
4141
github.com/djherbis/times v1.6.0 h1:w2ctJ92J8fBvWPxugmXIv7Nz7Q3iDMKNx9v5ocVH20c=
4242
github.com/djherbis/times v1.6.0/go.mod h1:gOHeRAz2h+VJNZ5Gmc/o7iD9k4wW7NMVqieYCY99oc0=
4343
github.com/dmarkham/enumer v1.6.3 h1:B4aV4OsfzbrS5rvjILt4mMjiWBA//cKxJUMsvHZ8mEI=
@@ -261,6 +261,8 @@ github.com/yusufpapurcu/wmi v1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo
261261
github.com/yusufpapurcu/wmi v1.2.4/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0=
262262
github.com/zalando/go-keyring v0.2.8 h1:6sD/Ucpl7jNq10rM2pgqTs0sZ9V3qMrqfIIy5YPccHs=
263263
github.com/zalando/go-keyring v0.2.8/go.mod h1:tsMo+VpRq5NGyKfxoBVjCuMrG47yj8cmakZDO5QGii0=
264+
go.mongodb.org/mongo-driver v1.17.4 h1:jUorfmVzljjr0FLzYQsGP8cgN/qzzxlY9Vh0C9KFXVw=
265+
go.mongodb.org/mongo-driver v1.17.4/go.mod h1:Hy04i7O2kC4RS06ZrhPRqj/u4DTYkFDAAccj+rVKqgQ=
264266
go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE=
265267
go.uber.org/atomic v1.11.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0=
266268
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=

0 commit comments

Comments
 (0)