Clean up code and switch to zerolog [skip ci]

This commit is contained in:
2021-01-04 02:33:29 -08:00
parent 51071dc4cf
commit 661242582e
5 changed files with 88 additions and 35 deletions

1
go.mod
View File

@@ -4,5 +4,6 @@ go 1.15
require (
github.com/pelletier/go-toml v1.8.2-0.20201124181426-2e01f733df54
github.com/rs/zerolog v1.20.0
github.com/spf13/pflag v1.0.5
)