2020-08-19 06:13:48 +00:00
|
|
|
module github.com/vulcanize/eth-statediff-service
|
|
|
|
|
2021-11-09 01:05:35 +00:00
|
|
|
go 1.16
|
2020-08-19 06:13:48 +00:00
|
|
|
|
|
|
|
require (
|
2022-05-10 06:06:14 +00:00
|
|
|
github.com/ethereum/go-ethereum v1.10.17
|
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
|
2022-05-10 06:06:14 +00:00
|
|
|
github.com/spf13/viper v1.10.1
|
2022-02-01 18:09:35 +00:00
|
|
|
github.com/vulcanize/go-eth-state-node-iterator v1.0.0
|
2022-05-10 06:06:14 +00:00
|
|
|
github.com/vulcanize/leveldb-ethdb-rpc v0.0.0-20220509104510-09fcf2aa603d
|
2020-08-19 06:13:48 +00:00
|
|
|
)
|
|
|
|
|
2022-05-10 06:06:14 +00:00
|
|
|
replace github.com/ethereum/go-ethereum v1.10.17 => github.com/vulcanize/go-ethereum v1.10.17-statediff-3.2.0
|