From 13b5bef704557717280591f57cf68ba359e61ef8 Mon Sep 17 00:00:00 2001 From: Issac Lin Date: Thu, 28 Apr 2022 19:29:59 +0800 Subject: [PATCH] (chore) dep@0.5.4: Remove autoupdate Their repo has been archived. --- bucket/dep.json | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/bucket/dep.json b/bucket/dep.json index f61c420b05..c8d7229865 100644 --- a/bucket/dep.json +++ b/bucket/dep.json @@ -13,19 +13,5 @@ "hash": "b4b2157cf6cec9c5ed03e30e9e1c1fce61c3ad9178b16942ea349cbb7dbce4b3" } }, - "bin": "dep.exe", - "checkver": "github", - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/golang/dep/releases/download/v$version/dep-windows-amd64.exe#/dep.exe" - }, - "32bit": { - "url": "https://github.com/golang/dep/releases/download/v$version/dep-windows-386.exe#/dep.exe" - } - }, - "hash": { - "url": "$url.sha256" - } - } + "bin": "dep.exe" }