21 lines
608 B
Modula-2
21 lines
608 B
Modula-2
module github.com/rubenv/sql-migrate
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/denisenkom/go-mssqldb v0.0.0-20191001013358-cfbb681360f0
|
|
github.com/go-sql-driver/mysql v1.4.1
|
|
github.com/gobuffalo/packr/v2 v2.7.1
|
|
github.com/godror/godror v0.13.3
|
|
github.com/lib/pq v1.2.0
|
|
github.com/mattn/go-oci8 v0.0.7
|
|
github.com/mattn/go-sqlite3 v1.12.0
|
|
github.com/mitchellh/cli v1.0.0
|
|
github.com/olekukonko/tablewriter v0.0.2
|
|
github.com/ziutek/mymysql v1.5.4 // indirect
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
|
|
gopkg.in/gorp.v1 v1.7.2
|
|
gopkg.in/yaml.v2 v2.2.5
|
|
)
|