mirror of
https://github.com/mindoc-org/mindoc.git
synced 2026-02-27 17:03:57 +08:00
chore!(all): attempt to update beego to v2
BREAKING CHANGE: beego has update to v2, and this version of mindoc IS NOT TESTED AND STABLE!!!
This commit is contained in:
6
main.go
6
main.go
@@ -5,9 +5,9 @@ import (
|
||||
"log"
|
||||
"os"
|
||||
|
||||
_ "github.com/astaxie/beego/session/memcache"
|
||||
_ "github.com/astaxie/beego/session/mysql"
|
||||
_ "github.com/astaxie/beego/session/redis"
|
||||
_ "github.com/beego/beego/v2/server/web/session/memcache"
|
||||
_ "github.com/beego/beego/v2/server/web/session/mysql"
|
||||
_ "github.com/beego/beego/v2/server/web/session/redis"
|
||||
"github.com/kardianos/service"
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
"github.com/mindoc-org/mindoc/commands"
|
||||
|
||||
Reference in New Issue
Block a user