Introduce ACL registry with follows implementation, enhance SaveEvent for replaceable kinds, and refactor filter-based serial fetching. Update configs and dependencies.
This commit is contained in:
@@ -3,12 +3,14 @@ module acl.orly
|
||||
go 1.25.0
|
||||
|
||||
replace (
|
||||
acl.orly => ../acl
|
||||
crypto.orly => ../crypto
|
||||
encoders.orly => ../encoders
|
||||
database.orly => ../database
|
||||
encoders.orly => ../encoders
|
||||
interfaces.orly => ../interfaces
|
||||
next.orly.dev => ../../
|
||||
protocol.orly => ../protocol
|
||||
utils.orly => ../utils
|
||||
acl.orly => ../acl
|
||||
)
|
||||
|
||||
require interfaces.orly v0.0.0-00010101000000-000000000000
|
||||
|
||||
Reference in New Issue
Block a user