logginghandler/go.mod

12 lines
241 B
Modula-2

module go.xsfx.dev/logginghandler
go 1.15
require (
github.com/golangci/golangci-lint v1.43.0
github.com/goreleaser/goreleaser v1.3.0
github.com/justinas/alice v1.2.0
github.com/rs/zerolog v1.20.0
github.com/stretchr/testify v1.7.0
)