Remove settting dependency on modules/session (#7237)
* remove settting dependency on modules/session * fix fmt * fix tests * fix lint
This commit is contained in:
parent
2771619acf
commit
ce087c58ef
4 changed files with 6 additions and 10 deletions
|
@ -35,6 +35,9 @@ import (
|
|||
"code.gitea.io/gitea/routers/user"
|
||||
userSetting "code.gitea.io/gitea/routers/user/setting"
|
||||
|
||||
// to registers all internal adapters
|
||||
_ "code.gitea.io/gitea/modules/session"
|
||||
|
||||
"github.com/go-macaron/binding"
|
||||
"github.com/go-macaron/cache"
|
||||
"github.com/go-macaron/captcha"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue