feat: add configuration parsing and job settings structure for YAML migration configuration

This commit is contained in:
2026-04-09 09:26:28 -05:00
parent a0b51f40c1
commit 3375f72c8e
4 changed files with 180 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