1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-23 08:04:30 +00:00

8 lines
157 B
Modula-2
Raw Normal View History

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
)