mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 08:14:25 +00:00
aa7c34cf86
* fix error log when loading issues caused by a xorm bug * upgrade packages * fix fmt * fix Consistency * fix tests
8 lines
157 B
Modula-2
8 lines
157 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
|
|
google.golang.org/appengine v1.4.0 // indirect
|
|
)
|