Initial commit

This commit is contained in:
peio
2026-01-18 13:53:35 +00:00
commit 8b38626e9e
16 changed files with 919 additions and 0 deletions

8
src/go.mod Normal file
View 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
)