mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 08:14:25 +00:00
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
|
||
|
)
|