Skip to content

Commit 648da25

Browse files
build(deps): bump github.com/caarlos0/env/v11 from 11.4.0 to 11.4.1 (#1236)
Bumps [github.com/caarlos0/env/v11](https://github.com/caarlos0/env) from 11.4.0 to 11.4.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.4.1</h2> <h2>Changelog</h2> <h3>Bug fixes</h3> <ul> <li>6daeb06ac7e3c9532a7eaa5768d45917393b7480: fix: use Key instead of OwnKey in rawEnvVars to properly reference existing defaults in complex structs (<a href="https://redirect.github.com/caarlos0/env/issues/412">#412</a>) (<a href="https://github.com/AndrewChubatiuk"><code>@​AndrewChubatiuk</code></a>)</li> </ul> <h3>Documentation updates</h3> <ul> <li>1ff55e6c9733833ce75d62b345916a407dbe4158: docs: adaptive starchart (<a href="https://redirect.github.com/caarlos0/env/issues/416">#416</a>) (<a href="https://github.com/alexandear"><code>@​alexandear</code></a>)</li> </ul> <h3>Other work</h3> <ul> <li>cf4a9682420b025e44b4773fd7ee0be48bb68b2f: ci(deps): bump the actions group with 3 updates (<a href="https://redirect.github.com/caarlos0/env/issues/411">#411</a>) (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li> <li>33faf6f333c2c3dacef2991825f8e03960a2c0cb: ci(deps): bump the actions group with 3 updates (<a href="https://redirect.github.com/caarlos0/env/issues/417">#417</a>) (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li> <li>0cb635b62488f4d310809a82a8832cedc9aa94eb: ci(deps): bump the actions group with 6 updates (<a href="https://redirect.github.com/caarlos0/env/issues/415">#415</a>) (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li> <li>a72d89a8930fc800372a6a338a1acf33e5cc3a56: ci: update release config (<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="https://github.com/caarlos0/env/commit/a72d89a8930fc800372a6a338a1acf33e5cc3a56"><code>a72d89a</code></a> ci: update release config</li> <li><a href="https://github.com/caarlos0/env/commit/6daeb06ac7e3c9532a7eaa5768d45917393b7480"><code>6daeb06</code></a> fix: use Key instead of OwnKey in rawEnvVars to properly reference existing d...</li> <li><a href="https://github.com/caarlos0/env/commit/33faf6f333c2c3dacef2991825f8e03960a2c0cb"><code>33faf6f</code></a> ci(deps): bump the actions group with 3 updates (<a href="https://redirect.github.com/caarlos0/env/issues/417">#417</a>)</li> <li><a href="https://github.com/caarlos0/env/commit/1ff55e6c9733833ce75d62b345916a407dbe4158"><code>1ff55e6</code></a> docs: adaptive starchart (<a href="https://redirect.github.com/caarlos0/env/issues/416">#416</a>)</li> <li><a href="https://github.com/caarlos0/env/commit/0cb635b62488f4d310809a82a8832cedc9aa94eb"><code>0cb635b</code></a> ci(deps): bump the actions group with 6 updates (<a href="https://redirect.github.com/caarlos0/env/issues/415">#415</a>)</li> <li><a href="https://github.com/caarlos0/env/commit/cf4a9682420b025e44b4773fd7ee0be48bb68b2f"><code>cf4a968</code></a> ci(deps): bump the actions group with 3 updates (<a href="https://redirect.github.com/caarlos0/env/issues/411">#411</a>)</li> <li>See full diff in <a href="https://github.com/caarlos0/env/compare/v11.4.0...v11.4.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.4.0&new-version=11.4.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 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>
1 parent 23f4fda commit 648da25

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
cloud.google.com/go/kms v1.30.0
77
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
88
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.4.0
9-
github.com/caarlos0/env/v11 v11.4.0
9+
github.com/caarlos0/env/v11 v11.4.1
1010
github.com/coreos/go-oidc/v3 v3.18.0
1111
github.com/danielgtaylor/huma/v2 v2.37.3
1212
github.com/golang-jwt/jwt/v5 v5.3.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ github.com/AzureAD/microsoft-authentication-library-for-go v1.6.0 h1:XRzhVemXdgv
3030
github.com/AzureAD/microsoft-authentication-library-for-go v1.6.0/go.mod h1:HKpQxkWaGLJ+D/5H8QRpyQXA1eKjxkFlOMwck5+33Jk=
3131
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
3232
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
33-
github.com/caarlos0/env/v11 v11.4.0 h1:Kcb6t5kIIr4XkoQC9AF2j+8E1Jsrl3Wz/hhm1LtoGAc=
34-
github.com/caarlos0/env/v11 v11.4.0/go.mod h1:qupehSf/Y0TUTsxKywqRt/vJjN5nz6vauiYEUUr8P4U=
33+
github.com/caarlos0/env/v11 v11.4.1 h1:fYwH0sWEsBSMPG7t4e/PEfTFzrWrpjyygXyUnWiSwEw=
34+
github.com/caarlos0/env/v11 v11.4.1/go.mod h1:qupehSf/Y0TUTsxKywqRt/vJjN5nz6vauiYEUUr8P4U=
3535
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
3636
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
3737
github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5 h1:6xNmx7iTtyBRev0+D/Tv1FZd4SCg8axKApyNyRsAt/w=

0 commit comments

Comments
 (0)