22 lines
828 B
Modula-2
22 lines
828 B
Modula-2
module github.com/eleztian/xorm
|
|
|
|
require (
|
|
cloud.google.com/go v0.37.1 // indirect
|
|
github.com/cockroachdb/apd v1.1.0 // indirect
|
|
github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853
|
|
github.com/go-sql-driver/mysql v1.4.1
|
|
github.com/go-xorm/builder v0.3.4
|
|
github.com/go-xorm/core v0.6.2
|
|
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
|
|
github.com/jackc/pgx v3.3.0+incompatible
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/lib/pq v1.0.0
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
|
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/ziutek/mymysql v1.5.4
|
|
golang.org/x/crypto v0.0.0-20190320223903-b7391e95e576 // indirect
|
|
)
|