You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
150 B
10 lines
150 B
3 years ago
|
module git.oa00.com/go/acs
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/casbin/casbin/v2 v2.36.1
|
||
|
github.com/casbin/gorm-adapter/v3 v3.3.3
|
||
|
gorm.io/gorm v1.21.9
|
||
|
)
|