Add structured logging

This commit is contained in:
sirkrypt0
2021-04-28 16:35:37 +02:00
parent b6425a45b5
commit 5182873137
5 changed files with 99 additions and 9 deletions

2
go.mod
View File

@ -4,6 +4,8 @@ go 1.16
require (
github.com/gorilla/mux v1.8.0
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)