mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-10 05:04:15 +08:00
TUN-3470: Replace in-house logger calls with zerolog
This commit is contained in:
committed by
Adam Chalmers
parent
06404bf3e8
commit
870f5fa907
8
vendor/github.com/rs/zerolog/go.mod
generated
vendored
Normal file
8
vendor/github.com/rs/zerolog/go.mod
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user