refactoring and introduction of logrus logging
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user