add acl interface
This commit is contained in:
13
pkg/acl/go.mod
Normal file
13
pkg/acl/go.mod
Normal file
@@ -0,0 +1,13 @@
|
||||
module acl.orly
|
||||
|
||||
go 1.25.0
|
||||
|
||||
replace (
|
||||
crypto.orly => ../crypto
|
||||
encoders.orly => ../encoders
|
||||
interfaces.orly => ../interfaces
|
||||
next.orly.dev => ../../
|
||||
protocol.orly => ../protocol
|
||||
utils.orly => ../utils
|
||||
acl.orly => ../acl
|
||||
)
|
||||
Reference in New Issue
Block a user