整合casbin添加adapter处理器

This commit is contained in:
yxh
2019-12-24 23:38:36 +08:00
commit 5eb00597f1
31 changed files with 788 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
module gfast
require (
github.com/casbin/casbin/v2 v2.1.2
github.com/gogf/gf v1.10.0
google.golang.org/appengine v1.6.5 // indirect
)
go 1.13