Skip to content

Commit a15551e

Browse files
⬆️ Bump go.uber.org/mock from 0.5.2 to 0.6.0 in /utils (#682)
Bumps [go.uber.org/mock](https://github.com/uber/mock) from 0.5.2 to 0.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/uber/mock/releases">go.uber.org/mock's releases</a>.</em></p> <blockquote> <h2>v0.6.0</h2> <h2>0.6.0 (18 Aug 2025)</h2> <h3>Added</h3> <ul> <li><a href="https://redirect.github.com/uber/mock/issues/258">#258</a>[]: Archive mode: a new mockgen mode that generates mocks out of archive files.</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/uber/mock/issues/276">#276</a>[]: Fixed mockgen errors with go1.25 due to outdated golang.org/x/tools dependency.</li> </ul> <p><a href="https://redirect.github.com/uber/mock/issues/258">#258</a>: <a href="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>: <a href="https://redirect.github.com/uber-go/mock/pull/276">uber-go/mock#276</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/uber-go/mock/blob/main/CHANGELOG.md">go.uber.org/mock's changelog</a>.</em></p> <blockquote> <h2>0.6.0 (18 Aug 2025)</h2> <h3>Added</h3> <ul> <li><a href="https://redirect.github.com/uber/mock/issues/258">#258</a>[]: Archive mode: a new mockgen mode that generates mocks out of archive files.</li> <li><a href="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><a href="https://redirect.github.com/uber/mock/issues/276">#276</a>[]: Fixed mockgen errors with go1.25 due to outdated golang.org/x/tools dependency.</li> </ul> <p><a href="https://redirect.github.com/uber/mock/issues/258">#258</a>: <a href="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>: <a href="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>: <a href="https://redirect.github.com/uber-go/mock/pull/276">uber-go/mock#276</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uber-go/mock/commit/2d1c58167e30f380cf78e44a43b100a14767e817"><code>2d1c581</code></a> Prepare release v0.6.0 (<a href="https://redirect.github.com/uber/mock/issues/278">#278</a>)</li> <li><a href="https://github.com/uber-go/mock/commit/c65419553997ae71c1542dc7733358c020d03880"><code>c654195</code></a> Update CI to run 1.24/1.25 (<a href="https://redirect.github.com/uber/mock/issues/277">#277</a>)</li> <li><a href="https://github.com/uber-go/mock/commit/5900c74f02ff1a28eeb59f3e2a0ef6c27e217148"><code>5900c74</code></a> update golang.org/x/tools to v0.36.0 (<a href="https://redirect.github.com/uber/mock/issues/276">#276</a>)</li> <li><a href="https://github.com/uber-go/mock/commit/6a0445c87f2d82e304033c553dadd34d2a1a8120"><code>6a0445c</code></a> feat(bazel): mock_names flag support in archive mode (<a href="https://redirect.github.com/uber/mock/issues/262">#262</a>)</li> <li><a href="https://github.com/uber-go/mock/commit/aa11bfcd02f7339576f4cef5b8c697f980f607d2"><code>aa11bfc</code></a> feat(bazel): support archive mode (<a href="https://redirect.github.com/uber/mock/issues/259">#259</a>)</li> <li><a href="https://github.com/uber-go/mock/commit/359202c7b2fe16fad86eae73a0ff732f8cb363b9"><code>359202c</code></a> Support for archive mode (<a href="https://redirect.github.com/uber/mock/issues/258">#258</a>)</li> <li><a href="https://github.com/uber-go/mock/commit/871d86bb6f8b22d0c4d250ebca1f9d674f6e6d1e"><code>871d86b</code></a> Back to development (<a href="https://redirect.github.com/uber/mock/issues/251">#251</a>)</li> <li>See full diff in <a href="https://github.com/uber/mock/compare/v0.5.2...v0.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/mock&package-manager=go_modules&previous-version=0.5.2&new-version=0.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> Co-authored-by: Monty Bot <monty-bot@arm.com>
1 parent 12fe18a commit a15551e

File tree

10 files changed

+14
-6
lines changed

10 files changed

+14
-6
lines changed

changes/20250819182939.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: mock-0.6.0

changes/20250819182946.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: mock-0.6.0

changes/20250819183009.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: mock-0.6.0

changes/20250819183013.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: mock-0.6.0

changes/20250819183037.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: mock-0.6.0

changes/20250819183041.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: mock-0.6.0

changes/20250819183111.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: mock-0.6.0

changes/20250819183113.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: mock-0.6.0

utils/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ require (
4444
github.com/zalando/go-keyring v0.2.6
4545
go.uber.org/atomic v1.11.0
4646
go.uber.org/goleak v1.3.0
47-
go.uber.org/mock v0.5.2
47+
go.uber.org/mock v0.6.0
4848
go.uber.org/zap v1.27.0
4949
golang.org/x/crypto v0.41.0
5050
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792
@@ -102,7 +102,7 @@ require (
102102
github.com/xanzy/ssh-agent v0.3.3 // indirect
103103
github.com/yusufpapurcu/wmi v1.2.4 // indirect
104104
go.uber.org/multierr v1.10.0 // indirect
105-
golang.org/x/tools v0.35.0 // indirect
105+
golang.org/x/tools v0.36.0 // indirect
106106
gopkg.in/warnings.v0 v0.1.2 // indirect
107107
gopkg.in/yaml.v3 v3.0.1 // indirect
108108
)

utils/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE=
259259
go.uber.org/atomic v1.11.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0=
260260
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
261261
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
262-
go.uber.org/mock v0.5.2 h1:LbtPTcP8A5k9WPXj54PPPbjcI4Y6lhyOZXn+VS7wNko=
263-
go.uber.org/mock v0.5.2/go.mod h1:wLlUxC2vVTPTaE3UD51E0BGOAElKrILxhVSDYQLld5o=
262+
go.uber.org/mock v0.6.0 h1:hyF9dfmbgIX5EfOdasqLsWD6xqpNZlXblLB/Dbnwv3Y=
263+
go.uber.org/mock v0.6.0/go.mod h1:KiVJ4BqZJaMj4svdfmHM0AUx4NJYO8ZNpPnZn1Z+BBU=
264264
go.uber.org/multierr v1.10.0 h1:S0h4aNzvfcFsC3dRF1jLoaov7oRaKqRGC/pUEJ2yvPQ=
265265
go.uber.org/multierr v1.10.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
266266
go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=
@@ -327,8 +327,8 @@ golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
327327
golang.org/x/text v0.28.0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng=
328328
golang.org/x/text v0.28.0/go.mod h1:U8nCwOR8jO/marOQ0QbDiOngZVEBB7MAiitBuMjXiNU=
329329
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
330-
golang.org/x/tools v0.35.0 h1:mBffYraMEf7aa0sB+NuKnuCy8qI/9Bughn8dC2Gu5r0=
331-
golang.org/x/tools v0.35.0/go.mod h1:NKdj5HkL/73byiZSJjqJgKn3ep7KjFkBOkR/Hps3VPw=
330+
golang.org/x/tools v0.36.0 h1:kWS0uv/zsvHEle1LbV5LE8QujrxB3wfQyxHfhOk0Qkg=
331+
golang.org/x/tools v0.36.0/go.mod h1:WBDiHKJK8YgLHlcQPYQzNCkUxUypCaa5ZegCVutKm+s=
332332
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
333333
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
334334
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=

0 commit comments

Comments
 (0)