Templating creating new policy

This commit is contained in:
2026-04-02 01:53:12 -04:00
parent 096bf36c2f
commit ffd3465866
6 changed files with 244 additions and 138 deletions

5
go.mod
View File

@@ -2,7 +2,10 @@ module policy-manager
go 1.25.0
require github.com/jackc/pgx/v5 v5.8.0
require (
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/jackc/pgx/v5 v5.8.0
)
require (
github.com/jackc/pgpassfile v1.0.0 // indirect