Skip to content

Commit

Permalink
Update module github.com/caarlos0/env/v9 to v10 (#45)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>caarlos0/env (github.com/caarlos0/env/v9)</summary>

### [`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 ([#&#8203;272](https://togithub.com/caarlos0/env/issues/272))
([@&#8203;Daniel538](https://togithub.com/Daniel538))
-
[`e7e49c4`](https://togithub.com/caarlos0/env/commit/e7e49c464796841b50737b73bac531a01d94bf66):
feat: GetFieldParams and GetFieldParamsWithOptions functions
([#&#8203;261](https://togithub.com/caarlos0/env/issues/261))
([@&#8203;saturn4er](https://togithub.com/saturn4er))
-
[`92df8c4`](https://togithub.com/caarlos0/env/commit/92df8c483610990512b871e8ccf9d550d90c9dda):
feat: adds public ToMap function
([#&#8203;275](https://togithub.com/caarlos0/env/issues/275))
([@&#8203;maxfilov](https://togithub.com/maxfilov))
-
[`13ac655`](https://togithub.com/caarlos0/env/commit/13ac65527714f51e13b659bcaca1cd79b0993a98):
feat: custom key value separator
([#&#8203;284](https://togithub.com/caarlos0/env/issues/284))
([@&#8203;ruslan944](https://togithub.com/ruslan944))
-
[`3f90e4a`](https://togithub.com/caarlos0/env/commit/3f90e4aee403062b4bb2d1690bb677af45ef6b2f):
enhancement: Expand with default values
([#&#8203;285](https://togithub.com/caarlos0/env/issues/285))
([@&#8203;gabrielcipriano](https://togithub.com/gabrielcipriano))

##### Documentation updates

-
[`6723663`](https://togithub.com/caarlos0/env/commit/67236635cdfcab99baac3675ab5a058a49d853ee):
docs: add map usage
([#&#8203;282](https://togithub.com/caarlos0/env/issues/282))
([@&#8203;rfyiamcool](https://togithub.com/rfyiamcool))

##### Other work

-
[`6061c47`](https://togithub.com/caarlos0/env/commit/6061c47a86bc2ffec1ee6dcb6a3a6b0a1096d14c):
release: v10 ([@&#8203;caarlos0](https://togithub.com/caarlos0))

***

*Released with [GoReleaser Pro](https://goreleaser.com/pro)!*

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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/portal-role-sync).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 28, 2023
1 parent 1582746 commit 496d443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/MISW/portal-role-sync
go 1.21

require (
github.com/caarlos0/env/v10 v10.0.0
github.com/caarlos0/env/v9 v9.0.0
github.com/golang/mock v1.6.0
golang.org/x/oauth2 v0.13.0
Expand Down
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
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/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=
Expand Down

0 comments on commit 496d443

Please sign in to comment.