jellyfixer/vendor/github.com/rs/zerolog/go.mod
Marvin Steadfast f46f913206
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
external and internal url can set from config or environment variable
2020-12-09 09:12:00 +01:00

9 lines
218 B
Modula-2

module github.com/rs/zerolog
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
)