logginghandler/go.mod

15 lines
400 B
Modula-2
Raw Normal View History

2021-01-18 11:02:17 +01:00
module go.xsfx.dev/logginghandler
2020-10-13 15:26:40 +02:00
go 1.15
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/justinas/alice v1.2.0
github.com/kr/text v0.2.0 // indirect
github.com/rs/xid v1.3.0
2022-03-23 13:43:18 +01:00
github.com/rs/zerolog v1.26.1
github.com/stretchr/testify v1.7.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
2020-10-13 15:26:40 +02:00
)