From 8ecd16171af3be1f3a1e9657fe78762e1a4fd264 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:30:58 +0000 Subject: [PATCH] go-size-analyzer: Update to version 1.7.4 --- bucket/go-size-analyzer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/go-size-analyzer.json b/bucket/go-size-analyzer.json index 8e4796f87e..e7dbec0fcd 100644 --- a/bucket/go-size-analyzer.json +++ b/bucket/go-size-analyzer.json @@ -1,16 +1,16 @@ { - "version": "1.7.3", + "version": "1.7.4", "description": "A tool for analyzing the dependencies in compiled Golang binaries.", "homepage": "https://github.com/Zxilly/go-size-analyzer", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.7.3/go-size-analyzer_windows_amd64.zip", - "hash": "b2adc09d175a46b01001bd3b945ee8a20f12ef570a14af34113d8ba16379790c" + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.7.4/go-size-analyzer_windows_amd64.zip", + "hash": "71be3325837ae214c5d2cf744c8bbcaefe3d605ad899182a87d1543b85e19b76" }, "arm64": { - "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.7.3/go-size-analyzer_windows_arm64.zip", - "hash": "e1cf2046958e4014f4f2ceda32f566c872d68e5ad26f31f30de8b80090e022c4" + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.7.4/go-size-analyzer_windows_arm64.zip", + "hash": "c7130cbb02564c72b5f29ecc7442eb16f1310f236b54e5e1e48a78728dc21d5f" } }, "bin": "gsa.exe",