migrate: Update to version 4.17.1

This commit is contained in:
github-actions[bot] 2024-04-19 09:08:25 +00:00
parent 60394e7a5d
commit ba6e432267

View File

@ -1,16 +1,16 @@
{ {
"version": "4.17.0", "version": "4.17.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.17.0/migrate.windows-amd64.zip", "url": "https://github.com/golang-migrate/migrate/releases/download/v4.17.1/migrate.windows-amd64.zip",
"hash": "147b2f9f1fd10167d78567038398496639d4b42aa83f7e3209854ed658c9b1fb" "hash": "7ee78f2e5fc7af59e7e3f4e68fdd9acd9d10a45effba07bb90ca65b4bc5700eb"
}, },
"32bit": { "32bit": {
"url": "https://github.com/golang-migrate/migrate/releases/download/v4.17.0/migrate.windows-386.zip", "url": "https://github.com/golang-migrate/migrate/releases/download/v4.17.1/migrate.windows-386.zip",
"hash": "3aa17a00ef1ac2472045a75a77748c63c8fa9a74241f25700877241a3bee5592" "hash": "c7f7922e8235f3be8e01c71c343b0af429edc944500fdf737114b71eef2c2d1b"
} }
}, },
"bin": "migrate.exe", "bin": "migrate.exe",