From 1abf92d5b1ff800dd5d6239f62b605ec93775f2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 00:32:50 +0000 Subject: [PATCH] mockery: Update to version 2.41.0 --- bucket/mockery.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mockery.json b/bucket/mockery.json index d52756b03f..914febdba7 100644 --- a/bucket/mockery.json +++ b/bucket/mockery.json @@ -1,16 +1,16 @@ { - "version": "2.40.3", + "version": "2.41.0", "description": "A mock code autogenerator for Golang", "homepage": "https://github.com/vektra/mockery", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/vektra/mockery/releases/download/v2.40.3/mockery_2.40.3_Windows_x86_64.tar.gz", - "hash": "a40eb00823173d01d44f2ec7e24aa71f6f6f71a05c55e15019b372e5cfda0563" + "url": "https://github.com/vektra/mockery/releases/download/v2.41.0/mockery_2.41.0_Windows_x86_64.tar.gz", + "hash": "8441987617c8deb3fd67eef91bed5f440d0f34c736674a349423b9dbb7b9229f" }, "arm64": { - "url": "https://github.com/vektra/mockery/releases/download/v2.40.3/mockery_2.40.3_Windows_arm64.tar.gz", - "hash": "8980cc091200c28ef1b648b69c0a573fa15d751971b74fbbd567d4713e497262" + "url": "https://github.com/vektra/mockery/releases/download/v2.41.0/mockery_2.41.0_Windows_arm64.tar.gz", + "hash": "b5113a01092f7ab9fc43281ff9e02ef7297943eb87462ec96aed7dd8c6b8fc0f" } }, "bin": "mockery.exe",