From c5fd6cc9ea73255a5642074aa022f582e858cec4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 11:34:45 +0300 Subject: [PATCH] Update module github.com/samber/lo to v1.38.1 (#290) 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 | Type | Update | Change | |---|---|---|---| | [github.com/samber/lo](https://togithub.com/samber/lo) | require | minor | `v1.37.0` -> `v1.38.1` | --- ### Release Notes
samber/lo ### [`v1.38.1`](https://togithub.com/samber/lo/releases/tag/v1.38.1) [Compare Source](https://togithub.com/samber/lo/compare/v1.38.0...v1.38.1) Improvement: - Async and AsyncX: now returns `<-chan T` instead of `chan T` ### [`v1.38.0`](https://togithub.com/samber/lo/releases/tag/v1.38.0) [Compare Source](https://togithub.com/samber/lo/compare/v1.37.0...v1.38.0) Adding: - lo.ValueOr - lo.DebounceBy - lo.EmptyableToPtr Improvement: - Substring: add support for non-english chars Fix: - Async: Fix goroutine leak
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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://app.renovatebot.com/dashboard#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 1ff4902d..d47284a3 100644 --- a/go.mod +++ b/go.mod @@ -20,7 +20,7 @@ require ( github.com/onsi/ginkgo/v2 v2.9.5 github.com/onsi/gomega v1.27.6 github.com/pterm/pterm v0.12.59 - github.com/samber/lo v1.37.0 + github.com/samber/lo v1.38.1 github.com/spectrocloud/peg v0.0.0-20230509124120-c55d1df4dac1 github.com/urfave/cli/v2 v2.25.3 go.uber.org/zap v1.24.0 diff --git a/go.sum b/go.sum index 31f9eca8..743b317e 100644 --- a/go.sum +++ b/go.sum @@ -1001,6 +1001,8 @@ github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb github.com/sagikazarmark/crypt v0.1.0/go.mod h1:B/mN0msZuINBtQ1zZLEQcegFJJf9vnYIR88KRMEuODE= github.com/samber/lo v1.37.0 h1:XjVcB8g6tgUp8rsPsJ2CvhClfImrpL04YpQHXeHPhRw= github.com/samber/lo v1.37.0/go.mod h1:9vaz2O4o8oOnK23pd2TrXufcbdbJIa3b6cstBWKpopA= +github.com/samber/lo v1.38.1 h1:j2XEAqXKb09Am4ebOg31SpvzUTTs6EN3VfgeLUhPdXM= +github.com/samber/lo v1.38.1/go.mod h1:+m/ZKRl6ClXCE2Lgf3MsQlWfh4bn1bz6CXEOxnEXnEA= github.com/sanposhiho/wastedassign/v2 v2.0.6/go.mod h1:KyZ0MWTwxxBmfwn33zh3k1dmsbF2ud9pAAGfoLfjhtI= github.com/santhosh-tekuri/jsonschema/v5 v5.3.0 h1:uIkTLo0AGRc8l7h5l9r+GcYi9qfVPt6lD4/bhmzfiKo= github.com/santhosh-tekuri/jsonschema/v5 v5.3.0/go.mod h1:FKdcjfQW6rpZSnxxUvEA5H/cDPdvJ/SZJQLWWXWGrZ0=