Initial commit
This commit is contained in:
8
src/go.mod
Normal file
8
src/go.mod
Normal file
@@ -0,0 +1,8 @@
|
||||
module kc-policy
|
||||
|
||||
go 1.22
|
||||
|
||||
require (
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
modernc.org/sqlite v1.32.0
|
||||
)
|
||||
Reference in New Issue
Block a user