2020-11-25 06:55:13 +00:00
|
|
|
module github.com/rs/zerolog
|
|
|
|
|
2021-01-17 20:22:53 +00:00
|
|
|
go 1.15
|
|
|
|
|
2020-11-25 06:55:13 +00:00
|
|
|
require (
|
|
|
|
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
|
|
|
|
github.com/pkg/errors v0.8.1
|
|
|
|
github.com/rs/xid v1.2.1
|
|
|
|
golang.org/x/tools v0.0.0-20190828213141-aed303cbaa74
|
|
|
|
)
|