Add github oauth.

This commit is contained in:
Yang Luo
2021-02-14 00:22:24 +08:00
parent ea09beffe2
commit c81118feff
14 changed files with 419 additions and 8 deletions

2
go.mod
View File

@ -6,6 +6,8 @@ require (
github.com/astaxie/beego v1.12.2
github.com/go-sql-driver/mysql v1.5.0
github.com/google/uuid v1.2.0
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
xorm.io/core v0.7.2
xorm.io/xorm v0.8.1
)