Skip to content

Commit f03503b

Browse files
Merge pull request #3 from gozix/add-dialect-option
added dialect option
2 parents 6298982 + e68e7cc commit f03503b

6 files changed

Lines changed: 393 additions & 34 deletions

File tree

go.mod

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,13 @@ module github.com/gozix/sql-migrate/v2
33
go 1.12
44

55
require (
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
)

0 commit comments

Comments
 (0)