2019-03-29 18:54:35 +01:00
|
|
|
module src.techknowlogick.com/xormigrate
|
|
|
|
|
2020-04-12 19:29:24 +02:00
|
|
|
go 1.14
|
2019-03-29 18:54:35 +01:00
|
|
|
|
|
|
|
require (
|
2020-02-14 17:34:25 +01:00
|
|
|
github.com/denisenkom/go-mssqldb v0.0.0-20200206145737-bbfc9a55622e
|
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2020-04-12 19:29:24 +02:00
|
|
|
github.com/golang/protobuf v1.3.1 // indirect
|
|
|
|
github.com/golang/snappy v0.0.1 // indirect
|
2019-03-29 18:54:35 +01:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2020-02-14 17:34:25 +01:00
|
|
|
github.com/lib/pq v1.3.0
|
|
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
2020-04-12 19:29:24 +02:00
|
|
|
github.com/stretchr/testify v1.5.1
|
|
|
|
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20190603091049-60506f45cf65 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20190606165138-5da285871e9c // indirect
|
|
|
|
golang.org/x/text v0.3.2 // indirect
|
|
|
|
xorm.io/xorm v1.0.1
|
2019-03-29 18:54:35 +01:00
|
|
|
)
|