From c5f4c560559e7a075a375c1a53a8936d848dc706 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Apr 2025 20:27:26 +0000 Subject: [PATCH] go-size-analyzer: Update to version 1.8.0 --- 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 ad950b9be0..f33610c5bc 100644 --- a/bucket/go-size-analyzer.json +++ b/bucket/go-size-analyzer.json @@ -1,16 +1,16 @@ { - "version": "1.7.9", + "version": "1.8.0", "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.9/go-size-analyzer_windows_amd64.zip", - "hash": "00e01a246391bac04c839b6e4340b35316b1f6c77e9a581f3ba9b006b904547c" + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.8.0/go-size-analyzer_windows_amd64.zip", + "hash": "85d29e3596a1998733920e1e5c61998ee11b9857bbc8c10713ad4a4f47500ccc" }, "arm64": { - "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.7.9/go-size-analyzer_windows_arm64.zip", - "hash": "3fe9f9b37f259dc862e3119068b26f6b62e85bb6f6c3333d6845354b6852e048" + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.8.0/go-size-analyzer_windows_arm64.zip", + "hash": "87b8d55200280bc907655768f91801bea41d75a3b585f866dbc3bcded5193d64" } }, "bin": "gsa.exe",