build(deps): bump github.com/zalando/go-keyring from 0.2.4 to 0.2.5 (#3913)

Bumps
[github.com/zalando/go-keyring](https://github.com/zalando/go-keyring)
from 0.2.4 to 0.2.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/zalando/go-keyring/releases">github.com/zalando/go-keyring's
releases</a>.</em></p>
<blockquote>
<h2>v0.2.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Prompt to unlock individual item when getting secret from keyring in
unix system by <a
href="https://github.com/AlanD20"><code>@​AlanD20</code></a> <a
href="https://redirect.github.com/zalando/go-keyring/issues/108">#108</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/zalando/go-keyring/compare/v0.2.4...v0.2.5">https://github.com/zalando/go-keyring/compare/v0.2.4...v0.2.5</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="de351c5bed"><code>de351c5</code></a>
Merge pull request <a
href="https://redirect.github.com/zalando/go-keyring/issues/108">#108</a>
from AlanD20/unlock-items</li>
<li><a
href="69620c4203"><code>69620c4</code></a>
remove mock provider changes</li>
<li><a
href="14b7cd2840"><code>14b7cd2</code></a>
Prompt to unlock individual item when getting secret from keyring</li>
<li><a
href="28657a580d"><code>28657a5</code></a>
Merge pull request <a
href="https://redirect.github.com/zalando/go-keyring/issues/107">#107</a>
from EndlessTrax/master</li>
<li><a
href="3a4a80b74d"><code>3a4a80b</code></a>
Fix typo in documentation</li>
<li><a
href="527ca38fe5"><code>527ca38</code></a>
Merge pull request <a
href="https://redirect.github.com/zalando/go-keyring/issues/106">#106</a>
from zalando/update-github-actions</li>
<li><a
href="d47bf41ea5"><code>d47bf41</code></a>
Update github action</li>
<li>See full diff in <a
href="https://github.com/zalando/go-keyring/compare/v0.2.4...v0.2.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/zalando/go-keyring&package-manager=go_modules&previous-version=0.2.4&new-version=0.2.5)](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:
dependabot[bot]
2024-06-11 00:49:53 +00:00
committed by GitHub
parent 721bf10a5f
commit ade6fa75df
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -46,7 +46,7 @@ require (
github.com/stretchr/testify v1.9.0
github.com/studio-b12/gowebdav v0.9.0
github.com/tg123/go-htpasswd v1.2.2
github.com/zalando/go-keyring v0.2.4
github.com/zalando/go-keyring v0.2.5
github.com/zeebo/blake3 v0.2.3
go.opentelemetry.io/otel v1.27.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0

4
go.sum
View File

@@ -262,8 +262,8 @@ github.com/tg123/go-htpasswd v1.2.2/go.mod h1:FcIrK0J+6zptgVwK1JDlqyajW/1B4PtuJ/
github.com/xhit/go-str2duration/v2 v2.1.0 h1:lxklc02Drh6ynqX+DdPyp5pCKLUQpRT8bp8Ydu2Bstc=
github.com/xhit/go-str2duration/v2 v2.1.0/go.mod h1:ohY8p+0f07DiV6Em5LKB0s2YpLtXVyJfNt1+BlmyAsU=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
github.com/zalando/go-keyring v0.2.4 h1:wi2xxTqdiwMKbM6TWwi+uJCG/Tum2UV0jqaQhCa9/68=
github.com/zalando/go-keyring v0.2.4/go.mod h1:HL4k+OXQfJUWaMnqyuSOc0drfGPX2b51Du6K+MRgZMk=
github.com/zalando/go-keyring v0.2.5 h1:Bc2HHpjALryKD62ppdEzaFG6VxL6Bc+5v0LYpN8Lba8=
github.com/zalando/go-keyring v0.2.5/go.mod h1:HL4k+OXQfJUWaMnqyuSOc0drfGPX2b51Du6K+MRgZMk=
github.com/zeebo/assert v1.1.0 h1:hU1L1vLTHsnO8x8c9KAR5GmM5QscxHg5RNU5z5qbUWY=
github.com/zeebo/assert v1.1.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0=
github.com/zeebo/blake3 v0.2.3 h1:TFoLXsjeXqRNFxSbk35Dk4YtszE/MQQGK10BH4ptoTg=