From 938434e264eb399a56abffbc2e0a7f49d1a27afe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 04:28:37 +0000 Subject: [PATCH] mockery: Update to version 2.19.0 --- bucket/mockery.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mockery.json b/bucket/mockery.json index e1f33dcc45..281ad4cfd6 100644 --- a/bucket/mockery.json +++ b/bucket/mockery.json @@ -1,12 +1,12 @@ { - "version": "2.18.0", + "version": "2.19.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.18.0/mockery_2.18.0_Windows_x86_64.tar.gz", - "hash": "10d1785e9e751f6f0793c4cc9274602b20bcc87eb47d6d1da55f8e091a16db0e" + "url": "https://github.com/vektra/mockery/releases/download/v2.19.0/mockery_2.19.0_Windows_x86_64.tar.gz", + "hash": "2e94fe5430e51143b5fe268067eba2c3522eecbce466b0febd15906eb701abcb" } }, "bin": "mockery.exe",