feat: add caarlos0/env package for environment variable management and refactor appConfig structure

This commit is contained in:
2026-04-21 10:41:38 -05:00
parent c5a18f6d95
commit f2e6edd8fa
3 changed files with 24 additions and 30 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.26
require (
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.4
github.com/caarlos0/env/v11 v11.4.0
github.com/gaspardle/go-mssqlclrgeo v0.0.0-20160129143314-97ceabf987a4
github.com/google/uuid v1.6.0
github.com/jackc/pgx/v5 v5.9.1