migrate: Update to version 4.17.0

This commit is contained in:
github-actions[bot] 2023-12-21 00:32:14 +00:00
parent 54b28ee4bc
commit 80f9d92029

View File

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