Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8416882

Browse files
chore: bump go.uber.org/mock from 0.5.0 to 0.6.0 (#19538)
Bumps [go.uber.org/mock](https://github.com/uber/mock) from 0.5.0 to0.6.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/uber/mock/releases">go.uber.org/mock'sreleases</a>.</em></p><blockquote><h2>v0.6.0</h2><h2>0.6.0 (18 Aug 2025)</h2><h3>Added</h3><ul><li><ahref="https://redirect.github.com/uber/mock/issues/258">#258</a>[]:Archive mode: a new mockgen mode that generates mocks out of archivefiles.</li></ul><h3>Fixed</h3><ul><li><ahref="https://redirect.github.com/uber/mock/issues/276">#276</a>[]:Fixed mockgen errors with go1.25 due to outdated golang.org/x/toolsdependency.</li></ul><p><a href="https://redirect.github.com/uber/mock/issues/258">#258</a>:<ahref="https://redirect.github.com/uber-go/mock/pull/258">uber-go/mock#258</a><a href="https://redirect.github.com/uber/mock/issues/276">#276</a>: <ahref="https://redirect.github.com/uber-go/mock/pull/276">uber-go/mock#276</a></p><h2>v0.5.2</h2><h2>0.5.2 (28 Apr 2025)</h2><h3>Fixed</h3><ul><li><ahref="https://redirect.github.com/uber/mock/issues/248">#248</a>[]:Fixed an issue with type aliases not being included in generated codecorrectly.</li></ul><p><a href="https://redirect.github.com/uber/mock/issues/248">#248</a>:<ahref="https://redirect.github.com/uber-go/mock/pull/248">uber-go/mock#248</a></p><h2>v0.5.1</h2><h2>0.5.1 (7 Apr 2025)</h2><h3>Fixed</h3><ul><li><ahref="https://redirect.github.com/uber/mock/issues/220">#220</a>[]:Package mode will now generate code that uses aliases of typeswhen they are used in the source.</li><li><ahref="https://redirect.github.com/uber/mock/issues/219">#219</a>[]:Fixed a collision between function argument names and package namesin generated code.</li><li><ahref="https://redirect.github.com/uber/mock/issues/165">#165</a>[]:Fixed an issue where aliases specified by <code>-imports</code> were notbeingrespected in generated code.</li></ul><p><a href="https://redirect.github.com/uber/mock/issues/220">#220</a>:<ahref="https://redirect.github.com/uber-go/mock/pull/220">uber-go/mock#220</a><a href="https://redirect.github.com/uber/mock/issues/219">#219</a>: <ahref="https://redirect.github.com/uber-go/mock/pull/219">uber-go/mock#219</a><a href="https://redirect.github.com/uber/mock/issues/165">#165</a>: <ahref="https://redirect.github.com/uber-go/mock/pull/165">uber-go/mock#165</a></p><p>Thanks to <ahref="https://github.com/mtoader"><code>@​mtoader</code></a> and <ahref="https://github.com/bstncartwright"><code>@​bstncartwright</code></a>for their contributions to this release.</p></blockquote></details><details><summary>Changelog</summary><p><em>Sourced from <ahref="https://github.com/uber-go/mock/blob/main/CHANGELOG.md">go.uber.org/mock'schangelog</a>.</em></p><blockquote><h2>0.6.0 (18 Aug 2025)</h2><h3>Added</h3><ul><li><ahref="https://redirect.github.com/uber/mock/issues/258">#258</a>[]:Archive mode: a new mockgen mode that generates mocks out of archivefiles.</li><li><ahref="https://redirect.github.com/uber/mock/issues/262">#262</a>[]:Support for specifying mock names when using the<code>_gomock_archive</code> bazel rule.</li></ul><h3>Fixed</h3><ul><li><ahref="https://redirect.github.com/uber/mock/issues/276">#276</a>[]:Fixed mockgen errors with go1.25 due to outdated golang.org/x/toolsdependency.</li></ul><p><a href="https://redirect.github.com/uber/mock/issues/258">#258</a>:<ahref="https://redirect.github.com/uber-go/mock/pull/258">uber-go/mock#258</a><a href="https://redirect.github.com/uber/mock/issues/262">#262</a>: <ahref="https://redirect.github.com/uber-go/mock/pull/262">uber-go/mock#262</a><a href="https://redirect.github.com/uber/mock/issues/276">#276</a>: <ahref="https://redirect.github.com/uber-go/mock/pull/276">uber-go/mock#276</a></p><h2>0.5.2 (28 Apr 2025)</h2><h3>Fixed</h3><ul><li><ahref="https://redirect.github.com/uber/mock/issues/248">#248</a>[]:Fixed an issue with type aliases not being included in generated codecorrectly.</li></ul><p><a href="https://redirect.github.com/uber/mock/issues/248">#248</a>:<ahref="https://redirect.github.com/uber-go/mock/pull/248">uber-go/mock#248</a></p><h2>0.5.1 (7 Apr 2025)</h2><h3>Fixed</h3><ul><li><ahref="https://redirect.github.com/uber/mock/issues/220">#220</a>[]:Package mode will now generate code that uses aliases of typeswhen they are used in the source.</li><li><ahref="https://redirect.github.com/uber/mock/issues/219">#219</a>[]:Fixed a collision between function argument names and package namesin generated code.</li><li><ahref="https://redirect.github.com/uber/mock/issues/165">#165</a>[]:Fixed an issue where aliases specified by <code>-imports</code> were notbeingrespected in generated code.</li></ul><p><a href="https://redirect.github.com/uber/mock/issues/220">#220</a>:<ahref="https://redirect.github.com/uber-go/mock/pull/220">uber-go/mock#220</a><a href="https://redirect.github.com/uber/mock/issues/219">#219</a>: <ahref="https://redirect.github.com/uber-go/mock/pull/219">uber-go/mock#219</a><a href="https://redirect.github.com/uber/mock/issues/165">#165</a>: <ahref="https://redirect.github.com/uber-go/mock/pull/165">uber-go/mock#165</a></p><p>Thanks to <ahref="https://github.com/mtoader"><code>@​mtoader</code></a> and <ahref="https://github.com/bstncartwright"><code>@​bstncartwright</code></a>for their contributions to this release.</p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/uber-go/mock/commit/2d1c58167e30f380cf78e44a43b100a14767e817"><code>2d1c581</code></a>Prepare release v0.6.0 (<ahref="https://redirect.github.com/uber/mock/issues/278">#278</a>)</li><li><ahref="https://github.com/uber-go/mock/commit/c65419553997ae71c1542dc7733358c020d03880"><code>c654195</code></a>Update CI to run 1.24/1.25 (<ahref="https://redirect.github.com/uber/mock/issues/277">#277</a>)</li><li><ahref="https://github.com/uber-go/mock/commit/5900c74f02ff1a28eeb59f3e2a0ef6c27e217148"><code>5900c74</code></a>update golang.org/x/tools to v0.36.0 (<ahref="https://redirect.github.com/uber/mock/issues/276">#276</a>)</li><li><ahref="https://github.com/uber-go/mock/commit/6a0445c87f2d82e304033c553dadd34d2a1a8120"><code>6a0445c</code></a>feat(bazel): mock_names flag support in archive mode (<ahref="https://redirect.github.com/uber/mock/issues/262">#262</a>)</li><li><ahref="https://github.com/uber-go/mock/commit/aa11bfcd02f7339576f4cef5b8c697f980f607d2"><code>aa11bfc</code></a>feat(bazel): support archive mode (<ahref="https://redirect.github.com/uber/mock/issues/259">#259</a>)</li><li><ahref="https://github.com/uber-go/mock/commit/359202c7b2fe16fad86eae73a0ff732f8cb363b9"><code>359202c</code></a>Support for archive mode (<ahref="https://redirect.github.com/uber/mock/issues/258">#258</a>)</li><li><ahref="https://github.com/uber-go/mock/commit/871d86bb6f8b22d0c4d250ebca1f9d674f6e6d1e"><code>871d86b</code></a>Back to development (<ahref="https://redirect.github.com/uber/mock/issues/251">#251</a>)</li><li><ahref="https://github.com/uber-go/mock/commit/0b8095f698fe3b6414a8d1321e990100ba8ce5bc"><code>0b8095f</code></a>Prepare release v0.5.2 (<ahref="https://redirect.github.com/uber/mock/issues/250">#250</a>)</li><li><ahref="https://github.com/uber-go/mock/commit/8ce01ac54df4c2f4443bbe7de345188289af8c4e"><code>8ce01ac</code></a>Bump go.mod to 1.23 and remove alias replacements (<ahref="https://redirect.github.com/uber/mock/issues/248">#248</a>)</li><li><ahref="https://github.com/uber-go/mock/commit/6568d888c79f7c03d45c396af40b608782fae4df"><code>6568d88</code></a>Back to development. (<ahref="https://redirect.github.com/uber/mock/issues/242">#242</a>)</li><li>Additional commits viewable in <ahref="https://github.com/uber/mock/compare/v0.5.0...v0.6.0">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/mock&package-manager=go_modules&previous-version=0.5.0&new-version=0.6.0)](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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR 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 parentdf28da6 commit8416882

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ require (
193193
go.opentelemetry.io/otel/tracev1.37.0
194194
go.uber.org/atomicv1.11.0
195195
go.uber.org/goleakv1.3.1-0.20240429205332-517bace7cc29
196-
go.uber.org/mockv0.5.0
196+
go.uber.org/mockv0.6.0
197197
go4.org/netipxv0.0.0-20230728180743-ad4cb58a6516
198198
golang.org/x/cryptov0.41.0
199199
golang.org/x/expv0.0.0-20250408133849-7e4ce0ab07d0

‎go.sum‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1989,8 +1989,8 @@ go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE=
19891989
go.uber.org/atomicv1.11.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0=
19901990
go.uber.org/goleakv1.3.1-0.20240429205332-517bace7cc29 h1:w0QrHuh0hhUZ++UTQaBM2DMdrWQghZ/UsUb+Wb1+8YE=
19911991
go.uber.org/goleakv1.3.1-0.20240429205332-517bace7cc29/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
1992-
go.uber.org/mockv0.5.0 h1:KAMbZvZPyBPWgD14IrIQ38QCyjwpvVVV6K/bHl1IwQU=
1993-
go.uber.org/mockv0.5.0/go.mod h1:ge71pBPLYDk7QIi1LupWxdAykm7KIEFchiOqd6z7qMM=
1992+
go.uber.org/mockv0.6.0 h1:hyF9dfmbgIX5EfOdasqLsWD6xqpNZlXblLB/Dbnwv3Y=
1993+
go.uber.org/mockv0.6.0/go.mod h1:KiVJ4BqZJaMj4svdfmHM0AUx4NJYO8ZNpPnZn1Z+BBU=
19941994
go.uber.org/multierrv1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
19951995
go.uber.org/multierrv1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
19961996
go.uber.org/zapv1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp