1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-11 13:30:40 +00:00

Fix the new repo address for casbin.

This commit is contained in:
Yang Luo
2017-05-19 22:19:31 +08:00
parent cab8458c1c
commit 88d07058a5
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@
// import(
// "github.com/astaxie/beego"
// "github.com/astaxie/beego/plugins/authz"
// "github.com/hsluoyz/casbin"
// "github.com/casbin/casbin"
// )
//
// func main(){
@ -42,7 +42,7 @@ package authz
import (
"github.com/astaxie/beego"
"github.com/astaxie/beego/context"
"github.com/hsluoyz/casbin"
"github.com/casbin/casbin"
"net/http"
)

View File

@ -18,7 +18,7 @@ import (
"github.com/astaxie/beego"
"github.com/astaxie/beego/context"
"github.com/astaxie/beego/plugins/auth"
"github.com/hsluoyz/casbin"
"github.com/casbin/casbin"
"net/http"
"net/http/httptest"
"testing"