Skip to content

Commit e078ad8

Browse files
renovate-botJaredTan95
authored andcommitted
Update module github.com/vektra/mockery/v2 to v2.44.1 (jaegertracing#5799)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/vektra/mockery/v2](https://togithub.com/vektra/mockery) | `v2.43.2` -> `v2.44.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fvektra%2fmockery%2fv2/v2.44.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fvektra%2fmockery%2fv2/v2.44.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fvektra%2fmockery%2fv2/v2.43.2/v2.44.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fvektra%2fmockery%2fv2/v2.43.2/v2.44.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vektra/mockery (github.com/vektra/mockery/v2)</summary> ### [`v2.44.1`](https://togithub.com/vektra/mockery/releases/tag/v2.44.1) [Compare Source](https://togithub.com/vektra/mockery/compare/v2.44.0...v2.44.1) #### Changelog - [`c6d2a9e`](https://togithub.com/vektra/mockery/commit/c6d2a9e) Fix release workflow - Fixes [#&#8203;769](https://togithub.com/vektra/mockery/issues/769) : Mock files getting created in disk when dry-run is enabled by [@&#8203;snopan](https://togithub.com/snopan) in [https://github.com/vektra/mockery/pull/789](https://togithub.com/vektra/mockery/pull/789) - chore: fix typos and style by [@&#8203;ccoVeille](https://togithub.com/ccoVeille) in [https://github.com/vektra/mockery/pull/794](https://togithub.com/vektra/mockery/pull/794) - Allow types defined as instantiated generic interfaces to generate mocks by [@&#8203;LandonTClipp](https://togithub.com/LandonTClipp) in [https://github.com/vektra/mockery/pull/790](https://togithub.com/vektra/mockery/pull/790) ### [`v2.44.0`](https://togithub.com/vektra/mockery/compare/v2.43.2...v2.44.0) [Compare Source](https://togithub.com/vektra/mockery/compare/v2.43.2...v2.44.0) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/jaegertracing/jaeger). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2c6ZGVwZW5kZW5jaWVzIl19--> Signed-off-by: Mend Renovate <[email protected]> Signed-off-by: Jared Tan <[email protected]>
1 parent ab52c52 commit e078ad8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

internal/tools/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.3
55
require (
66
github.com/golangci/golangci-lint v1.59.1
77
github.com/josephspurrier/goversioninfo v1.4.0
8-
github.com/vektra/mockery/v2 v2.43.2
8+
github.com/vektra/mockery/v2 v2.44.1
99
mvdan.cc/gofumpt v0.6.0
1010
)
1111

internal/tools/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -563,8 +563,8 @@ github.com/ultraware/whitespace v0.1.1 h1:bTPOGejYFulW3PkcrqkeQwOd6NKOOXvmGD9bo/
563563
github.com/ultraware/whitespace v0.1.1/go.mod h1:XcP1RLD81eV4BW8UhQlpaR+SDc2givTvyI8a586WjW8=
564564
github.com/uudashr/gocognit v1.1.2 h1:l6BAEKJqQH2UpKAPKdMfZf5kE4W/2xk8pfU1OVLvniI=
565565
github.com/uudashr/gocognit v1.1.2/go.mod h1:aAVdLURqcanke8h3vg35BC++eseDm66Z7KmchI5et4k=
566-
github.com/vektra/mockery/v2 v2.43.2 h1:OdivAsQL/uoQ55UnTt25tliRI8kaj5j6caHk9xaAUD0=
567-
github.com/vektra/mockery/v2 v2.43.2/go.mod h1:XNTE9RIu3deGAGQRVjP1VZxGpQNm0YedZx4oDs3prr8=
566+
github.com/vektra/mockery/v2 v2.44.1 h1:lfvocO3HklLp68gezPBVaHl+5rKXloGCO7eTEXh71dA=
567+
github.com/vektra/mockery/v2 v2.44.1/go.mod h1:XNTE9RIu3deGAGQRVjP1VZxGpQNm0YedZx4oDs3prr8=
568568
github.com/xen0n/gosmopolitan v1.2.2 h1:/p2KTnMzwRexIW8GlKawsTWOxn7UHA+jCMF/V8HHtvU=
569569
github.com/xen0n/gosmopolitan v1.2.2/go.mod h1:7XX7Mj61uLYrj0qmeN0zi7XDon9JRAEhYQqAPLVNTeg=
570570
github.com/yagipy/maintidx v1.0.0 h1:h5NvIsCz+nRDapQ0exNv4aJ0yXSI0420omVANTv3GJM=

0 commit comments

Comments
 (0)