c61b902538
* Upgrade xorm to v1.0.0 * small nit * Fix tests * Update xorm * Update xorm * fix go.sum * fix test * Fix bug when dump * Fix bug * update xorm to latest * Fix migration test * update xorm to latest * Fix import order * Use xorm tag
8 lines
142 B
Modula-2
Vendored
8 lines
142 B
Modula-2
Vendored
module xorm.io/builder
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
gitea.com/xorm/sqlfiddle v0.0.0-20180821085327-62ce714f951a
|
|
github.com/stretchr/testify v1.3.0
|
|
)
|