Skip to content

Commit

Permalink
build(deps): bump github.com/zalando/go-keyring from 0.2.4 to 0.2.5 (k…
Browse files Browse the repository at this point in the history
…opia#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="https://github.com/zalando/go-keyring/commit/de351c5bed695b522feb7e391e811a21f79d17dc"><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="https://github.com/zalando/go-keyring/commit/69620c4203b64fae02e190b02f8b72143d8eadc3"><code>69620c4</code></a>
remove mock provider changes</li>
<li><a
href="https://github.com/zalando/go-keyring/commit/14b7cd28409d8fd8956e21c549130b3fe1141b9f"><code>14b7cd2</code></a>
Prompt to unlock individual item when getting secret from keyring</li>
<li><a
href="https://github.com/zalando/go-keyring/commit/28657a580d2cfb4b21ff91769ce687ce4a31cb22"><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="https://github.com/zalando/go-keyring/commit/3a4a80b74d6a2cfc924526bea282b5ae6f5da9ce"><code>3a4a80b</code></a>
Fix typo in documentation</li>
<li><a
href="https://github.com/zalando/go-keyring/commit/527ca38fe54fa922a232b7e589cc901f1d4358c1"><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="https://github.com/zalando/go-keyring/commit/d47bf41ea5a19097de82c54a8cd2123a370c747d"><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>
  • Loading branch information
dependabot[bot] committed Jun 11, 2024
1 parent 721bf10 commit ade6fa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit ade6fa7

Please sign in to comment.