Skip to content

Commit fd4fe6d

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Botcgrindel
authored
fix(deps): update module github.com/deckarep/golang-set/v2 to v2.5.0 (#777)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/deckarep/golang-set/v2](https://togithub.com/deckarep/golang-set) | require | minor | `v2.4.0` -> `v2.5.0` | --- ### Release Notes <details> <summary>deckarep/golang-set (github.com/deckarep/golang-set/v2)</summary> ### [`v2.5.0`](https://togithub.com/deckarep/golang-set/releases/tag/v2.5.0): - Adds generic Sorted method to easily get elements into a sorted slice. [Compare Source](https://togithub.com/deckarep/golang-set/compare/v2.4.0...v2.5.0) #### What's Changed - Add Sorted method - easily get elements of a set into a sorted slice. - Move to own file that can be build tagged - Also test go 1.21 #### Full Changelog </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://togithub.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com> Co-authored-by: Chuck Grindel <[email protected]>
1 parent a0c249d commit fd4fe6d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

MODULE.bazel.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/bazelbuild/bazel-gazelle v0.34.0
99
github.com/bazelbuild/buildtools v0.0.0-20231017121127-23aa65d4e117
1010
github.com/creasty/defaults v1.7.0
11-
github.com/deckarep/golang-set/v2 v2.4.0
11+
github.com/deckarep/golang-set/v2 v2.5.0
1212
github.com/stretchr/testify v1.8.4
1313
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
1414
golang.org/x/text v0.14.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ github.com/creasty/defaults v1.7.0 h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdB
1515
github.com/creasty/defaults v1.7.0/go.mod h1:iGzKe6pbEHnpMPtfDXZEr0NVxWnPTjb1bbDy08fPzYM=
1616
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
1717
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
18-
github.com/deckarep/golang-set/v2 v2.4.0 h1:DnfgWKdhvHM8Kihdw9fKWXd08EdsPiyoHsk5bfsmkNI=
19-
github.com/deckarep/golang-set/v2 v2.4.0/go.mod h1:VAky9rY/yGXJOLEDv3OMci+7wtDpOF4IN+y82NBOac4=
18+
github.com/deckarep/golang-set/v2 v2.5.0 h1:hn6cEZtQ0h3J8kFrHR/NrzyOoTnjgW1+FmNJzQ7y/sA=
19+
github.com/deckarep/golang-set/v2 v2.5.0/go.mod h1:VAky9rY/yGXJOLEDv3OMci+7wtDpOF4IN+y82NBOac4=
2020
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
2121
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
2222
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=

go_deps.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ def swift_bazel_go_dependencies():
115115
name = "com_github_deckarep_golang_set_v2",
116116
build_external = "external",
117117
importpath = "github.com/deckarep/golang-set/v2",
118-
sum = "h1:DnfgWKdhvHM8Kihdw9fKWXd08EdsPiyoHsk5bfsmkNI=",
119-
version = "v2.4.0",
118+
sum = "h1:hn6cEZtQ0h3J8kFrHR/NrzyOoTnjgW1+FmNJzQ7y/sA=",
119+
version = "v2.5.0",
120120
)
121121
maybe(
122122
go_repository,

0 commit comments

Comments
 (0)