Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 28, 2025

This PR contains the following updates:

Package Change Age Confidence
go.uber.org/mock v0.3.0 -> v0.6.0 age confidence

Release Notes

uber/mock (go.uber.org/mock)

v0.6.0

Compare Source

0.6.0 (18 Aug 2025)

Added
  • #​258: Archive mode: a new mockgen mode that generates mocks out of archive files.
Fixed
  • #​276: Fixed mockgen errors with go1.25 due to outdated golang.org/x/tools dependency.

v0.5.2

Compare Source

0.5.2 (28 Apr 2025)

Fixed
  • #​248: Fixed an issue with type aliases not being included in generated code correctly.

v0.5.1

Compare Source

0.5.1 (7 Apr 2025)

Fixed
  • #​220: Package mode will now generate code that uses aliases of types
    when they are used in the source.
  • #​219: Fixed a collision between function argument names and package names
    in generated code.
  • #​165: Fixed an issue where aliases specified by -imports were not being
    respected in generated code.

Thanks to @​mtoader and @​bstncartwright for their contributions to this release.

v0.5.0

Compare Source

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.

Thanks to @​tulzke @​JacobOaks @​ARR4N @​sashamelentyev @​sywhang @​fasmat
@​eyasy1217 @​ghouscht @​tie @​Neo2308 @​carson-brill @​alexandear @​sodul
@​nbgraham for their contributions this release.

v0.4.0

Compare Source

0.4.0 (20 Dec 2023)

Added
  • #​63: AnyOf matcher for values that satisfy at least one matcher.
  • #​114: Regex matcher.
Fixed
  • #​93: Ignore interfaces that contain type constraints.
  • #​101: Fix race condition on Controller.Satisfied.
  • #​121: Fix paths for windows.
  • #​127: Propogate -mock_names to Recorder and ReturnCall types.
  • #​132: Sanitize "any" package names.

Thanks to @​favonia @​hoonmin @​pshopper @​davidharrigan @​dlsniper @​merrett010
@​craig65535 @​chemidy @​tulzke @​UnAfraid @​JacobOaks @​sywhang for their
contributions this release.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
Copy link
Contributor Author

renovate bot commented Sep 28, 2025

ℹ Artifact update notice

File name: go.mod

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):

  • 10 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.23.0
github.com/stretchr/testify v1.8.4 -> v1.9.0
github.com/google/go-cmp v0.5.9 -> v0.6.0
golang.org/x/crypto v0.14.0 -> v0.41.0
golang.org/x/mod v0.11.0 -> v0.27.0
golang.org/x/net v0.17.0 -> v0.43.0
golang.org/x/sync v0.3.0 -> v0.16.0
golang.org/x/sys v0.13.0 -> v0.35.0
golang.org/x/term v0.13.0 -> v0.34.0
golang.org/x/text v0.13.0 -> v0.28.0
golang.org/x/tools v0.6.0 -> v0.36.0

@renovate renovate bot added the dependency label Sep 28, 2025
@renovate renovate bot requested a review from a team as a code owner September 28, 2025 14:07
@renovate renovate bot added the dependency label Sep 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants