Skip to content

Commit 5443447

Browse files
fix(deps): update module github.com/deckarep/golang-set/v2 to v2.8.0 (#1530)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/deckarep/golang-set/v2](https://redirect.github.com/deckarep/golang-set) | require | minor | `v2.7.0` -> `v2.8.0` | --- ### Release Notes <details> <summary>deckarep/golang-set (github.com/deckarep/golang-set/v2)</summary> ### [`v2.8.0`](https://redirect.github.com/deckarep/golang-set/releases/tag/v2.8.0): - Now support for Go 1.23+ iterators [Compare Source](https://redirect.github.com/deckarep/golang-set/compare/v2.7.0...v2.8.0) This change brings support for Go's new flavor of iterators. Additionally, a convenience method was added for `ContainsAnyElement` and a fix to spelling. Please visit [this issue](https://redirect.github.com/deckarep/golang-set/issues/141) for a deeper context on how this works for newer versions of Go vs older versions of Go. Cheers! #### What's Changed - chore: fix typo by [@&#8203;standstaff](https://redirect.github.com/standstaff) in [https://github.com/deckarep/golang-set/pull/150](https://redirect.github.com/deckarep/golang-set/pull/150) - feat: add ContainsAnyElement method by [@&#8203;Y7n05h](https://redirect.github.com/Y7n05h) in [https://github.com/deckarep/golang-set/pull/149](https://redirect.github.com/deckarep/golang-set/pull/149) - Support 1.23 iterator for set by [@&#8203;amikai](https://redirect.github.com/amikai) in [https://github.com/deckarep/golang-set/pull/140](https://redirect.github.com/deckarep/golang-set/pull/140) #### New Contributors - [@&#8203;standstaff](https://redirect.github.com/standstaff) made their first contribution in [https://github.com/deckarep/golang-set/pull/150](https://redirect.github.com/deckarep/golang-set/pull/150) - [@&#8203;Y7n05h](https://redirect.github.com/Y7n05h) made their first contribution in [https://github.com/deckarep/golang-set/pull/149](https://redirect.github.com/deckarep/golang-set/pull/149) - [@&#8203;amikai](https://redirect.github.com/amikai) made their first contribution in [https://github.com/deckarep/golang-set/pull/140](https://redirect.github.com/deckarep/golang-set/pull/140) **Full Changelog**: deckarep/golang-set@v2.7.0...v2.8.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 5bca397 commit 5443447

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/bazelbuild/bazel-gazelle v0.42.0
1212
github.com/bazelbuild/buildtools v0.0.0-20240918101019-be1c24cc9a44
1313
github.com/creasty/defaults v1.8.0
14-
github.com/deckarep/golang-set/v2 v2.7.0
14+
github.com/deckarep/golang-set/v2 v2.8.0
1515
github.com/spf13/cobra v1.9.1
1616
github.com/stretchr/testify v1.10.0
1717
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ github.com/creasty/defaults v1.8.0 h1:z27FJxCAa0JKt3utc0sCImAEb+spPucmKoOdLHvHYK
1111
github.com/creasty/defaults v1.8.0/go.mod h1:iGzKe6pbEHnpMPtfDXZEr0NVxWnPTjb1bbDy08fPzYM=
1212
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
1313
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
14-
github.com/deckarep/golang-set/v2 v2.7.0 h1:gIloKvD7yH2oip4VLhsv3JyLLFnC0Y2mlusgcvJYW5k=
15-
github.com/deckarep/golang-set/v2 v2.7.0/go.mod h1:VAky9rY/yGXJOLEDv3OMci+7wtDpOF4IN+y82NBOac4=
14+
github.com/deckarep/golang-set/v2 v2.8.0 h1:swm0rlPCmdWn9mESxKOjWk8hXSqoxOp+ZlfuyaAdFlQ=
15+
github.com/deckarep/golang-set/v2 v2.8.0/go.mod h1:VAky9rY/yGXJOLEDv3OMci+7wtDpOF4IN+y82NBOac4=
1616
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
1717
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
1818
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=

go_deps.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ def swift_bazel_go_dependencies():
6767
name = "com_github_deckarep_golang_set_v2",
6868
build_external = "external",
6969
importpath = "github.com/deckarep/golang-set/v2",
70-
sum = "h1:gIloKvD7yH2oip4VLhsv3JyLLFnC0Y2mlusgcvJYW5k=",
71-
version = "v2.7.0",
70+
sum = "h1:swm0rlPCmdWn9mESxKOjWk8hXSqoxOp+ZlfuyaAdFlQ=",
71+
version = "v2.8.0",
7272
)
7373
maybe(
7474
go_repository,

0 commit comments

Comments
 (0)