From 5b5ba602dde06599f7b4830d5fe48352cf33e35b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 12:59:38 +0000 Subject: [PATCH 1/2] chore(deps): bump github.com/vektra/mockery/v2 from 2.43.0 to 2.43.2 Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.43.0 to 2.43.2. - [Release notes](https://github.com/vektra/mockery/releases) - [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md) - [Commits](https://github.com/vektra/mockery/compare/v2.43.0...v2.43.2) --- updated-dependencies: - dependency-name: github.com/vektra/mockery/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 42e083b..fab1bf3 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ toolchain go1.22.0 require ( github.com/masterzen/winrm v0.0.0-20231227165926-e811dad5ac77 - github.com/vektra/mockery/v2 v2.43.0 + github.com/vektra/mockery/v2 v2.43.2 golang.org/x/crypto v0.23.0 ) diff --git a/go.sum b/go.sum index 5ee3ad1..bc27445 100644 --- a/go.sum +++ b/go.sum @@ -245,8 +245,8 @@ github.com/subosito/gotenv v1.4.2 h1:X1TuBLAMDFbaTAChgCBLu3DU3UPyELpnF2jjJ2cz/S8 github.com/subosito/gotenv v1.4.2/go.mod h1:ayKnFf/c6rvx/2iiLrJUk1e6plDbT3edrFNGqEflhK0= github.com/tidwall/transform v0.0.0-20201103190739-32f242e2dbde h1:AMNpJRc7P+GTwVbl8DkK2I9I8BBUzNiHuH/tlxrpan0= github.com/tidwall/transform v0.0.0-20201103190739-32f242e2dbde/go.mod h1:MvrEmduDUz4ST5pGZ7CABCnOU5f3ZiOAZzT6b1A6nX8= -github.com/vektra/mockery/v2 v2.43.0 h1:9jgLwYbFIKPwWJUeK6Y+0s9oLRIGXLfW4FWlmF9R8c0= -github.com/vektra/mockery/v2 v2.43.0/go.mod h1:XNTE9RIu3deGAGQRVjP1VZxGpQNm0YedZx4oDs3prr8= +github.com/vektra/mockery/v2 v2.43.2 h1:OdivAsQL/uoQ55UnTt25tliRI8kaj5j6caHk9xaAUD0= +github.com/vektra/mockery/v2 v2.43.2/go.mod h1:XNTE9RIu3deGAGQRVjP1VZxGpQNm0YedZx4oDs3prr8= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= From 3b20e643b274ade8381ffa9df4503c5a401989be Mon Sep 17 00:00:00 2001 From: Dustin Strobel Date: Mon, 3 Jun 2024 22:20:20 +0200 Subject: [PATCH 2/2] chore: remove version string from mockery files --- .mockery.yaml | 1 + connection/mocks/mock_Connection.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.mockery.yaml b/.mockery.yaml index b58b06d..437bacb 100644 --- a/.mockery.yaml +++ b/.mockery.yaml @@ -1,4 +1,5 @@ with-expecter: true +disable-version-string: true packages: github.com/d-strobel/gowindows/connection: config: diff --git a/connection/mocks/mock_Connection.go b/connection/mocks/mock_Connection.go index 55d604a..65f834f 100644 --- a/connection/mocks/mock_Connection.go +++ b/connection/mocks/mock_Connection.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.43.0. DO NOT EDIT. +// Code generated by mockery. DO NOT EDIT. package connection