mirror of
https://github.com/jimeh/evm.git
synced 2026-02-19 07:26:40 +00:00
chore(deps): upgrade cobra
This commit is contained in:
3
go.mod
3
go.mod
@@ -5,11 +5,12 @@ 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
|
||||
github.com/spf13/cobra v1.4.0
|
||||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
||||
)
|
||||
|
||||
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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user