mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 18:59:09 +00:00
Bump github.com/go-openapi/testify/v2 from 2.5.0 to 2.5.1 (#270)
Bumps [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify) from 2.5.0 to 2.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-openapi/testify/releases">github.com/go-openapi/testify/v2's releases</a>.</em></p> <blockquote> <h2>v2.5.1</h2> <h2><a href="https://github.com/go-openapi/testify/tree/v2.5.1">2.5.1</a> - 2026-05-19</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-openapi/testify/compare/v2.5.0...v2.5.1">https://github.com/go-openapi/testify/compare/v2.5.0...v2.5.1</a></p> <p>4 commits in this release.</p> <hr /> <h3><!-- raw HTML omitted -->Fixed bugs</h3> <ul> <li>fix: generated formatted variant should use variadic args by <a href="https://github.com/fredbi"><code>@fredbi</code></a> in <a href="https://redirect.github.com/go-openapi/testify/pull/116">#116</a> <a href="https://github.com/go-openapi/testify/commit/f60ffeab12fe8b55ef66f31973367c351f57531a">...</a></li> </ul> <h3><!-- raw HTML omitted -->Documentation</h3> <ul> <li>doc: updated contributors file by <a href="https://github.com/bot-go-openapi%5Bbot%5D"><code>@bot-go-openapi[bot]</code></a> in <a href="https://redirect.github.com/go-openapi/testify/pull/115">#115</a> <a href="https://github.com/go-openapi/testify/commit/04f252d0ac48ee848b9ba47ed055b5eebf8bfbca">...</a></li> <li>doc: updated contributors file by <a href="https://github.com/bot-go-openapi%5Bbot%5D"><code>@bot-go-openapi[bot]</code></a> in <a href="https://redirect.github.com/go-openapi/testify/pull/114">#114</a> <a href="https://github.com/go-openapi/testify/commit/79ef8139ea3d1a534a7c050fbddd2f41f53f1062">...</a></li> </ul> <h3><!-- raw HTML omitted -->Miscellaneous tasks</h3> <ul> <li>chore: prepare release v2.5.1 by <a href="https://github.com/bot-go-openapi%5Bbot%5D"><code>@bot-go-openapi[bot]</code></a> in <a href="https://redirect.github.com/go-openapi/testify/pull/117">#117</a> <a href="https://github.com/go-openapi/testify/commit/c83d81b641ee8d3545743ee7502f31b2a00dc6b6">...</a></li> </ul> <hr /> <h3>People who contributed to this release</h3> <ul> <li><a href="https://github.com/fredbi"><code>@fredbi</code></a></li> </ul> <hr /> <p><strong><a href="https://github.com/go-openapi/testify">testify</a> license terms</strong></p> <p><a href="https://github.com/go-openapi/testify/?tab=Apache-2.0-1-ov-file#readme"><img src="http://img.shields.io/badge/license-Apache%20v2-orange.svg" alt="License" /></a></p> <h1>Per-module changes</h1> <hr /> <h2>codegen (2.5.1)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-openapi/testify/commit/c83d81b641ee8d3545743ee7502f31b2a00dc6b6"><code>c83d81b</code></a> chore: prepare release v2.5.1</li> <li><a href="https://github.com/go-openapi/testify/commit/f60ffeab12fe8b55ef66f31973367c351f57531a"><code>f60ffea</code></a> fix: generated formatted variant should use variadic args (<a href="https://redirect.github.com/go-openapi/testify/issues/116">#116</a>)</li> <li><a href="https://github.com/go-openapi/testify/commit/04f252d0ac48ee848b9ba47ed055b5eebf8bfbca"><code>04f252d</code></a> doc: updated contributors file</li> <li><a href="https://github.com/go-openapi/testify/commit/79ef8139ea3d1a534a7c050fbddd2f41f53f1062"><code>79ef813</code></a> doc: updated contributors file</li> <li>See full diff in <a href="https://github.com/go-openapi/testify/compare/v2.5.0...v2.5.1">compare view</a></li> </ul> </details> <br /> [](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>
This commit is contained in:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
fc5d29c82e
commit
8652684800
@@ -7,7 +7,7 @@ toolchain go1.26.3
|
||||
require (
|
||||
github.com/fluxcd/pkg/runtime v0.106.0
|
||||
github.com/go-logr/logr v1.4.3
|
||||
github.com/go-openapi/testify/v2 v2.5.0
|
||||
github.com/go-openapi/testify/v2 v2.5.1
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/netbirdio/netbird v0.71.2
|
||||
github.com/onsi/ginkgo/v2 v2.29.0
|
||||
|
||||
@@ -163,8 +163,8 @@ github.com/go-openapi/jsonreference v0.21.0 h1:Rs+Y7hSXT83Jacb7kFyjn4ijOuVGSvOdF
|
||||
github.com/go-openapi/jsonreference v0.21.0/go.mod h1:LmZmgsrTkVg9LG4EaHeY8cBDslNPMo06cago5JNLkm4=
|
||||
github.com/go-openapi/swag v0.23.1 h1:lpsStH0n2ittzTnbaSloVZLuB5+fvSY/+hnagBjSNZU=
|
||||
github.com/go-openapi/swag v0.23.1/go.mod h1:STZs8TbRvEQQKUA+JZNAm3EWlgaOBGpyFDqQnDHMef0=
|
||||
github.com/go-openapi/testify/v2 v2.5.0 h1:UOCr63aAsMIDydZbZGqo5Ev01D4eydItRbekDuZMJLw=
|
||||
github.com/go-openapi/testify/v2 v2.5.0/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw=
|
||||
github.com/go-openapi/testify/v2 v2.5.1 h1:TMdhCaw8fUNraVSf3Omoob1dO/AzBfhtFAPW0an6sBo=
|
||||
github.com/go-openapi/testify/v2 v2.5.1/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw=
|
||||
github.com/go-sql-driver/mysql v1.9.3 h1:U/N249h2WzJ3Ukj8SowVFjdtZKfu9vlLZxjPXV1aweo=
|
||||
github.com/go-sql-driver/mysql v1.9.3/go.mod h1:qn46aNg1333BRMNU69Lq93t8du/dwxI64Gl8i5p1WMU=
|
||||
github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI=
|
||||
|
||||
Reference in New Issue
Block a user