eth-statediff-service/go.mod

16 lines
498 B
Modula-2
Raw Normal View History

2020-08-19 06:13:48 +00:00
module github.com/vulcanize/eth-statediff-service
go 1.13
require (
2021-10-14 06:47:38 +00:00
github.com/ethereum/go-ethereum v1.10.9
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
2020-08-19 06:13:48 +00:00
github.com/spf13/viper v1.7.1
github.com/vulcanize/go-eth-state-node-iterator v0.0.1-alpha
2020-08-19 06:13:48 +00:00
)
2021-10-14 06:47:38 +00:00
replace github.com/ethereum/go-ethereum v1.10.9 => github.com/vulcanize/go-ethereum v1.10.9-statediff-0.0.27
replace github.com/vulcanize/go-eth-state-node-iterator v0.0.1-alpha => ../../vulcanize/go-eth-state-node-iterator