From 189d3cb138f06a94f01ba60cffae7f00200e31f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 00:39:24 +0000 Subject: [PATCH] fix(deps): update module github.com/samber/lo to v1.42.0 (#586) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/samber/lo](https://togithub.com/samber/lo) | `v1.41.0` -> `v1.42.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsamber%2flo/v1.42.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsamber%2flo/v1.42.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsamber%2flo/v1.41.0/v1.42.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsamber%2flo/v1.41.0/v1.42.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
samber/lo (github.com/samber/lo) ### [`v1.42.0`](https://togithub.com/samber/lo/releases/tag/v1.42.0) [Compare Source](https://togithub.com/samber/lo/compare/v1.41.0...v1.42.0) #### What's Changed - feat: add Nil by [@​gubtos](https://togithub.com/gubtos) in [https://github.com/samber/lo/pull/383](https://togithub.com/samber/lo/pull/383) - feat: Add First and FirstOrZeroValue functions by [@​Alireza-Kiani](https://togithub.com/Alireza-Kiani) in [https://github.com/samber/lo/pull/451](https://togithub.com/samber/lo/pull/451) - feat: adding LastOrEmpty and LastOr by [@​samber](https://togithub.com/samber) in [https://github.com/samber/lo/pull/474](https://togithub.com/samber/lo/pull/474) - feat: Feature/contains iterate by index by [@​lennon-guan](https://togithub.com/lennon-guan) in [https://github.com/samber/lo/pull/428](https://togithub.com/samber/lo/pull/428) - feat: speed up loops by reducing allocations by [@​samber](https://togithub.com/samber) in [https://github.com/samber/lo/pull/475](https://togithub.com/samber/lo/pull/475) - doc: inconsistent expression in README.md by [@​rolancia](https://togithub.com/rolancia) in [https://github.com/samber/lo/pull/406](https://togithub.com/samber/lo/pull/406) #### New Contributors - [@​gubtos](https://togithub.com/gubtos) made their first contribution in [https://github.com/samber/lo/pull/383](https://togithub.com/samber/lo/pull/383) - [@​Alireza-Kiani](https://togithub.com/Alireza-Kiani) made their first contribution in [https://github.com/samber/lo/pull/451](https://togithub.com/samber/lo/pull/451) - [@​rolancia](https://togithub.com/rolancia) made their first contribution in [https://github.com/samber/lo/pull/406](https://togithub.com/samber/lo/pull/406) - [@​lennon-guan](https://togithub.com/lennon-guan) made their first contribution in [https://github.com/samber/lo/pull/428](https://togithub.com/samber/lo/pull/428) **Full Changelog**: https://github.com/samber/lo/compare/v1.41.0...v1.42.0
--- ### Configuration 📅 **Schedule**: Branch creation - "after 11pm every weekday,before 7am every weekday,every weekend" in timezone Europe/Brussels, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/kairos-io/provider-kairos). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f28e9176..7292f370 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ require ( github.com/onsi/ginkgo/v2 v2.19.0 github.com/onsi/gomega v1.33.1 github.com/pterm/pterm v0.12.65 - github.com/samber/lo v1.41.0 + github.com/samber/lo v1.42.0 github.com/urfave/cli/v2 v2.27.2 go.uber.org/zap v1.27.0 golang.org/x/crypto v0.23.0 // indirect diff --git a/go.sum b/go.sum index 44dd24aa..28dfb902 100644 --- a/go.sum +++ b/go.sum @@ -836,6 +836,8 @@ github.com/samber/lo v1.39.0 h1:4gTz1wUhNYLhFSKl6O+8peW0v2F4BCY034GRpU9WnuA= github.com/samber/lo v1.39.0/go.mod h1:+m/ZKRl6ClXCE2Lgf3MsQlWfh4bn1bz6CXEOxnEXnEA= github.com/samber/lo v1.41.0 h1:vZEqVQNmX/ykONfla8tiW6cdoLZxb3+LCZ63B8z/2eE= github.com/samber/lo v1.41.0/go.mod h1:w7R6fO7h2lrnx/s0bWcZ55vXJI89p5UPM6+kyDL373E= +github.com/samber/lo v1.42.0 h1:cuVp/4oZcTxK0w8vyj/MSEws9yTUjuTgZi7noEXMlZs= +github.com/samber/lo v1.42.0/go.mod h1:w7R6fO7h2lrnx/s0bWcZ55vXJI89p5UPM6+kyDL373E= github.com/sanity-io/litter v1.5.5 h1:iE+sBxPBzoK6uaEP5Lt3fHNgpKcHXc/A2HGETy0uJQo= github.com/sanity-io/litter v1.5.5/go.mod h1:9gzJgR2i4ZpjZHsKvUXIRQVk7P+yM3e+jAF7bU2UI5U= github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 h1:lZUw3E0/J3roVtGQ+SCrUrg3ON6NgVqpn3+iol9aGu4=