Skip to content

Commit 5fa3b06

Browse files
(chore) bump go.uber.org/mock from 0.5.2 to 0.6.0 (#80)
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 /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2203f5 commit 5fa3b06

2 files changed

Lines changed: 17 additions & 15 deletions

File tree

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/charmbracelet/x/exp/teatest/v2 v2.0.0-20260330094520-2dce04b6f8a4
1414
github.com/muesli/reflow v0.3.0
1515
github.com/muesli/termenv v0.16.0
16-
go.uber.org/mock v0.5.2
16+
go.uber.org/mock v0.6.0
1717
golang.org/x/term v0.41.0
1818
gopkg.in/yaml.v3 v3.0.1
1919
)
@@ -52,10 +52,10 @@ require (
5252
github.com/yuin/goldmark v1.7.8 // indirect
5353
github.com/yuin/goldmark-emoji v1.0.5 // indirect
5454
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
55-
golang.org/x/mod v0.18.0 // indirect
56-
golang.org/x/net v0.39.0 // indirect
55+
golang.org/x/mod v0.27.0 // indirect
56+
golang.org/x/net v0.43.0 // indirect
5757
golang.org/x/sync v0.19.0 // indirect
5858
golang.org/x/sys v0.42.0 // indirect
59-
golang.org/x/text v0.24.0 // indirect
60-
golang.org/x/tools v0.22.0 // indirect
59+
golang.org/x/text v0.28.0 // indirect
60+
golang.org/x/tools v0.36.0 // indirect
6161
)

go.sum

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp
7070
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
7171
github.com/go-logfmt/logfmt v0.6.0 h1:wGYYu3uicYdqXVgoYbvnkrPVXkuLM1p1ifugDMEdRi4=
7272
github.com/go-logfmt/logfmt v0.6.0/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs=
73+
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
74+
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
7375
github.com/gorilla/css v1.0.1 h1:ntNaBIghp6JmvWnxbZKANoLyuXTPZ4cAMlo6RyhlbO8=
7476
github.com/gorilla/css v1.0.1/go.mod h1:BvnYkspnSzMmwRK+b8/xgNPLiIuNZr6vbZBTPQ2A3b0=
7577
github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=
@@ -110,25 +112,25 @@ github.com/yuin/goldmark v1.7.8 h1:iERMLn0/QJeHFhxSt3p6PeN9mGnvIKSpG9YYorDMnic=
110112
github.com/yuin/goldmark v1.7.8/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
111113
github.com/yuin/goldmark-emoji v1.0.5 h1:EMVWyCGPlXJfUXBXpuMu+ii3TIaxbVBnEX9uaDC4cIk=
112114
github.com/yuin/goldmark-emoji v1.0.5/go.mod h1:tTkZEbwu5wkPmgTcitqddVxY9osFZiavD+r4AzQrh1U=
113-
go.uber.org/mock v0.5.2 h1:LbtPTcP8A5k9WPXj54PPPbjcI4Y6lhyOZXn+VS7wNko=
114-
go.uber.org/mock v0.5.2/go.mod h1:wLlUxC2vVTPTaE3UD51E0BGOAElKrILxhVSDYQLld5o=
115+
go.uber.org/mock v0.6.0 h1:hyF9dfmbgIX5EfOdasqLsWD6xqpNZlXblLB/Dbnwv3Y=
116+
go.uber.org/mock v0.6.0/go.mod h1:KiVJ4BqZJaMj4svdfmHM0AUx4NJYO8ZNpPnZn1Z+BBU=
115117
golang.org/x/exp v0.0.0-20231006140011-7918f672742d h1:jtJma62tbqLibJ5sFQz8bKtEM8rJBtfilJ2qTU199MI=
116118
golang.org/x/exp v0.0.0-20231006140011-7918f672742d/go.mod h1:ldy0pHrwJyGW56pPQzzkH36rKxoZW1tw7ZJpeKx+hdo=
117-
golang.org/x/mod v0.18.0 h1:5+9lSbEzPSdWkH32vYPBwEpX8KwDbM52Ud9xBUvNlb0=
118-
golang.org/x/mod v0.18.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
119-
golang.org/x/net v0.39.0 h1:ZCu7HMWDxpXpaiKdhzIfaltL9Lp31x/3fCP11bc6/fY=
120-
golang.org/x/net v0.39.0/go.mod h1:X7NRbYVEA+ewNkCNyJ513WmMdQ3BineSwVtN2zD/d+E=
119+
golang.org/x/mod v0.27.0 h1:kb+q2PyFnEADO2IEF935ehFUXlWiNjJWtRNgBLSfbxQ=
120+
golang.org/x/mod v0.27.0/go.mod h1:rWI627Fq0DEoudcK+MBkNkCe0EetEaDSwJJkCcjpazc=
121+
golang.org/x/net v0.43.0 h1:lat02VYK2j4aLzMzecihNvTlJNQUq316m2Mr9rnM6YE=
122+
golang.org/x/net v0.43.0/go.mod h1:vhO1fvI4dGsIjh73sWfUVjj3N7CA9WkKJNQm2svM6Jg=
121123
golang.org/x/sync v0.19.0 h1:vV+1eWNmZ5geRlYjzm2adRgW2/mcpevXNg50YZtPCE4=
122124
golang.org/x/sync v0.19.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
123125
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
124126
golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo=
125127
golang.org/x/sys v0.42.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
126128
golang.org/x/term v0.41.0 h1:QCgPso/Q3RTJx2Th4bDLqML4W6iJiaXFq2/ftQF13YU=
127129
golang.org/x/term v0.41.0/go.mod h1:3pfBgksrReYfZ5lvYM0kSO0LIkAl4Yl2bXOkKP7Ec2A=
128-
golang.org/x/text v0.24.0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0=
129-
golang.org/x/text v0.24.0/go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU=
130-
golang.org/x/tools v0.22.0 h1:gqSGLZqv+AI9lIQzniJ0nZDRG5GBPsSi+DRNHWNz6yA=
131-
golang.org/x/tools v0.22.0/go.mod h1:aCwcsjqvq7Yqt6TNyX7QMU2enbQ/Gt0bo6krSeEri+c=
130+
golang.org/x/text v0.28.0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng=
131+
golang.org/x/text v0.28.0/go.mod h1:U8nCwOR8jO/marOQ0QbDiOngZVEBB7MAiitBuMjXiNU=
132+
golang.org/x/tools v0.36.0 h1:kWS0uv/zsvHEle1LbV5LE8QujrxB3wfQyxHfhOk0Qkg=
133+
golang.org/x/tools v0.36.0/go.mod h1:WBDiHKJK8YgLHlcQPYQzNCkUxUypCaa5ZegCVutKm+s=
132134
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
133135
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
134136
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=

0 commit comments

Comments
 (0)