go-size-analyzer: Update to version 1.6.0

This commit is contained in:
github-actions[bot] 2024-07-28 00:34:22 +00:00
parent 6f5d87db79
commit 211373eb26

View File

@ -1,16 +1,16 @@
{ {
"version": "1.5.4", "version": "1.6.0",
"description": "A tool for analyzing the dependencies in compiled Golang binaries.", "description": "A tool for analyzing the dependencies in compiled Golang binaries.",
"homepage": "https://github.com/Zxilly/go-size-analyzer", "homepage": "https://github.com/Zxilly/go-size-analyzer",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.5.4/go-size-analyzer_windows_amd64.zip", "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.6.0/go-size-analyzer_windows_amd64.zip",
"hash": "a7eaaad02f1ea2b1af861ae8d3ac2a9bc314c2622f265b18f83f8d8df999af99" "hash": "906076ab53477eb3d007b067f5b2ecb28b24833461fe440ba54f25dbbfd99f26"
}, },
"arm64": { "arm64": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.5.4/go-size-analyzer_windows_arm64.zip", "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.6.0/go-size-analyzer_windows_arm64.zip",
"hash": "952f1e43f8ab50fbdad0e8969bcc5e26332620ac7a5396318487791e2e0f0f6b" "hash": "5b590b66f6be1123caa980d7ac60419bab77bcb8d5c82a8fdcbd46794f9cb58a"
} }
}, },
"bin": "gsa.exe", "bin": "gsa.exe",