File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,17 +3,13 @@ module github.com/gozix/sql-migrate/v2
33go 1.12
44
55require (
6- github.com/go-sql-driver/mysql v1.4.1 // indirect
7- github.com/gobuffalo/packr v1.30.1 // indirect
8- github.com/gozix/glue/v2 v2.0.0
6+ github.com/go-sql-driver/mysql v1.5.0 // indirect
7+ github.com/gozix/glue/v2 v2.3.0
98 github.com/gozix/sql/v2 v2.0.0
10- github.com/gozix/zap/v2 v2.0.0
11- github.com/lib/pq v1.2.0 // indirect
12- github.com/rubenv/sql-migrate v0.0.0-20190717103323-87ce952f7079
13- github.com/sarulabs/di/v2 v2.1.2
14- github.com/spf13/cobra v0.0.5
15- github.com/ziutek/mymysql v1.5.4 // indirect
16- go.uber.org/zap v1.10.0
17- google.golang.org/appengine v1.6.1 // indirect
18- gopkg.in/gorp.v1 v1.7.2 // indirect
9+ github.com/gozix/zap/v2 v2.0.2
10+ github.com/lib/pq v1.8.0 // indirect
11+ github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351
12+ github.com/sarulabs/di/v2 v2.4.0
13+ github.com/spf13/cobra v1.0.0
14+ go.uber.org/zap v1.16.0
1915)
You can’t perform that action at this time.
0 commit comments