2019-10-15 05:15:41 +00:00
|
|
|
module xorm.io/xorm
|
2018-03-22 15:26:08 +00:00
|
|
|
|
2021-04-11 08:47:04 +00:00
|
|
|
go 1.13
|
2019-09-06 14:15:04 +00:00
|
|
|
|
2018-03-22 15:26:08 +00:00
|
|
|
require (
|
2021-07-20 05:46:24 +00:00
|
|
|
github.com/denisenkom/go-mssqldb v0.10.0
|
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
2021-07-19 04:49:50 +00:00
|
|
|
github.com/goccy/go-json v0.7.4
|
2021-07-20 05:46:24 +00:00
|
|
|
github.com/json-iterator/go v1.1.11
|
|
|
|
github.com/lib/pq v1.10.2
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.8
|
2021-07-07 09:00:58 +00:00
|
|
|
github.com/shopspring/decimal v1.2.0
|
2021-07-20 05:46:24 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2020-02-25 12:22:21 +00:00
|
|
|
github.com/syndtr/goleveldb v1.0.0
|
2018-10-23 09:52:55 +00:00
|
|
|
github.com/ziutek/mymysql v1.5.4
|
2021-07-20 05:46:24 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
|
|
modernc.org/sqlite v1.11.2
|
|
|
|
xorm.io/builder v0.3.9
|
2018-03-22 15:26:08 +00:00
|
|
|
)
|