Skip to content

Commit f11b5e6

Browse files
authored
fix(deps): Update module github.com/samber/lo to v1.49.1 (#2139)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [github.com/samber/lo](https://redirect.github.com/samber/lo) | require | minor | `v1.47.0` -> `v1.49.1` | `v1.50.0` | --- ### Release Notes <details> <summary>samber/lo (github.com/samber/lo)</summary> ### [`v1.49.1`](https://redirect.github.com/samber/lo/releases/tag/v1.49.1) [Compare Source](https://redirect.github.com/samber/lo/compare/v1.49.0...v1.49.1) #### What's Changed - fix(product + productby): fix empty slice behavior by [@&#8203;samber](https://redirect.github.com/samber) in [https://github.com/samber/lo/pull/584](https://redirect.github.com/samber/lo/pull/584) **Full Changelog**: samber/lo@v1.49.0...v1.49.1 ### [`v1.49.0`](https://redirect.github.com/samber/lo/releases/tag/v1.49.0) [Compare Source](https://redirect.github.com/samber/lo/compare/v1.48.0...v1.49.0) #### What's Changed - feat: add SampleBy and SamplesBy by [@&#8203;bramvandewalle](https://redirect.github.com/bramvandewalle) in [https://github.com/samber/lo/pull/516](https://redirect.github.com/samber/lo/pull/516) - feat: Add IsNotNil by [@&#8203;haoxins](https://redirect.github.com/haoxins) in [https://github.com/samber/lo/pull/523](https://redirect.github.com/samber/lo/pull/523) - feat: Implement ChunkMap Function ([#&#8203;533](https://redirect.github.com/samber/lo/issues/533)) by [@&#8203;oswaldom-code](https://redirect.github.com/oswaldom-code) in [https://github.com/samber/lo/pull/538](https://redirect.github.com/samber/lo/pull/538) - feat: Add NewThrottle by [@&#8203;Lee-Minjea](https://redirect.github.com/Lee-Minjea) in [https://github.com/samber/lo/pull/427](https://redirect.github.com/samber/lo/pull/427) - feat: adding FilterSliceToMap by [@&#8203;samber](https://redirect.github.com/samber) in [https://github.com/samber/lo/pull/581](https://redirect.github.com/samber/lo/pull/581) - feat: add `Product` and `ProductBy` functions by [@&#8203;JohnDevitt](https://redirect.github.com/JohnDevitt) in [https://github.com/samber/lo/pull/566](https://redirect.github.com/samber/lo/pull/566) #### New Contributors - [@&#8203;bramvandewalle](https://redirect.github.com/bramvandewalle) made their first contribution in [https://github.com/samber/lo/pull/516](https://redirect.github.com/samber/lo/pull/516) - [@&#8203;oswaldom-code](https://redirect.github.com/oswaldom-code) made their first contribution in [https://github.com/samber/lo/pull/538](https://redirect.github.com/samber/lo/pull/538) - [@&#8203;Lee-Minjea](https://redirect.github.com/Lee-Minjea) made their first contribution in [https://github.com/samber/lo/pull/427](https://redirect.github.com/samber/lo/pull/427) **Full Changelog**: samber/lo@v1.48.0...v1.49.0 ### [`v1.48.0`](https://redirect.github.com/samber/lo/releases/tag/v1.48.0) [Compare Source](https://redirect.github.com/samber/lo/compare/v1.47.0...v1.48.0) #### What's Changed ##### Feature - feat: add (Min|Max)Index(By) by [@&#8203;aria3ppp](https://redirect.github.com/aria3ppp) in [https://github.com/samber/lo/pull/569](https://redirect.github.com/samber/lo/pull/569) - feat: add UniqMap by [@&#8203;nicklaus-dev](https://redirect.github.com/nicklaus-dev) in [https://github.com/samber/lo/pull/527](https://redirect.github.com/samber/lo/pull/527) - feat: add CrossJoin function by [@&#8203;JohnDevitt](https://redirect.github.com/JohnDevitt) in [https://github.com/samber/lo/pull/567](https://redirect.github.com/samber/lo/pull/567) - feat: Implement CoalesceOrEmptySlice Function by [@&#8203;chg1f](https://redirect.github.com/chg1f) in [https://github.com/samber/lo/pull/542](https://redirect.github.com/samber/lo/pull/542) - feat: adding WithoutNth by [@&#8203;samber](https://redirect.github.com/samber) in [https://github.com/samber/lo/pull/575](https://redirect.github.com/samber/lo/pull/575) - feat: deprecate lo.Reverse and move it to lom.Reverse by [@&#8203;samber](https://redirect.github.com/samber) in [https://github.com/samber/lo/pull/576](https://redirect.github.com/samber/lo/pull/576) - feat: deprecate lo.Shuffle and move it to lom.Shuffle by [@&#8203;samber](https://redirect.github.com/samber) in samber/lo@699707a#comments - feat: adding lo.BufferWithContext by [@&#8203;samber](https://redirect.github.com/samber) in [https://github.com/samber/lo/pull/580](https://redirect.github.com/samber/lo/pull/580) - feat: add SliceToSet by [@&#8203;nicklaus-dev](https://redirect.github.com/nicklaus-dev) in [https://github.com/samber/lo/pull/514](https://redirect.github.com/samber/lo/pull/514) - feat: add WithoutBy by [@&#8203;nicklaus-dev](https://redirect.github.com/nicklaus-dev) in [https://github.com/samber/lo/pull/515](https://redirect.github.com/samber/lo/pull/515) - feat: add lom.Fill by [@&#8203;samber](https://redirect.github.com/samber) ##### Fix - fix: change examples for MapKeys and MapValues by [@&#8203;luxcgo](https://redirect.github.com/luxcgo) in [https://github.com/samber/lo/pull/341](https://redirect.github.com/samber/lo/pull/341) - fix: order of GroupBy and PartitionBy by [@&#8203;liyishuai](https://redirect.github.com/liyishuai) in [https://github.com/samber/lo/pull/572](https://redirect.github.com/samber/lo/pull/572) ##### Refactor - refactor RandomString function by [@&#8203;pigwantacat](https://redirect.github.com/pigwantacat) in [https://github.com/samber/lo/pull/524](https://redirect.github.com/samber/lo/pull/524) #### New Contributors - [@&#8203;luxcgo](https://redirect.github.com/luxcgo) made their first contribution in [https://github.com/samber/lo/pull/341](https://redirect.github.com/samber/lo/pull/341) - [@&#8203;haoxins](https://redirect.github.com/haoxins) made their first contribution in [https://github.com/samber/lo/pull/522](https://redirect.github.com/samber/lo/pull/522) - [@&#8203;muya](https://redirect.github.com/muya) made their first contribution in [https://github.com/samber/lo/pull/521](https://redirect.github.com/samber/lo/pull/521) - [@&#8203;NathanBaulch](https://redirect.github.com/NathanBaulch) made their first contribution in [https://github.com/samber/lo/pull/519](https://redirect.github.com/samber/lo/pull/519) - [@&#8203;jiz4oh](https://redirect.github.com/jiz4oh) made their first contribution in [https://github.com/samber/lo/pull/535](https://redirect.github.com/samber/lo/pull/535) - [@&#8203;guyareco2](https://redirect.github.com/guyareco2) made their first contribution in [https://github.com/samber/lo/pull/537](https://redirect.github.com/samber/lo/pull/537) - [@&#8203;pigwantacat](https://redirect.github.com/pigwantacat) made their first contribution in [https://github.com/samber/lo/pull/524](https://redirect.github.com/samber/lo/pull/524) - [@&#8203;snamiki1212](https://redirect.github.com/snamiki1212) made their first contribution in [https://github.com/samber/lo/pull/541](https://redirect.github.com/samber/lo/pull/541) - [@&#8203;dependabot](https://redirect.github.com/dependabot) made their first contribution in [https://github.com/samber/lo/pull/554](https://redirect.github.com/samber/lo/pull/554) - [@&#8203;JasonnnW3000](https://redirect.github.com/JasonnnW3000) made their first contribution in [https://github.com/samber/lo/pull/571](https://redirect.github.com/samber/lo/pull/571) - [@&#8203;liyishuai](https://redirect.github.com/liyishuai) made their first contribution in [https://github.com/samber/lo/pull/572](https://redirect.github.com/samber/lo/pull/572) - [@&#8203;aria3ppp](https://redirect.github.com/aria3ppp) made their first contribution in [https://github.com/samber/lo/pull/569](https://redirect.github.com/samber/lo/pull/569) - [@&#8203;sunjayaali](https://redirect.github.com/sunjayaali) made their first contribution in [https://github.com/samber/lo/pull/544](https://redirect.github.com/samber/lo/pull/544) - [@&#8203;SnowOnion](https://redirect.github.com/SnowOnion) made their first contribution in [https://github.com/samber/lo/pull/543](https://redirect.github.com/samber/lo/pull/543) - [@&#8203;nicklaus-dev](https://redirect.github.com/nicklaus-dev) made their first contribution in [https://github.com/samber/lo/pull/527](https://redirect.github.com/samber/lo/pull/527) - [@&#8203;JohnDevitt](https://redirect.github.com/JohnDevitt) made their first contribution in [https://github.com/samber/lo/pull/567](https://redirect.github.com/samber/lo/pull/567) - [@&#8203;chg1f](https://redirect.github.com/chg1f) made their first contribution in [https://github.com/samber/lo/pull/542](https://redirect.github.com/samber/lo/pull/542) **Full Changelog**: samber/lo@v1.47.0...v1.48.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent b27291d commit f11b5e6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/simple_plugin/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ require (
5757
github.com/oapi-codegen/runtime v1.1.1 // indirect
5858
github.com/pierrec/lz4/v4 v4.1.22 // indirect
5959
github.com/pmezard/go-difflib v1.0.0 // indirect
60-
github.com/samber/lo v1.47.0 // indirect
60+
github.com/samber/lo v1.49.1 // indirect
6161
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 // indirect
6262
github.com/spf13/cobra v1.8.1 // indirect
6363
github.com/spf13/pflag v1.0.5 // indirect

examples/simple_plugin/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ github.com/rs/xid v1.6.0/go.mod h1:7XoLgs4eV+QndskICGsho+ADou8ySMSjJKDIan90Nz0=
140140
github.com/rs/zerolog v1.34.0 h1:k43nTLIwcTVQAncfCw4KZ2VY6ukYoZaBPNOE8txlOeY=
141141
github.com/rs/zerolog v1.34.0/go.mod h1:bJsvje4Z08ROH4Nhs5iH600c3IkWhwp44iRc54W6wYQ=
142142
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
143-
github.com/samber/lo v1.47.0 h1:z7RynLwP5nbyRscyvcD043DWYoOcYRv3mV8lBeqOCLc=
144-
github.com/samber/lo v1.47.0/go.mod h1:RmDH9Ct32Qy3gduHQuKJ3gW1fMHAnE/fAzQuf6He5cU=
143+
github.com/samber/lo v1.49.1 h1:4BIFyVfuQSEpluc7Fua+j1NolZHiEHEpaSEKdsH0tew=
144+
github.com/samber/lo v1.49.1/go.mod h1:dO6KHFzUKXgP8LDhU0oI8d2hekjXnGOu0DB8Jecxd6o=
145145
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 h1:PKK9DyHxif4LZo+uQSgXNqs0jj5+xZwwfKHgph2lxBw=
146146
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1/go.mod h1:JXeL+ps8p7/KNMjDQk3TCwPpBy0wYklyWTfbkIzdIFU=
147147
github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/invopop/jsonschema v0.13.0
2525
github.com/mitchellh/hashstructure/v2 v2.0.2
2626
github.com/rs/zerolog v1.34.0
27-
github.com/samber/lo v1.47.0
27+
github.com/samber/lo v1.49.1
2828
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
2929
github.com/spf13/cobra v1.8.1
3030
github.com/stretchr/testify v1.10.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ github.com/rs/xid v1.6.0/go.mod h1:7XoLgs4eV+QndskICGsho+ADou8ySMSjJKDIan90Nz0=
142142
github.com/rs/zerolog v1.34.0 h1:k43nTLIwcTVQAncfCw4KZ2VY6ukYoZaBPNOE8txlOeY=
143143
github.com/rs/zerolog v1.34.0/go.mod h1:bJsvje4Z08ROH4Nhs5iH600c3IkWhwp44iRc54W6wYQ=
144144
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
145-
github.com/samber/lo v1.47.0 h1:z7RynLwP5nbyRscyvcD043DWYoOcYRv3mV8lBeqOCLc=
146-
github.com/samber/lo v1.47.0/go.mod h1:RmDH9Ct32Qy3gduHQuKJ3gW1fMHAnE/fAzQuf6He5cU=
145+
github.com/samber/lo v1.49.1 h1:4BIFyVfuQSEpluc7Fua+j1NolZHiEHEpaSEKdsH0tew=
146+
github.com/samber/lo v1.49.1/go.mod h1:dO6KHFzUKXgP8LDhU0oI8d2hekjXnGOu0DB8Jecxd6o=
147147
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 h1:PKK9DyHxif4LZo+uQSgXNqs0jj5+xZwwfKHgph2lxBw=
148148
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1/go.mod h1:JXeL+ps8p7/KNMjDQk3TCwPpBy0wYklyWTfbkIzdIFU=
149149
github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=

0 commit comments

Comments
 (0)