Files
go-migrate-db/go.mod
Kylesoda 69ea51a8b6 feat: add config module with env and yaml loading
Introduce a typed configuration layer loaded from environment variables and a YAML file.
2026-03-31 14:00:00 -05:00

11 lines
185 B
Modula-2

module git.ksdemosapps.com/kylesoda/go-migrate
go 1.25.7
require (
github.com/joho/godotenv v1.5.1
github.com/sirupsen/logrus v1.9.4
)
require golang.org/x/sys v0.13.0 // indirect