From bb98fc94a365dee729ff3fb75e1b5936b1c976f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 07:06:50 +0000 Subject: [PATCH] build(deps): Bump github.com/vektra/mockery/v2 in /tools Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.40.3 to 2.49.0. - [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.40.3...v2.49.0) --- updated-dependencies: - dependency-name: github.com/vektra/mockery/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tools/go.mod | 5 ++--- tools/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/tools/go.mod b/tools/go.mod index e7b13043..d23227d3 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -3,8 +3,7 @@ module github.com/podengo-project/idmsvc-backend/tools // See: https://go.dev/ref/mod#go-mod-edit go 1.22.1 - -toolchain go1.22.5 +toolchain go1.23.3 require ( github.com/achiku/planter v0.0.0-20230118102009-4847a8211e35 @@ -15,7 +14,7 @@ require ( github.com/mikefarah/yq/v4 v4.44.5 github.com/spf13/cobra-cli v1.3.0 github.com/subpop/xrhidgen v0.1.0 - github.com/vektra/mockery/v2 v2.40.3 + github.com/vektra/mockery/v2 v2.49.0 ) require ( diff --git a/tools/go.sum b/tools/go.sum index 9c2c56d9..9ee1f3e2 100644 --- a/tools/go.sum +++ b/tools/go.sum @@ -804,8 +804,8 @@ github.com/uudashr/gocognit v1.1.3 h1:l+a111VcDbKfynh+airAy/DJQKaXh2m9vkoysMPSZy github.com/uudashr/gocognit v1.1.3/go.mod h1:aKH8/e8xbTRBwjbCkwZ8qt4l2EpKXl31KMHgSS+lZ2U= github.com/uudashr/iface v1.2.1 h1:vHHyzAUmWZ64Olq6NZT3vg/z1Ws56kyPdBOd5kTXDF8= github.com/uudashr/iface v1.2.1/go.mod h1:4QvspiRd3JLPAEXBQ9AiZpLbJlrWWgRChOKDJEuQTdg= -github.com/vektra/mockery/v2 v2.40.3 h1:IZ2lydSDFsY0khnEsbSu13VLcqSsa6UYSS/8F+uOJmo= -github.com/vektra/mockery/v2 v2.40.3/go.mod h1:KYBZF/7sqOa86BaOZPYsoCZWEWLS90a5oBLg2pVudxY= +github.com/vektra/mockery/v2 v2.49.0 h1:KFJKqRa0zd4h+ntM+JFr9Z6fIz++CUgAAogPWnwTwJY= +github.com/vektra/mockery/v2 v2.49.0/go.mod h1:xO2DeYemEPC2tCzIZ+a1tifZ/7Laf/Chxg3vlc+oDsI= github.com/xen0n/gosmopolitan v1.2.2 h1:/p2KTnMzwRexIW8GlKawsTWOxn7UHA+jCMF/V8HHtvU= github.com/xen0n/gosmopolitan v1.2.2/go.mod h1:7XX7Mj61uLYrj0qmeN0zi7XDon9JRAEhYQqAPLVNTeg= github.com/yagipy/maintidx v1.0.0 h1:h5NvIsCz+nRDapQ0exNv4aJ0yXSI0420omVANTv3GJM=