mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +08:00
18 lines
505 B
Modula-2
18 lines
505 B
Modula-2
module github.com/casdoor/casdoor
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/astaxie/beego v1.12.3
|
|
github.com/casbin/casbin/v2 v2.23.4
|
|
github.com/casbin/xorm-adapter/v2 v2.2.0
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/google/uuid v1.2.0
|
|
github.com/qiangmzsx/string-adapter/v2 v2.1.0
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
|
|
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
|
|
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect
|
|
xorm.io/core v0.7.2
|
|
xorm.io/xorm v1.0.3
|
|
)
|