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-08-24 05:46:08 +00:00
|
|
|
gitee.com/travelliu/dm v1.8.11192
|
2023-07-12 11:06:39 +00:00
|
|
|
github.com/denisenkom/go-mssqldb v0.12.3
|
|
|
|
github.com/go-sql-driver/mysql v1.7.0
|
2021-12-06 05:13:47 +00:00
|
|
|
github.com/goccy/go-json v0.8.1
|
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
2023-07-12 11:06:39 +00:00
|
|
|
github.com/jackc/pgx/v4 v4.18.0
|
2021-12-06 05:13:47 +00:00
|
|
|
github.com/json-iterator/go v1.1.12
|
2023-07-12 11:06:39 +00:00
|
|
|
github.com/lib/pq v1.10.7
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.16
|
|
|
|
github.com/shopspring/decimal v1.3.1
|
|
|
|
github.com/stretchr/testify v1.8.1
|
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
|
2023-07-12 11:06:39 +00:00
|
|
|
modernc.org/sqlite v1.20.4
|
2022-05-31 03:00:28 +00:00
|
|
|
xorm.io/builder v0.3.11-0.20220531020008-1bd24a7dc978
|
2018-03-22 15:26:08 +00:00
|
|
|
)
|