migrate: Update to version 4.18.1

This commit is contained in:
github-actions[bot] 2024-09-09 00:34:33 +00:00
parent 2ac04104f1
commit 3dd80fbde4

View File

@ -1,16 +1,16 @@
{ {
"version": "4.17.1", "version": "4.18.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.1/migrate.windows-amd64.zip", "url": "https://github.com/golang-migrate/migrate/releases/download/v4.18.1/migrate.windows-amd64.zip",
"hash": "7ee78f2e5fc7af59e7e3f4e68fdd9acd9d10a45effba07bb90ca65b4bc5700eb" "hash": "bdfbbd61094d17cbc08167c0269cf863159f2f98fa389de40e04ceae99880361"
}, },
"32bit": { "32bit": {
"url": "https://github.com/golang-migrate/migrate/releases/download/v4.17.1/migrate.windows-386.zip", "url": "https://github.com/golang-migrate/migrate/releases/download/v4.18.1/migrate.windows-386.zip",
"hash": "c7f7922e8235f3be8e01c71c343b0af429edc944500fdf737114b71eef2c2d1b" "hash": "de4d82daa67c50d039ac291e57b206d0bca8d886a2ac65ca19118ef5c8489913"
} }
}, },
"bin": "migrate.exe", "bin": "migrate.exe",