2020-08-19 06:13:48 +00:00
|
|
|
module github.com/vulcanize/eth-statediff-service
|
|
|
|
|
2023-08-25 05:34:00 +00:00
|
|
|
go 1.19
|
2020-08-19 06:13:48 +00:00
|
|
|
|
|
|
|
require (
|
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-05-27 19:10:57 +00:00
|
|
|
github.com/vulcanize/go-eth-state-node-iterator v1.0.3
|
|
|
|
github.com/vulcanize/leveldb-ethdb-rpc v0.1.2
|
|
|
|
)
|
|
|
|
|
2023-08-25 05:34:00 +00:00
|
|
|
replace (
|
|
|
|
github.com/cerc-io/plugeth-statediff => git.vdb.to/cerc-io/plugeth-statediff 840d4a4e5d42110e694941afa734dac8fea126fe
|
|
|
|
github.com/ethereum/go-ethereum => git.vdb.to/cerc-io/plugeth v0.0.0-20230808125822-691dc334fab1
|
|
|
|
// github.com/openrelayxyz/plugeth-utils => git.vdb.to/cerc-io/plugeth-utils v0.0.0-20230706160122-cd41de354c46
|
2020-08-19 06:13:48 +00:00
|
|
|
)
|