From 118ccccecd6a6cbf31ba0b92b714d7466d178074 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 16:28:05 +0000 Subject: [PATCH] mockery: Update to version 2.43.1 --- bucket/mockery.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mockery.json b/bucket/mockery.json index 086dbdb23e..e2e8dcea90 100644 --- a/bucket/mockery.json +++ b/bucket/mockery.json @@ -1,16 +1,16 @@ { - "version": "2.43.0", + "version": "2.43.1", "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.43.0/mockery_2.43.0_Windows_x86_64.tar.gz", - "hash": "c9a813f31522f21086913f5b5c4f35ebdc73d3e289a57c4723341b6354cf1480" + "url": "https://github.com/vektra/mockery/releases/download/v2.43.1/mockery_2.43.1_Windows_x86_64.tar.gz", + "hash": "0eb5e8fc63d98d5939046a6e4bed097dd8f3490707344bcec1c75fc51f35e792" }, "arm64": { - "url": "https://github.com/vektra/mockery/releases/download/v2.43.0/mockery_2.43.0_Windows_arm64.tar.gz", - "hash": "64469a8bead04008bdaa8c86e756e3e0df56ec739192a96f31f431c14095b25f" + "url": "https://github.com/vektra/mockery/releases/download/v2.43.1/mockery_2.43.1_Windows_arm64.tar.gz", + "hash": "9c1f900b46de0f637c62f501d35a418506cc2d2bb8f90c0434ff21a42c604bc1" } }, "bin": "mockery.exe",