mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 00:04:25 +00: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
9 lines
142 B
Modula-2
Vendored
9 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
|
|
)
|