You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
357 B
14 lines
357 B
module xorm.io/cmd |
|
|
|
go 1.14 |
|
|
|
require ( |
|
github.com/denisenkom/go-mssqldb v0.0.0-20200206145737-bbfc9a55622e |
|
github.com/go-sql-driver/mysql v1.5.0 |
|
github.com/lib/pq v1.4.0 |
|
github.com/lunny/log v0.0.0-20160921050905-7887c61bf0de |
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible |
|
github.com/ziutek/mymysql v1.5.4 |
|
xorm.io/core v0.7.3 |
|
xorm.io/xorm v1.0.1 |
|
)
|
|
|