go-size-analyzer: Update to version 1.9.0

This commit is contained in:
github-actions[bot] 2025-05-13 08:30:08 +00:00
parent 38d50b1db4
commit 982a7c4206

View File

@ -1,16 +1,16 @@
{ {
"version": "1.8.1", "version": "1.9.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.8.1/go-size-analyzer_windows_amd64.zip", "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.9.0/go-size-analyzer_windows_amd64.zip",
"hash": "ab59d45962b8e29fb8bbe174d727bee6e719b79552c159ccd80364375bf6074a" "hash": "09dcc257162992f09eccd76a343d4c2c5d3f1281fbd9ed8f27de389fc2befb68"
}, },
"arm64": { "arm64": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.8.1/go-size-analyzer_windows_arm64.zip", "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.9.0/go-size-analyzer_windows_arm64.zip",
"hash": "7fff59fa8dc16e91338ea79174776b5167cdbb2a83d00f454445b44128217ba4" "hash": "45c13fe0dc9b24d5284f4efbf395eb63df8999f78ef83b70bc5d79dac8f32031"
} }
}, },
"bin": "gsa.exe", "bin": "gsa.exe",