1module github.com/rs/zerolog 2 3go 1.15 4 5require ( 6 github.com/coreos/go-systemd/v22 v22.3.3-0.20220203105225-a9a7ef127534 7 github.com/mattn/go-colorable v0.1.12 8 github.com/pkg/errors v0.9.1 9 github.com/rs/xid v1.4.0 10)
View as plain text