From de4d4923c1c9f8a749d723df77826cf462b61164 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 09:20:46 -0500 Subject: [PATCH] fix(deps): update module github.com/samber/lo to v1.49.1 (#37551) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/samber/lo](https://redirect.github.com/samber/lo) | `v1.47.0` -> `v1.49.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsamber%2flo/v1.49.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsamber%2flo/v1.49.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsamber%2flo/v1.47.0/v1.49.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsamber%2flo/v1.47.0/v1.49.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
samber/lo (github.com/samber/lo) ### [`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 [@​samber](https://redirect.github.com/samber) in [https://github.com/samber/lo/pull/584](https://redirect.github.com/samber/lo/pull/584) **Full Changelog**: https://github.com/samber/lo/compare/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 [@​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 [@​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 ([#​533](https://redirect.github.com/samber/lo/issues/533)) by [@​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 [@​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 [@​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 [@​JohnDevitt](https://redirect.github.com/JohnDevitt) in [https://github.com/samber/lo/pull/566](https://redirect.github.com/samber/lo/pull/566) #### New Contributors - [@​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) - [@​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) - [@​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**: https://github.com/samber/lo/compare/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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​samber](https://redirect.github.com/samber) in [https://github.com/samber/lo/pull/576](https://redirect.github.com/samber/lo/pull/576) - feat: adding lo.BufferWithContext by [@​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 [@​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 [@​nicklaus-dev](https://redirect.github.com/nicklaus-dev) in [https://github.com/samber/lo/pull/515](https://redirect.github.com/samber/lo/pull/515) ##### Fix - fix: change examples for MapKeys and MapValues by [@​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 [@​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 [@​pigwantacat](https://redirect.github.com/pigwantacat) in [https://github.com/samber/lo/pull/524](https://redirect.github.com/samber/lo/pull/524) #### New Contributors - [@​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) - [@​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) - [@​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) - [@​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) - [@​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) - [@​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) - [@​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) - [@​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) - [@​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) - [@​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) - [@​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) - [@​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) - [@​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) - [@​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) - [@​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) - [@​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) - [@​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**: https://github.com/samber/lo/compare/v1.47.0...v1.48.0
--- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (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. --- - [ ] 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/open-telemetry/opentelemetry-collector-contrib). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Co-authored-by: Yang Song --- exporter/kineticaexporter/go.mod | 2 +- exporter/kineticaexporter/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/exporter/kineticaexporter/go.mod b/exporter/kineticaexporter/go.mod index af48a0439535..fec0196f2296 100644 --- a/exporter/kineticaexporter/go.mod +++ b/exporter/kineticaexporter/go.mod @@ -5,7 +5,7 @@ go 1.22.0 require ( github.com/google/uuid v1.6.0 github.com/kineticadb/kinetica-api-go v0.0.5 - github.com/samber/lo v1.47.0 + github.com/samber/lo v1.49.1 github.com/stretchr/testify v1.10.0 github.com/wk8/go-ordered-map/v2 v2.1.8 go.opentelemetry.io/collector/component v0.118.1-0.20250130000211-c119b2a55eb4 diff --git a/exporter/kineticaexporter/go.sum b/exporter/kineticaexporter/go.sum index a80aaa398629..6f65e767b300 100644 --- a/exporter/kineticaexporter/go.sum +++ b/exporter/kineticaexporter/go.sum @@ -67,8 +67,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII= github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o= -github.com/samber/lo v1.47.0 h1:z7RynLwP5nbyRscyvcD043DWYoOcYRv3mV8lBeqOCLc= -github.com/samber/lo v1.47.0/go.mod h1:RmDH9Ct32Qy3gduHQuKJ3gW1fMHAnE/fAzQuf6He5cU= +github.com/samber/lo v1.49.1 h1:4BIFyVfuQSEpluc7Fua+j1NolZHiEHEpaSEKdsH0tew= +github.com/samber/lo v1.49.1/go.mod h1:dO6KHFzUKXgP8LDhU0oI8d2hekjXnGOu0DB8Jecxd6o= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=