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" }