| module github.com/casbin/casbin-server | |
| go 1.16 | |
| require ( | |
| github.com/casbin/casbin/v2 v2.60.0 | |
| github.com/casbin/gorm-adapter/v3 v3.14.0 | |
| github.com/kr/pretty v0.3.0 // indirect | |
| github.com/stretchr/testify v1.8.0 | |
| google.golang.org/grpc v1.42.0 | |
| google.golang.org/protobuf v1.27.1 | |
| ) |