2019-03-27 16:45:23 +05:30
|
|
|
module github.com/go-xorm/xorm
|
|
|
|
|
2019-09-24 18:52:39 +05:30
|
|
|
go 1.11
|
|
|
|
|
2019-03-27 16:45:23 +05:30
|
|
|
require (
|
|
|
|
github.com/cockroachdb/apd v1.1.0 // indirect
|
2019-07-25 03:09:14 +05:30
|
|
|
github.com/denisenkom/go-mssqldb v0.0.0-20190707035753-2be1aa521ff4
|
2019-06-23 20:52:43 +05:30
|
|
|
github.com/go-sql-driver/mysql v1.4.1
|
2019-09-24 18:52:39 +05:30
|
|
|
github.com/gofrs/uuid v3.2.0+incompatible // indirect
|
2019-03-27 16:45:23 +05:30
|
|
|
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
|
2019-09-24 18:52:39 +05:30
|
|
|
github.com/jackc/pgx v3.6.0+incompatible
|
2019-03-27 16:45:23 +05:30
|
|
|
github.com/lib/pq v1.0.0
|
2019-06-23 20:52:43 +05:30
|
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
|
|
|
github.com/pkg/errors v0.8.1 // indirect
|
2019-03-27 16:45:23 +05:30
|
|
|
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect
|
2019-06-23 20:52:43 +05:30
|
|
|
github.com/stretchr/testify v1.3.0
|
2019-03-27 16:45:23 +05:30
|
|
|
github.com/ziutek/mymysql v1.5.4
|
2019-09-24 18:52:39 +05:30
|
|
|
xorm.io/builder v0.3.6
|
2019-08-27 07:47:23 +05:30
|
|
|
xorm.io/core v0.7.0
|
2019-03-27 16:45:23 +05:30
|
|
|
)
|