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-14 13:51:56 +01:00
|
|
|
github.com/golangci/golangci-lint v1.43.0
|
|
|
|
github.com/goreleaser/goreleaser v1.3.0
|
2022-01-17 11:27:49 +01:00
|
|
|
github.com/justinas/alice v1.2.0
|
2020-10-13 15:26:40 +02:00
|
|
|
github.com/rs/zerolog v1.20.0
|
2022-01-14 13:51:56 +01:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2020-10-13 15:26:40 +02:00
|
|
|
)
|