mirror of
https://github.com/jimeh/evm.git
synced 2026-02-18 23:16:39 +00:00
18 lines
372 B
Modula-2
18 lines
372 B
Modula-2
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.1
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.7 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
)
|