Config and logging

This commit is contained in:
2025-01-03 21:09:40 -05:00
parent 3d3b44bfc7
commit b93f8fb6c8
7 changed files with 215 additions and 42 deletions

3
go.mod
View File

@ -4,11 +4,14 @@ go 1.23.4
require (
github.com/caarlos0/env/v9 v9.0.0
github.com/rs/zerolog v1.33.0
golang.org/x/sys v0.28.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/kr/pretty v0.3.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)