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-04-11 08:47:04 +00:00
|
|
|
github.com/denisenkom/go-mssqldb v0.9.0
|
2020-06-18 11:36:19 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2021-06-06 06:20:43 +00:00
|
|
|
github.com/json-iterator/go v1.1.11
|
2020-06-18 11:36:19 +00:00
|
|
|
github.com/lib/pq v1.7.0
|
2021-03-15 15:34:33 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
2021-07-19 04:49:50 +00:00
|
|
|
github.com/goccy/go-json v0.7.4
|
2021-07-07 09:00:58 +00:00
|
|
|
github.com/shopspring/decimal v1.2.0
|
2019-09-28 02:55:12 +00:00
|
|
|
github.com/stretchr/testify v1.4.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-03-15 15:34:33 +00:00
|
|
|
modernc.org/sqlite v1.10.1-0.20210314190707-798bbeb9bb84
|
2021-01-28 02:56:03 +00:00
|
|
|
xorm.io/builder v0.3.8
|
2018-03-22 15:26:08 +00:00
|
|
|
)
|