Add user's id.

This commit is contained in:
Yang Luo
2021-02-13 20:10:41 +08:00
parent 34f87c78d8
commit 6e015a959f
5 changed files with 35 additions and 0 deletions

1
go.mod
View File

@ -5,6 +5,7 @@ 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
)