From 11bbc2125f37fbd333a3160852c1ce1556812226 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 00:57:42 +0900 Subject: [PATCH] Update module github.com/caarlos0/env/v9 to v10 (#91) 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/caarlos0/env/v9](https://togithub.com/caarlos0/env) | require | major | `v9.0.0` -> `v10.0.0` | --- ### Release Notes
caarlos0/env (github.com/caarlos0/env/v9) ### [`v10.0.0`](https://togithub.com/caarlos0/env/releases/tag/v10.0.0) [Compare Source](https://togithub.com/caarlos0/env/compare/v9.0.0...v10.0.0) #### Changelog ##### New Features - [`62b4ae1`](https://togithub.com/caarlos0/env/commit/62b4ae1b184f2fcdfaba263e66bb1d37e4bfcda5): feat!: ParseWithOptions: add the ability to override default opt.FuncMap keys ([#​272](https://togithub.com/caarlos0/env/issues/272)) ([@​Daniel538](https://togithub.com/Daniel538)) - [`e7e49c4`](https://togithub.com/caarlos0/env/commit/e7e49c464796841b50737b73bac531a01d94bf66): feat: GetFieldParams and GetFieldParamsWithOptions functions ([#​261](https://togithub.com/caarlos0/env/issues/261)) ([@​saturn4er](https://togithub.com/saturn4er)) - [`92df8c4`](https://togithub.com/caarlos0/env/commit/92df8c483610990512b871e8ccf9d550d90c9dda): feat: adds public ToMap function ([#​275](https://togithub.com/caarlos0/env/issues/275)) ([@​maxfilov](https://togithub.com/maxfilov)) - [`13ac655`](https://togithub.com/caarlos0/env/commit/13ac65527714f51e13b659bcaca1cd79b0993a98): feat: custom key value separator ([#​284](https://togithub.com/caarlos0/env/issues/284)) ([@​ruslan944](https://togithub.com/ruslan944)) - [`3f90e4a`](https://togithub.com/caarlos0/env/commit/3f90e4aee403062b4bb2d1690bb677af45ef6b2f): enhancement: Expand with default values ([#​285](https://togithub.com/caarlos0/env/issues/285)) ([@​gabrielcipriano](https://togithub.com/gabrielcipriano)) ##### Documentation updates - [`6723663`](https://togithub.com/caarlos0/env/commit/67236635cdfcab99baac3675ab5a058a49d853ee): docs: add map usage ([#​282](https://togithub.com/caarlos0/env/issues/282)) ([@​rfyiamcool](https://togithub.com/rfyiamcool)) ##### Other work - [`6061c47`](https://togithub.com/caarlos0/env/commit/6061c47a86bc2ffec1ee6dcb6a3a6b0a1096d14c): release: v10 ([@​caarlos0](https://togithub.com/caarlos0)) *** *Released with [GoReleaser Pro](https://goreleaser.com/pro)!*
--- ### 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://developer.mend.io/github/MISW/mischan-bot). Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 1 + go.sum | 1 + 2 files changed, 2 insertions(+) diff --git a/go.mod b/go.mod index c79dd83..0740e21 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,7 @@ go 1.21 require ( github.com/bradleyfalzon/ghinstallation/v2 v2.8.0 + github.com/caarlos0/env/v10 v10.0.0 github.com/caarlos0/env/v9 v9.0.0 github.com/go-git/go-git/v5 v5.10.0 github.com/google/go-github/v55 v55.0.0 diff --git a/go.sum b/go.sum index 1712dce..c80205f 100644 --- a/go.sum +++ b/go.sum @@ -18,6 +18,7 @@ github.com/bradleyfalzon/ghinstallation/v2 v2.8.0 h1:yUmoVv70H3J4UOqxqsee39+KlXx github.com/bradleyfalzon/ghinstallation/v2 v2.8.0/go.mod h1:fmPmvCiBWhJla3zDv9ZTQSZc8AbwyRnGW1yg5ep1Pcs= github.com/bwesterb/go-ristretto v1.2.0/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0= github.com/bwesterb/go-ristretto v1.2.3/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0= +github.com/caarlos0/env/v10 v10.0.0/go.mod h1:ZfulV76NvVPw3tm591U4SwL3Xx9ldzBP9aGxzeN7G18= github.com/caarlos0/env/v9 v9.0.0 h1:SI6JNsOA+y5gj9njpgybykATIylrRMklbs5ch6wO6pc= github.com/caarlos0/env/v9 v9.0.0/go.mod h1:ye5mlCVMYh6tZ+vCgrs/B95sj88cg5Tlnc0XIzgZ020= github.com/cloudflare/circl v1.1.0/go.mod h1:prBCrKB9DV4poKZY1l9zBXg2QJY7mvgRvtMxxK7fi4I=