Open elastic-renovate-prod[bot] opened 1 month ago
In order to perform the update(s) described in the table above, Renovate ran the go get
command, which resulted in the following additional change(s):
Details:
Package | Change |
---|---|
golang.org/x/crypto |
v0.23.0 -> v0.24.0 |
golang.org/x/mod |
v0.17.0 -> v0.18.0 |
golang.org/x/net |
v0.25.0 -> v0.26.0 |
golang.org/x/sys |
v0.20.0 -> v0.21.0 |
golang.org/x/tools |
v0.21.1-0.20240508182429-e35e4ccd0d2d -> v0.22.0 |
This PR contains the following updates:
v0.4.0
->v0.5.0
Release Notes
uber/mock (go.uber.org/mock)
### [`v0.5.0`](https://togithub.com/uber-go/mock/releases/tag/v0.5.0) [Compare Source](https://togithub.com/uber/mock/compare/v0.4.0...v0.5.0) #### 0.5.0 (15 Oct 2024) ##### Added - [#153][]: Add `--write_command_comment` flag to specify whether to include `Generated by this command` comment. - [#191][]: Add `--build_constraint` flag to add `//go:build` directives to generated mocks - [#214][]: Add gob mode to support custom package loading techniques in place of --exec_only ##### Changed - [#181][]: Made mockgen faster by changing flags passed to `go list`. - [#183][]: Made `Cond` matcher generic. - [#204][]: Removed `ISGOMOCK()` from generated mocks. - [#207][]: Deprecated reflect mode and replaced it with the new package mode. ##### Fixed - [#144][]: Fix a deadlock that can happen when mocking an interface that matches `fmt.Stringer`. - [#168][]: Fix an issue where the "generated by" comment was being included in the package comment of generated mocks. [#144]: https://togithub.com/uber-go/mock/pull/144 [#153]: https://togithub.com/uber-go/mock/pull/153 [#168]: https://togithub.com/uber-go/mock/pull/168 [#181]: https://togithub.com/uber-go/mock/pull/181 [#183]: https://togithub.com/uber-go/mock/pull/183 [#191]: https://togithub.com/uber-go/mock/pull/191 [#204]: https://togithub.com/uber-go/mock/pull/204 [#207]: https://togithub.com/uber-go/mock/pull/207 [#214]: https://togithub.com/uber-go/mock/pull/214 Thanks to [@tulzke](https://togithub.com/tulzke) [@JacobOaks](https://togithub.com/JacobOaks) [@ARR4N](https://togithub.com/ARR4N) [@sashamelentyev](https://togithub.com/sashamelentyev) [@sywhang](https://togithub.com/sywhang) [@fasmat](https://togithub.com/fasmat) [@eyasy1217](https://togithub.com/eyasy1217) [@ghouscht](https://togithub.com/ghouscht) [@tie](https://togithub.com/tie) [@Neo2308](https://togithub.com/Neo2308) [@carson-brill](https://togithub.com/carson-brill) [@alexandear](https://togithub.com/alexandear) [@sodul](https://togithub.com/sodul) [@nbgraham](https://togithub.com/nbgraham) for their contributions this release.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.