glide: Update to version 0.13.3

This commit is contained in:
github-actions[bot] 2022-07-27 20:27:49 +00:00
parent 3bbeb3f0a4
commit f75940360a

View File

@ -1,17 +1,17 @@
{ {
"version": "0.13.2", "version": "0.13.3",
"description": "A package manager for Go that is conceptually similar to package managers for other languages.", "description": "A package manager for Go that is conceptually similar to package managers for other languages.",
"homepage": "https://glide.sh/", "homepage": "https://glide.sh/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/Masterminds/glide/releases/download/v0.13.2/glide-v0.13.2-windows-amd64.zip", "url": "https://github.com/Masterminds/glide/releases/download/v0.13.3/glide-v0.13.3-windows-amd64.zip",
"hash": "bdbfbc3a42686b29659631c9d5880c47d468c54c41a4d2fe3015611528e837da", "hash": "1685157a4159be6dfeb7fefe414b3ef846770bb94a5a0355183339de237d9c29",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/Masterminds/glide/releases/download/v0.13.2/glide-v0.13.2-windows-386.zip", "url": "https://github.com/Masterminds/glide/releases/download/v0.13.3/glide-v0.13.3-windows-386.zip",
"hash": "0e472dd22c436cbd341abfde00e6cf9c649dee9a99e8419194f06bfe99babd15", "hash": "7a36089def218262d97b6102c716ecc5c8c4dccc864aa7257967cecaf0bc8bc0",
"extract_dir": "windows-386" "extract_dir": "windows-386"
} }
}, },