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
|
2021-12-13 15:01:32 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
2022-05-12 14:47:11 +00:00
|
|
|
github.com/ethereum/go-ethereum v1.10.17
|
2021-12-13 15:01:32 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
|
|
|
github.com/go-kit/kit v0.10.0 // indirect
|
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
|
|
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
|
|
github.com/onsi/gomega v1.13.0 // indirect
|
2022-05-23 11:26:48 +00:00
|
|
|
github.com/prometheus/client_golang v1.3.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-05-17 13:49:52 +00:00
|
|
|
github.com/vulcanize/go-eth-state-node-iterator v1.0.2
|
2020-07-01 19:10:25 +00:00
|
|
|
)
|
|
|
|
|
2022-05-17 13:49:52 +00:00
|
|
|
replace github.com/ethereum/go-ethereum v1.10.17 => github.com/vulcanize/go-ethereum v1.10.17-statediff-4.0.1-alpha
|