fix: replace casdoor with casbin (#194)

Signed-off-by: sh1luo <690898835@qq.com>
This commit is contained in:
sh1luo
2021-07-25 09:34:25 +08:00
committed by GitHub
parent 3bbb0fb58e
commit c632c3c307
39 changed files with 57 additions and 57 deletions

View File

@ -19,7 +19,7 @@ import (
"reflect"
"strings"
"github.com/casdoor/casdoor/idp"
"github.com/casbin/casdoor/idp"
"xorm.io/core"
)