mirror of
https://github.com/rs/zerolog
synced 2026-06-08 17:13:30 +00:00
13 lines
274 B
Modula-2
13 lines
274 B
Modula-2
module github.com/rs/zerolog
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/coreos/go-systemd/v22 v22.5.0
|
|
github.com/mattn/go-colorable v0.1.13
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rs/xid v1.5.0
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
)
|