Skip to content

Commit

Permalink
Update module github.com/caarlos0/env/v11 to v11.3.0 (#1810)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/caarlos0/env/v11](https://redirect.github.com/caarlos0/env)
| `v11.2.2` -> `v11.3.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcaarlos0%2fenv%2fv11/v11.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fcaarlos0%2fenv%2fv11/v11.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fcaarlos0%2fenv%2fv11/v11.2.2/v11.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcaarlos0%2fenv%2fv11/v11.2.2/v11.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v11.3.0`](https://redirect.github.com/caarlos0/env/releases/tag/v11.3.0)

[Compare
Source](https://redirect.github.com/caarlos0/env/compare/v11.2.2...v11.3.0)

#### Changelog

##### New Features

-
[`59284e4`](https://redirect.github.com/caarlos0/env/commit/59284e4b4474cce9c818d002ace60f10e52aa64c):
feat: implement interface { Unwrap() \[]error } for AggregateError to be
compatibility with std errors.Join go1.20 without any breaking change
([#&#8203;336](https://redirect.github.com/caarlos0/env/issues/336))
([@&#8203;itsabgr-raika](https://redirect.github.com/itsabgr-raika))
-
[`17fdb91`](https://redirect.github.com/caarlos0/env/commit/17fdb9176ce08567cfb70bc31df856fe1a63f47c):
feat: set custom tag name for envDefault
([#&#8203;324](https://redirect.github.com/caarlos0/env/issues/324))
([@&#8203;dnovikoff](https://redirect.github.com/dnovikoff))
-
[`1cb1967`](https://redirect.github.com/caarlos0/env/commit/1cb1967ed1990150385c0450f5fda35128b8ff68):
feat: set custom tag name for envPrefix
([#&#8203;332](https://redirect.github.com/caarlos0/env/issues/332))
([@&#8203;sv-kozlov](https://redirect.github.com/sv-kozlov))
-
[`0136931`](https://redirect.github.com/caarlos0/env/commit/013693160323c41f4c9113d5378cd3ade61f7a6e):
feat: support `time.Location`
([#&#8203;326](https://redirect.github.com/caarlos0/env/issues/326))
([@&#8203;BorzdeG](https://redirect.github.com/BorzdeG))
-
[`4ab8b37`](https://redirect.github.com/caarlos0/env/commit/4ab8b371a1e3f57c04bc0531d6e99773e9297564):
feat: support ignored value "-" for env tag
([#&#8203;338](https://redirect.github.com/caarlos0/env/issues/338))
([@&#8203;sv-kozlov](https://redirect.github.com/sv-kozlov))

##### Bug fixes

-
[`6f3a5c0`](https://redirect.github.com/caarlos0/env/commit/6f3a5c03be3c21cd7182233f189e97bf3972ced9):
fix: better handle envDefault, refactor merge options
([#&#8203;349](https://redirect.github.com/caarlos0/env/issues/349))
([@&#8203;astak16](https://redirect.github.com/astak16))
-
[`3afa723`](https://redirect.github.com/caarlos0/env/commit/3afa723e0d7b225a11e4860b28c30bf5a14b7a6a):
fix: improve errors
([#&#8203;329](https://redirect.github.com/caarlos0/env/issues/329))
([@&#8203;caarlos0](https://redirect.github.com/caarlos0))
-
[`0cbf40b`](https://redirect.github.com/caarlos0/env/commit/0cbf40b610ab14c412290b84eb55f716154ec1ac):
fix: map value with : in it
([@&#8203;caarlos0](https://redirect.github.com/caarlos0))
-
[`e55230b`](https://redirect.github.com/caarlos0/env/commit/e55230b50da897c64fe539fd3bce0887cc1c96bd):
fix: parsing into ptr fields with value
([#&#8203;340](https://redirect.github.com/caarlos0/env/issues/340))
([@&#8203;hypnoglow](https://redirect.github.com/hypnoglow))

##### Documentation updates

-
[`84c7739`](https://redirect.github.com/caarlos0/env/commit/84c7739f7080f8d9209e0d0b9a00e72eb30fd9e5):
docs: DefaultValueTagName example
([@&#8203;caarlos0](https://redirect.github.com/caarlos0))
-
[`0847ba1`](https://redirect.github.com/caarlos0/env/commit/0847ba15e32495a5223f24bb5fd3dbd47b395854):
docs: add installation instructions to README.md
([#&#8203;330](https://redirect.github.com/caarlos0/env/issues/330))
([@&#8203;eduardolat](https://redirect.github.com/eduardolat))
-
[`76faca5`](https://redirect.github.com/caarlos0/env/commit/76faca5ee577b2b910e6f50ff8dd2aa22c54a826):
docs: project state
([@&#8203;caarlos0](https://redirect.github.com/caarlos0))

##### Other work

-
[`b76caa9`](https://redirect.github.com/caarlos0/env/commit/b76caa99b4ad2e76e2dd1f272822c6e3c4249f64):
ci: add EditorConfig
([#&#8203;327](https://redirect.github.com/caarlos0/env/issues/327))
([@&#8203;BorzdeG](https://redirect.github.com/BorzdeG))
-
[`1f955b7`](https://redirect.github.com/caarlos0/env/commit/1f955b7c5514c8bf4450e62a0c018a5c47c59cd8):
ci: update ([@&#8203;caarlos0](https://redirect.github.com/caarlos0))
-
[`f68d1dc`](https://redirect.github.com/caarlos0/env/commit/f68d1dcfe3bddeb3e0ffda2819f8e62adb028a66):
refactor: enable gocritic linter and fix lint issues
([#&#8203;342](https://redirect.github.com/caarlos0/env/issues/342))
([@&#8203;alexandear](https://redirect.github.com/alexandear))
-
[`52e7186`](https://redirect.github.com/caarlos0/env/commit/52e7186e71f67e4259b6f1f8d6a889368f4e3378):
refactor: modify the init logic for env tag options to make it more
reasonable
([#&#8203;347](https://redirect.github.com/caarlos0/env/issues/347))
([@&#8203;astak16](https://redirect.github.com/astak16))

***

*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**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/MISW/portal).

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

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 Dec 16, 2024
1 parent bac5903 commit 1221d73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/DATA-DOG/go-sqlmock v1.5.2
github.com/caarlos0/env/v11 v11.2.2
github.com/caarlos0/env/v11 v11.3.0
github.com/caarlos0/env/v9 v9.0.0
github.com/coreos/go-oidc/v3 v3.11.0
github.com/go-sql-driver/mysql v1.8.1
Expand Down
1 change: 1 addition & 0 deletions backend/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ github.com/DATA-DOG/go-sqlmock v1.5.2 h1:OcvFkGmslmlZibjAjaHm3L//6LiuBgolP7Oputl
github.com/DATA-DOG/go-sqlmock v1.5.2/go.mod h1:88MAG/4G7SMwSE3CeA0ZKzrT5CiOU3OJ+JlNzwDqpNU=
github.com/caarlos0/env/v10 v10.0.0/go.mod h1:ZfulV76NvVPw3tm591U4SwL3Xx9ldzBP9aGxzeN7G18=
github.com/caarlos0/env/v11 v11.2.2/go.mod h1:JBfcdeQiBoI3Zh1QRAWfe+tpiNTmDtcCj/hHHHMx0vc=
github.com/caarlos0/env/v11 v11.3.0/go.mod h1:Q5lYHeOsgY20CCV/R+b50Jwg2MnjySid7+3FUBz2BJw=
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/coreos/go-oidc/v3 v3.6.0 h1:AKVxfYw1Gmkn/w96z0DbT/B/xFnzTd3MkZvWLjF4n/o=
Expand Down

0 comments on commit 1221d73

Please sign in to comment.