xorm/go.mod

18 lines
451 B
Modula-2
Raw Normal View History

module xorm.io/xorm
2018-03-22 15:26:08 +00:00
go 1.11
2018-03-22 15:26:08 +00:00
require (
2019-07-07 12:06:42 +00:00
github.com/denisenkom/go-mssqldb v0.0.0-20190707035753-2be1aa521ff4
github.com/go-sql-driver/mysql v1.4.1
2020-02-26 02:04:04 +00:00
github.com/godror/godror v0.12.1
github.com/kr/pretty v0.1.0 // indirect
2018-10-23 09:52:55 +00:00
github.com/lib/pq v1.0.0
2020-02-21 02:41:32 +00:00
github.com/mattn/go-oci8 v0.0.4
github.com/mattn/go-sqlite3 v1.10.0
2019-09-28 02:55:12 +00:00
github.com/stretchr/testify v1.4.0
github.com/syndtr/goleveldb v1.0.0
2018-10-23 09:52:55 +00:00
github.com/ziutek/mymysql v1.5.4
xorm.io/builder v0.3.7
2018-03-22 15:26:08 +00:00
)