migrate: Update to version 4.11.0

This commit is contained in:
Jakub Čábera 2020-05-04 20:13:43 +02:00
parent c85080ae2c
commit 8350c54d8a

View File

@ -1,12 +1,12 @@
{ {
"version": "4.10.0", "version": "4.11.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.10.0/migrate.windows-amd64.exe.tar.gz", "url": "https://github.com/golang-migrate/migrate/releases/download/v4.11.0/migrate.windows-amd64.exe.tar.gz",
"hash": "72f1b7e6aa0d5ea858f75824958d6ec636b974669d0921224578617b61becaaf", "hash": "0e65fdff4f3d403e4767048542bcc6cf761c5412b5fa7d5c6cef623344a4c8c8",
"bin": [ "bin": [
[ [
"migrate.windows-amd64.exe", "migrate.windows-amd64.exe",
@ -15,8 +15,8 @@
] ]
}, },
"32bit": { "32bit": {
"url": "https://github.com/golang-migrate/migrate/releases/download/v4.10.0/migrate.windows-386.exe.tar.gz", "url": "https://github.com/golang-migrate/migrate/releases/download/v4.11.0/migrate.windows-386.exe.tar.gz",
"hash": "2630ff2559b8900a550542043056cbc85c92b1126c520171b5d4cb7392f3a975", "hash": "bea985ed4f000e3da58b91515242988917ef400f52bbbadaf23dc79190dcc871",
"bin": [ "bin": [
[ [
"migrate.windows-386.exe", "migrate.windows-386.exe",