mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-29 01:44:39 +02:00
chore(deps): bump github.com/caarlos0/env/v11 from 11.0.0 to 11.0.1 (#4888)
Bumps [github.com/caarlos0/env/v11](https://github.com/caarlos0/env) from 11.0.0 to 11.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/caarlos0/env/releases">github.com/caarlos0/env/v11's releases</a>.</em></p> <blockquote> <h2>v11.0.1</h2> <h2>Changelog</h2> <h3>Bug fixes</h3> <ul> <li>0f77fefcf68e63b1d9bc693e01b182e84fabbd30: fix: add logic to handle nil pointer structs (<a href="https://redirect.github.com/caarlos0/env/issues/306">#306</a>) (<a href="https://github.com/NithinGudla"><code>@NithinGudla</code></a>)</li> </ul> <h3>Documentation updates</h3> <ul> <li>1e2d9e135a1971a3b82f6874d26c6f4c012d2609: docs: better explain UseFieldNameByDefault (<a href="https://github.com/caarlos0"><code>@caarlos0</code></a>)</li> <li>b436dffb23aaf45c2a404ca4f9a1958569faa7ac: docs: document generics (<a href="https://github.com/caarlos0"><code>@caarlos0</code></a>)</li> </ul> <hr /> <p><em>Released with <a href="https://goreleaser.com/pro">GoReleaser Pro</a>!</em></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="c4db909639
"><code>c4db909</code></a> test: map alias with json parsing</li> <li><a href="e631edf5f2
"><code>e631edf</code></a> chore(deps): bump golangci/golangci-lint-action from 5 to 6 (<a href="https://redirect.github.com/caarlos0/env/issues/307">#307</a>)</li> <li><a href="f531b6f306
"><code>f531b6f</code></a> test: added test for <a href="https://redirect.github.com/caarlos0/env/issues/234">#234</a></li> <li><a href="0f77fefcf6
"><code>0f77fef</code></a> fix: add logic to handle nil pointer structs (<a href="https://redirect.github.com/caarlos0/env/issues/306">#306</a>)</li> <li><a href="3c53a9efaf
"><code>3c53a9e</code></a> chore(deps): bump golangci/golangci-lint-action from 4 to 5 (<a href="https://redirect.github.com/caarlos0/env/issues/305">#305</a>)</li> <li><a href="a3551ca3f0
"><code>a3551ca</code></a> test: add a test for <a href="https://redirect.github.com/caarlos0/env/issues/304">#304</a></li> <li><a href="1e2d9e135a
"><code>1e2d9e1</code></a> docs: better explain UseFieldNameByDefault</li> <li><a href="b436dffb23
"><code>b436dff</code></a> docs: document generics</li> <li>See full diff in <a href="https://github.com/caarlos0/env/compare/v11.0.0...v11.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/caarlos0/env/v11&package-manager=go_modules&previous-version=11.0.0&new-version=11.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f4cd8fc156
commit
fae464e278
2
go.mod
2
go.mod
@ -13,7 +13,7 @@ require (
|
||||
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20240514230400-03fa26f5508f
|
||||
github.com/bluesky-social/indigo v0.0.0-20240411170459-440932307e0d
|
||||
github.com/caarlos0/ctrlc v1.2.0
|
||||
github.com/caarlos0/env/v11 v11.0.0
|
||||
github.com/caarlos0/env/v11 v11.0.1
|
||||
github.com/caarlos0/go-reddit/v3 v3.0.1
|
||||
github.com/caarlos0/go-shellwords v1.0.12
|
||||
github.com/caarlos0/go-version v0.1.1
|
||||
|
4
go.sum
4
go.sum
@ -178,8 +178,8 @@ github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx2
|
||||
github.com/bwesterb/go-ristretto v1.2.3/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0=
|
||||
github.com/caarlos0/ctrlc v1.2.0 h1:AtbThhmbeYx1WW3WXdWrd94EHKi+0NPRGS4/4pzrjwk=
|
||||
github.com/caarlos0/ctrlc v1.2.0/go.mod h1:n3gDlSjsXZ7rbD9/RprIR040b7oaLfNStikPd4gFago=
|
||||
github.com/caarlos0/env/v11 v11.0.0 h1:ZIlkOjuL3xoZS0kmUJlF74j2Qj8GMOq3CDLX/Viak8Q=
|
||||
github.com/caarlos0/env/v11 v11.0.0/go.mod h1:2RC3HQu8BQqtEK3V4iHPxj0jOdWdbPpWJ6pOueeU1xM=
|
||||
github.com/caarlos0/env/v11 v11.0.1 h1:A8dDt9Ub9ybqRSUF3fQc/TA/gTam2bKT4Pit+cwrsPs=
|
||||
github.com/caarlos0/env/v11 v11.0.1/go.mod h1:2RC3HQu8BQqtEK3V4iHPxj0jOdWdbPpWJ6pOueeU1xM=
|
||||
github.com/caarlos0/go-reddit/v3 v3.0.1 h1:w8ugvsrHhaE/m4ez0BO/sTBOBWI9WZTjG7VTecHnql4=
|
||||
github.com/caarlos0/go-reddit/v3 v3.0.1/go.mod h1:QlwgmG5SAqxMeQvg/A2dD1x9cIZCO56BMnMdjXLoisI=
|
||||
github.com/caarlos0/go-shellwords v1.0.12 h1:HWrUnu6lGbWfrDcFiHcZiwOLzHWjjrPVehULaTFgPp8=
|
||||
|
Loading…
Reference in New Issue
Block a user