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

@ -18,7 +18,7 @@ import (
"encoding/json"
"fmt"
"github.com/astaxie/beego/utils/pagination"
"github.com/beego/beego/utils/pagination"
"github.com/casdoor/casdoor/object"
"github.com/casdoor/casdoor/util"
)