mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-01 15:55:15 +08:00
Remove settting dependency on modules/session (#7237)
* remove settting dependency on modules/session * fix fmt * fix tests * fix lint
This commit is contained in:
@ -29,14 +29,6 @@ import (
|
||||
|
||||
"github.com/Unknwon/cae/zip"
|
||||
"github.com/Unknwon/com"
|
||||
_ "github.com/go-macaron/cache/memcache" // memcache plugin for cache
|
||||
_ "github.com/go-macaron/cache/redis"
|
||||
_ "github.com/go-macaron/session/couchbase" // couchbase plugin for session store
|
||||
_ "github.com/go-macaron/session/memcache" // memcache plugin for session store
|
||||
_ "github.com/go-macaron/session/mysql" // mysql plugin for session store
|
||||
_ "github.com/go-macaron/session/nodb" // nodb plugin for session store
|
||||
_ "github.com/go-macaron/session/postgres" // postgres plugin for session store
|
||||
_ "github.com/go-macaron/session/redis" // redis plugin for store session
|
||||
shellquote "github.com/kballard/go-shellquote"
|
||||
version "github.com/mcuadros/go-version"
|
||||
ini "gopkg.in/ini.v1"
|
||||
|
Reference in New Issue
Block a user