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 (
|
2022-01-20 13:10:44 +01:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-01-17 11:27:49 +01:00
|
|
|
github.com/justinas/alice v1.2.0
|
2022-01-20 13:10:44 +01:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2023-02-24 10:07:06 +01:00
|
|
|
github.com/rs/xid v1.3.0
|
2022-03-23 13:43:18 +01:00
|
|
|
github.com/rs/zerolog v1.26.1
|
2022-01-14 13:51:56 +01:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2022-01-20 13:10:44 +01:00
|
|
|
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
|
|
|
)
|