From f75940360a6c3e7ddf9c5e6a280337395420f0cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 20:27:49 +0000 Subject: [PATCH] glide: Update to version 0.13.3 --- bucket/glide.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/glide.json b/bucket/glide.json index b6f937fd76..2c4b0a024b 100644 --- a/bucket/glide.json +++ b/bucket/glide.json @@ -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.", "homepage": "https://glide.sh/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/Masterminds/glide/releases/download/v0.13.2/glide-v0.13.2-windows-amd64.zip", - "hash": "bdbfbc3a42686b29659631c9d5880c47d468c54c41a4d2fe3015611528e837da", + "url": "https://github.com/Masterminds/glide/releases/download/v0.13.3/glide-v0.13.3-windows-amd64.zip", + "hash": "1685157a4159be6dfeb7fefe414b3ef846770bb94a5a0355183339de237d9c29", "extract_dir": "windows-amd64" }, "32bit": { - "url": "https://github.com/Masterminds/glide/releases/download/v0.13.2/glide-v0.13.2-windows-386.zip", - "hash": "0e472dd22c436cbd341abfde00e6cf9c649dee9a99e8419194f06bfe99babd15", + "url": "https://github.com/Masterminds/glide/releases/download/v0.13.3/glide-v0.13.3-windows-386.zip", + "hash": "7a36089def218262d97b6102c716ecc5c8c4dccc864aa7257967cecaf0bc8bc0", "extract_dir": "windows-386" } },