mirror of
https://github.com/jimeh/evm.git
synced 2026-02-19 07:26:40 +00:00
16 lines
320 B
Modula-2
16 lines
320 B
Modula-2
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
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
)
|