2020-08-19 06:13:48 +00:00
|
|
|
module github.com/vulcanize/eth-statediff-service
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-11-10 09:07:59 +00:00
|
|
|
github.com/ethereum/go-ethereum v1.9.24
|
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.7.0
|
2020-08-19 06:13:48 +00:00
|
|
|
github.com/spf13/cobra v1.0.0
|
|
|
|
github.com/spf13/viper v1.7.1
|
2020-09-09 17:09:46 +00:00
|
|
|
github.com/vulcanize/go-eth-state-node-iterator v0.0.1-alpha
|
2020-08-19 06:13:48 +00:00
|
|
|
)
|
|
|
|
|
2020-11-10 09:07:59 +00:00
|
|
|
replace github.com/ethereum/go-ethereum v1.9.24 => github.com/vulcanize/go-ethereum v1.9.24-statediff-0.0.11
|