feat(log): add basic support for logging output

This commit is contained in:
2022-03-21 22:10:21 +00:00
parent 5fcb2b52ab
commit 73f93f8e0b
10 changed files with 119 additions and 12 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module github.com/jimeh/evm
go 1.17
require (
github.com/rs/zerolog v1.26.1
github.com/sethvargo/go-envconfig v0.5.0
github.com/spf13/cobra v1.3.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b