chore(commands): switch to jimeh/go-render for CLI output rendering

This commit is contained in:
2024-03-25 03:31:25 +00:00
parent 8970cad0e4
commit 3fcba1e1b5
5 changed files with 53 additions and 77 deletions

3
go.mod
View File

@@ -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 (