mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-04 06:38:43 +00:00
ca8e215cfa
close #234 * Migrate store * Migrate tests * Rewrite migrations * Init fresh DB in on step * Rm old stuff (meddler, sql files, dead code, ...)
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
|
|
)
|