mirror of
https://github.com/jimeh/evm.git
synced 2026-02-19 07:26:40 +00:00
chore(commands): switch to jimeh/go-render for CLI output rendering
This commit is contained in:
3
go.mod
3
go.mod
@@ -3,10 +3,11 @@ module github.com/jimeh/evm
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/jimeh/go-render v0.0.1
|
||||
github.com/rs/zerolog v1.26.1
|
||||
github.com/sethvargo/go-envconfig v0.5.0
|
||||
github.com/spf13/cobra v1.4.0
|
||||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
require (
|
||||
|
||||
Reference in New Issue
Block a user