2019-06-17 05:27:01 +00:00
|
|
|
module xorm.io/core
|
2019-01-24 07:01:53 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/go-sql-driver/mysql v1.4.1
|
|
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
2019-08-30 03:53:40 +00:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-06-20 01:13:29 +00:00
|
|
|
google.golang.org/appengine v1.6.0 // indirect
|
2019-01-24 07:01:53 +00:00
|
|
|
)
|