From 3e36d4140b540ad102515effbd855d8422f650f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 20:24:53 +0000 Subject: [PATCH] mockery: Update to version 2.39.1 --- bucket/mockery.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mockery.json b/bucket/mockery.json index 214060c64f..022786f73e 100644 --- a/bucket/mockery.json +++ b/bucket/mockery.json @@ -1,16 +1,16 @@ { - "version": "2.39.0", + "version": "2.39.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.39.0/mockery_2.39.0_Windows_x86_64.tar.gz", - "hash": "c6a5413efe598b714d2201f1be96fee62f05de0b2bde3939495aca789c1c8b17" + "url": "https://github.com/vektra/mockery/releases/download/v2.39.1/mockery_2.39.1_Windows_x86_64.tar.gz", + "hash": "01c22a740743da28f90fafb579e6d249372cff83c8e50165c859984ee9e6e1e4" }, "arm64": { - "url": "https://github.com/vektra/mockery/releases/download/v2.39.0/mockery_2.39.0_Windows_arm64.tar.gz", - "hash": "9403fb0b18dc53de6a50ffeedd0c0f0ce4358093b39f83003199b8a05a1e5c53" + "url": "https://github.com/vektra/mockery/releases/download/v2.39.1/mockery_2.39.1_Windows_arm64.tar.gz", + "hash": "0fffa0dd18058b4cb2a0adb0824bda0dbea3156a10dfbab2f92acbf7069a9c76" } }, "bin": "mockery.exe",