Skip to content

Commit

Permalink
Merge pull request #3 from gozix/add-dialect-option
Browse files Browse the repository at this point in the history
added dialect option
  • Loading branch information
AlexanderGrom committed Sep 28, 2020
2 parents 6298982 + e68e7cc commit f03503b
Show file tree
Hide file tree
Showing 6 changed files with 393 additions and 34 deletions.
20 changes: 8 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@ module github.com/gozix/sql-migrate/v2
go 1.12

require (
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/gobuffalo/packr v1.30.1 // indirect
github.com/gozix/glue/v2 v2.0.0
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/gozix/glue/v2 v2.3.0
github.com/gozix/sql/v2 v2.0.0
github.com/gozix/zap/v2 v2.0.0
github.com/lib/pq v1.2.0 // indirect
github.com/rubenv/sql-migrate v0.0.0-20190717103323-87ce952f7079
github.com/sarulabs/di/v2 v2.1.2
github.com/spf13/cobra v0.0.5
github.com/ziutek/mymysql v1.5.4 // indirect
go.uber.org/zap v1.10.0
google.golang.org/appengine v1.6.1 // indirect
gopkg.in/gorp.v1 v1.7.2 // indirect
github.com/gozix/zap/v2 v2.0.2
github.com/lib/pq v1.8.0 // indirect
github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351
github.com/sarulabs/di/v2 v2.4.0
github.com/spf13/cobra v1.0.0
go.uber.org/zap v1.16.0
)
Loading

0 comments on commit f03503b

Please sign in to comment.