Add user list and edit pages.

This commit is contained in:
Yang Luo
2020-10-20 23:14:03 +08:00
parent 88fd1fda47
commit b5eb673c81
19 changed files with 827 additions and 16 deletions

7
go.mod
View File

@ -2,4 +2,9 @@ module github.com/casdoor/casdoor
go 1.15
require github.com/astaxie/beego v1.12.2
require (
github.com/astaxie/beego v1.12.2
github.com/go-sql-driver/mysql v1.5.0
xorm.io/core v0.7.2
xorm.io/xorm v0.8.1
)