migrate: Update to version 4.15.1

This commit is contained in:
github-actions[bot] 2022-05-09 12:31:17 +00:00
parent 1eefc5e3fd
commit ad70dba5fd

View File

@ -1,16 +1,16 @@
{ {
"version": "4.15.2", "version": "4.15.1",
"description": "Reads and applies migrations in correct order to a database.", "description": "Reads and applies migrations in correct order to a database.",
"homepage": "https://github.com/golang-migrate/migrate", "homepage": "https://github.com/golang-migrate/migrate",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/golang-migrate/migrate/releases/download/v4.15.2/migrate.windows-amd64.zip", "url": "https://github.com/golang-migrate/migrate/releases/download/v4.15.1/migrate.windows-amd64.zip",
"hash": "14631b7b8d7ed1296fd93e94aa76155167670e0378179209b3ae66d9c2c6e8ff" "hash": "cd073cfb5fb5668839cb8933e02aa6bd53533dd534c0a8674e06ad878f1d96e3"
}, },
"32bit": { "32bit": {
"url": "https://github.com/golang-migrate/migrate/releases/download/v4.15.2/migrate.windows-386.zip", "url": "https://github.com/golang-migrate/migrate/releases/download/v4.15.1/migrate.windows-386.zip",
"hash": "a4d4612a550eb0e7f043c995fd0201233bfe5792acef715901b85adc52558970" "hash": "4ed5743292a88a6302a67c61db94ee016e35c442d2f450b378c9fe9e9e4bab24"
} }
}, },
"bin": "migrate.exe", "bin": "migrate.exe",