rusenask / casbin-go-cloud-watcher

Policy change sync using Go Cloud Development Kit
MIT License
5 stars 5 forks source link

AWS SQS Driver is missing from go.mod file #3

Open DreamyPhobic opened 1 year ago

DreamyPhobic commented 1 year ago

Aws SQS Driver dependency is missing from the go.mod file. Due to which it is generating the following error on running the watcher: Error: open .Topic: no driver registered for \"awssqs\"

hsluoyz commented 1 year ago

@rusenask