mirror of
https://github.com/go-gitea/gitea
synced 2024-11-04 13:19:17 +01:00
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
8 lines
142 B
Modula-2
module xorm.io/builder
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
gitea.com/xorm/sqlfiddle v0.0.0-20180821085327-62ce714f951a
|
|
github.com/stretchr/testify v1.3.0
|
|
)
|