logginghandler/go.mod
Marvin Preuss d095180eb4
All checks were successful
continuous-integration/drone/push Build is passing
build: uses go modules for tool handling
2022-01-14 13:51:56 +01:00

11 lines
207 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/rs/zerolog v1.20.0
github.com/stretchr/testify v1.7.0
)