mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +08:00
12 lines
202 B
Modula-2
12 lines
202 B
Modula-2
module github.com/casdoor/casdoor
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/astaxie/beego v1.12.2
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/google/uuid v1.2.0
|
|
xorm.io/core v0.7.2
|
|
xorm.io/xorm v0.8.1
|
|
)
|