dependabot[bot] 2881c7178b
build(deps): bump the all group across 4 directories with 8 updates (#4979)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-09-04 16:34:34 +02:00

12 lines
217 B
Modula-2

module zerologlint
go 1.19
require github.com/rs/zerolog v1.33.0
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/sys v0.25.0 // indirect
)