diff --git a/bucket/go-swagger.json b/bucket/go-swagger.json new file mode 100644 index 0000000000..3dc7b92fee --- /dev/null +++ b/bucket/go-swagger.json @@ -0,0 +1,23 @@ +{ + "version": "0.29.0", + "description": "Golang implementation of Swagger 2.0 (OpenAPI 2.0)", + "homepage": "https://goswagger.io", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/go-swagger/go-swagger/releases/download/v0.29.0/swagger_windows_amd64.exe#/swagger.exe", + "hash": "b31478e04f1d8c35eca7d0ae4e8ba5688c210e8a726e0883b3fda48417f05a05" + } + }, + "bin": "swagger.exe", + "checkver": { + "github": "https://github.com/go-swagger/go-swagger" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/go-swagger/go-swagger/releases/download/v$version/swagger_windows_amd64.exe#/swagger.exe" + } + } + } +}