chore: clean import errors for beego update

This commit is contained in:
roberChen
2021-03-24 00:28:13 +08:00
parent 90c1329de2
commit 9babd8106c
25 changed files with 169 additions and 175 deletions

View File

@@ -7,7 +7,7 @@ import (
"net/http"
"os"
"github.com/astaxie/beego/logs"
"github.com/beego/beego/v2/core/logs"
"github.com/mindoc-org/mindoc/conf"
)