Update beego to v1.12.11

This commit is contained in:
Gucheng Wang
2022-09-29 19:44:08 +08:00
parent ebe1887e8b
commit 04709f731b
35 changed files with 47 additions and 46 deletions

View File

@ -20,7 +20,7 @@
package routers
import (
"github.com/astaxie/beego"
"github.com/beego/beego"
"github.com/casdoor/casdoor/controllers"
)