From 9d9180eda2094cd322001b98c5d3b3e905d1155a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:29:06 +0000 Subject: [PATCH] go-size-analyzer: Update to version 1.3.10 --- 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 cad027ba30..efd580dd55 100644 --- a/bucket/go-size-analyzer.json +++ b/bucket/go-size-analyzer.json @@ -1,16 +1,16 @@ { - "version": "1.3.9", + "version": "1.3.10", "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.3.9/go-size-analyzer_windows_amd64.zip", - "hash": "f4ec35dda8ee6eff44424c8403aaa3db1050ff17ca11fd792a958e077835f43f" + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.3.10/go-size-analyzer_windows_amd64.zip", + "hash": "91d727f9d3864f830e42b42ff573dc75547a61fb21799a0e79be836edeb96a1f" }, "arm64": { - "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.3.9/go-size-analyzer_windows_arm64.zip", - "hash": "8e27fe4b9036bf9a76e8f5cb605ea2579f7ec69c87ed4809206d168f283bb287" + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.3.10/go-size-analyzer_windows_arm64.zip", + "hash": "5fceb7840e0a1ab4a4b33842f2f645184a327c68c6492ab351aeb7c613d8c888" } }, "bin": "gsa.exe",