zlog/cmd/lint/go.mod
Nicola Murino 0c8d3c0b10
move the lint command to its own package (#389)
in this way we remove several dependencies from the actual library
2021-12-17 03:03:37 +01:00

6 lines
82 B
Modula-2

module github.com/rs/zerolog/cmd/lint
go 1.15
require golang.org/x/tools v0.1.8