Skip to content

Commit 1d4dc46

Browse files
authored
fix(deps): update module pgregory.net/rapid to v1.3.0 (#728)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [pgregory.net/rapid](https://redirect.github.com/flyingmutant/rapid) | `v1.2.0` → `v1.3.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/pgregory.net%2frapid/v1.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/pgregory.net%2frapid/v1.2.0/v1.3.0?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/4) for more information. --- ### Release Notes <details> <summary>flyingmutant/rapid (pgregory.net/rapid)</summary> ### [`v1.3.0`](https://redirect.github.com/flyingmutant/rapid/releases/tag/v1.3.0) [Compare Source](https://redirect.github.com/flyingmutant/rapid/compare/v1.2.0...v1.3.0) #### What's Changed - docs: add warning to SkipNow about mutation by [@&#8203;mxey](https://redirect.github.com/mxey) in [#&#8203;83](https://redirect.github.com/flyingmutant/rapid/pull/83) - `Make[T]()`: add support for field and type overrides by [@&#8203;chrisseto](https://redirect.github.com/chrisseto) in [#&#8203;72](https://redirect.github.com/flyingmutant/rapid/pull/72) - docs: update README example to use slices.IsSorted and slices.Sort by [@&#8203;mi-wada](https://redirect.github.com/mi-wada) in [#&#8203;91](https://redirect.github.com/flyingmutant/rapid/pull/91) - add t.Output by [@&#8203;mxey](https://redirect.github.com/mxey) in [#&#8203;90](https://redirect.github.com/flyingmutant/rapid/pull/90) - update Go versions by [@&#8203;mxey](https://redirect.github.com/mxey) in [#&#8203;92](https://redirect.github.com/flyingmutant/rapid/pull/92) #### New Contributors - [@&#8203;mxey](https://redirect.github.com/mxey) made their first contribution in [#&#8203;83](https://redirect.github.com/flyingmutant/rapid/pull/83) - [@&#8203;chrisseto](https://redirect.github.com/chrisseto) made their first contribution in [#&#8203;72](https://redirect.github.com/flyingmutant/rapid/pull/72) - [@&#8203;mi-wada](https://redirect.github.com/mi-wada) made their first contribution in [#&#8203;91](https://redirect.github.com/flyingmutant/rapid/pull/91) **Full Changelog**: <flyingmutant/rapid@v1.2.0...v1.3.0> </details> --- ### Configuration 📅 **Schedule**: (in timezone Asia/Tokyo) - Branch creation - Only on Sunday and Saturday (`* * * * 0,6`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/bootjp/elastickv). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE3OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
2 parents 69243b0 + ddb8bfa commit 1d4dc46

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
golang.org/x/sys v0.43.0
3434
google.golang.org/grpc v1.80.0
3535
google.golang.org/protobuf v1.36.11
36-
pgregory.net/rapid v1.2.0
36+
pgregory.net/rapid v1.3.0
3737
)
3838

3939
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,5 +257,5 @@ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntN
257257
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
258258
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
259259
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
260-
pgregory.net/rapid v1.2.0 h1:keKAYRcjm+e1F0oAuU5F5+YPAWcyxNNRK2wud503Gnk=
261-
pgregory.net/rapid v1.2.0/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04=
260+
pgregory.net/rapid v1.3.0 h1:vBvO0VSqti75J1jjYqpgPNBLKMd1+gxa9fYo7vk/Exc=
261+
pgregory.net/rapid v1.3.0/go.mod h1:dPlE4OBBxgXPqkP79flB6sJL1dx5azpI7HQ9MY9Z7uk=

0 commit comments

Comments
 (0)