mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 08:14:25 +00:00
aa9a99cf5f
* upgrade xorm to latest to fix insert issue bug * add newissue unit tests * update xorm version * fix tests
9 lines
193 B
Modula-2
9 lines
193 B
Modula-2
module xorm.io/core
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.4.1
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
|
github.com/stretchr/testify v1.4.0
|
|
google.golang.org/appengine v1.6.0 // indirect
|
|
)
|