Skip to content

Commit

Permalink
up impg to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chapsuk committed Apr 13, 2019
1 parent fffeaa6 commit 647421c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/go-pg/pg v8.0.3+incompatible
github.com/go-sql-driver/mysql v1.4.1
github.com/golang-migrate/migrate/v4 v4.2.5
github.com/im-kulikov/migrate v0.0.0-20180523141457-d4c757bb8788
github.com/im-kulikov/migrate v0.1.0
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/lib/pq v1.0.0
github.com/onsi/ginkgo v1.8.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI=
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
github.com/im-kulikov/migrate v0.0.0-20180523141457-d4c757bb8788 h1:UxpwXIZY28vYwA7cBhN9hVatfrc76XAgvYRU4UGT3Do=
github.com/im-kulikov/migrate v0.0.0-20180523141457-d4c757bb8788/go.mod h1:tOPZeJ2MgsIqvVk6oq4a8X5l7/FndHYyYGtctIMRI+A=
github.com/im-kulikov/migrate v0.1.0 h1:uN06OtQoHr45RsDXUO7cQR19eah6n+lEaj8ehKPVofg=
github.com/im-kulikov/migrate v0.1.0/go.mod h1:tOPZeJ2MgsIqvVk6oq4a8X5l7/FndHYyYGtctIMRI+A=
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733/go.mod h1:WrMFNQdiFJ80sQsxDoMokWK1W5TQtxBFNpzWTD84ibQ=
github.com/jackc/pgx v3.2.0+incompatible/go.mod h1:0ZGrqGqkRlliWnWB4zKnWtjbSWbGkVEFm4TeybAXq+I=
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a h1:eeaG9XMUvRBYXJi4pg1ZKM7nxc5AfXfojeLLW7O5J3k=
Expand Down

0 comments on commit 647421c

Please sign in to comment.