go-size-analyzer: Update to version 1.7.1

This commit is contained in:
github-actions[bot] 2024-08-29 08:29:27 +00:00
parent 338860b853
commit d8642eb5a0

View File

@ -1,16 +1,16 @@
{ {
"version": "1.7.0", "version": "1.7.1",
"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.7.0/go-size-analyzer_windows_amd64.zip", "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.7.1/go-size-analyzer_windows_amd64.zip",
"hash": "2c916a2faa992c2fc5b960b9d3fe82853feb46b2cb565c157b10f71467a93015" "hash": "fec7fa948924b1028482741676792f60601737b1b9a122366265e22404a8b8a0"
}, },
"arm64": { "arm64": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.7.0/go-size-analyzer_windows_arm64.zip", "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.7.1/go-size-analyzer_windows_arm64.zip",
"hash": "f08c90a3e4ad269e4c9347b216d6ee154681df578028cc16d3919fcc7b6774b0" "hash": "b6152952aed728cea3c301333f4f3b43b59499a41b06b08778aab4da19ff97b6"
} }
}, },
"bin": "gsa.exe", "bin": "gsa.exe",