feat: add configuration parsing and job management in YAML format

This commit is contained in:
2026-04-09 17:47:58 -05:00
parent a0b51f40c1
commit adbc962464
4 changed files with 177 additions and 0 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.25.7
require (
github.com/gaspardle/go-mssqlclrgeo v0.0.0-20160129143314-97ceabf987a4
github.com/goccy/go-yaml v1.19.2
github.com/google/uuid v1.6.0
github.com/jackc/pgx/v5 v5.9.1
github.com/joho/godotenv v1.5.1