refactoring and introduction of logrus logging

This commit is contained in:
2025-09-14 16:10:29 -06:00
parent ae3c9ca748
commit cc8c12e24d
5 changed files with 66 additions and 2 deletions
+2
View File
@@ -3,6 +3,7 @@ module git.erbosoft.com/amy/amsterdam
go 1.25.0
require (
github.com/sirupsen/logrus v1.9.3
github.com/CloudyKit/jet/v6 v6.3.1
github.com/labstack/echo/v4 v4.13.4
gopkg.in/yaml.v3 v3.0.1
@@ -19,4 +20,5 @@ require (
golang.org/x/net v0.40.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.25.0 // indirect
golang.org/x/time v0.11.0 // indirect
)