feat: add logrus logger

This commit is contained in:
2026-03-30 16:59:45 -05:00
parent 5e23e20e5a
commit b3eb75646a
7 changed files with 38 additions and 22 deletions

2
go.mod
View File

@@ -5,6 +5,7 @@ go 1.25.7
require (
github.com/jackc/pgx/v5 v5.9.1
github.com/joho/godotenv v1.5.1
github.com/sirupsen/logrus v1.9.4
github.com/urfave/cli/v2 v2.27.7
)
@@ -16,5 +17,6 @@ require (
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.29.0 // indirect
)