2020-08-19 06:13:48 +00:00
|
|
|
module github.com/vulcanize/eth-statediff-service
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2021-12-18 00:00:10 +00:00
|
|
|
github.com/ethereum/go-ethereum v1.10.13
|
2021-10-21 18:00:30 +00:00
|
|
|
github.com/jmoiron/sqlx v1.2.0
|
2021-12-23 10:30:00 +00:00
|
|
|
github.com/prometheus/client_golang v1.4.0
|
2020-11-10 09:07:59 +00:00
|
|
|
github.com/sirupsen/logrus v1.7.0
|
2021-12-23 10:30:00 +00:00
|
|
|
github.com/spf13/cobra v1.3.0
|
|
|
|
github.com/spf13/viper v1.10.0
|
2021-10-19 06:11:23 +00:00
|
|
|
github.com/vulcanize/go-eth-state-node-iterator v0.0.1-alpha.0.20211014064906-d23d01ed8191
|
2020-08-19 06:13:48 +00:00
|
|
|
)
|
|
|
|
|
2021-12-18 00:00:10 +00:00
|
|
|
replace github.com/ethereum/go-ethereum v1.10.13 => github.com/vulcanize/go-ethereum v1.10.13-statediff-0.0.29
|