go-size-analyzer: Update to version 1.2.0

This commit is contained in:
github-actions[bot] 2024-06-10 00:34:07 +00:00
parent 64f5efbcc7
commit aabdebd9f8

View File

@ -1,16 +1,16 @@
{
"version": "1.1.0",
"version": "1.2.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.1.0/go-size-analyzer_windows_amd64.zip",
"hash": "a09a01506a3042cffbcac5de2d681a8bba0dc9afcce845f036cd4636eb1743d4"
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.2.0/go-size-analyzer_windows_amd64.zip",
"hash": "b04c7aa1c654ada06ee77553172c93be5c6da651481df1cabb6871296bb1494c"
},
"arm64": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.1.0/go-size-analyzer_windows_arm64.zip",
"hash": "fef3fb439fd5acf875e80ab07ec2b4a56c3e99225b18eafe4b17a5214a4eac86"
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.2.0/go-size-analyzer_windows_arm64.zip",
"hash": "c5920020c4353447c959f1fd6b956f877f3f31a99fd403cea256c17899afe6f7"
}
},
"bin": "gsa.exe",