2022-03-30 23:57:30 +00:00
|
|
|
module github.com/vulcanize/ipld-eth-state-snapshot
|
2020-07-01 19:10:25 +00:00
|
|
|
|
2021-12-13 15:01:32 +00:00
|
|
|
go 1.15
|
2020-07-01 19:10:25 +00:00
|
|
|
|
|
|
|
require (
|
2022-05-12 14:47:11 +00:00
|
|
|
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
|
|
|
|
github.com/ethereum/go-ethereum v1.10.17
|
2022-01-26 18:07:52 +00:00
|
|
|
github.com/golang/mock v1.6.0
|
2022-02-09 15:19:10 +00:00
|
|
|
github.com/ipfs/go-cid v0.1.0
|
|
|
|
github.com/ipfs/go-ipfs-blockstore v1.1.2
|
|
|
|
github.com/ipfs/go-ipfs-ds-help v1.1.0
|
|
|
|
github.com/jackc/pgx/v4 v4.15.0
|
2021-12-13 15:01:32 +00:00
|
|
|
github.com/multiformats/go-multihash v0.1.0
|
2020-07-01 19:10:25 +00:00
|
|
|
github.com/sirupsen/logrus v1.6.0
|
|
|
|
github.com/spf13/cobra v1.0.0
|
|
|
|
github.com/spf13/viper v1.7.0
|
2022-02-22 08:19:09 +00:00
|
|
|
github.com/vulcanize/go-eth-state-node-iterator v1.0.1
|
2020-07-01 19:10:25 +00:00
|
|
|
)
|
|
|
|
|
2022-05-16 08:18:26 +00:00
|
|
|
replace github.com/ethereum/go-ethereum v1.10.17 => github.com/vulcanize/go-ethereum v1.10.17-statediff-4.0.0-alpha
|