2020-08-31 15:59:15 +00:00
|
|
|
module github.com/vulcanize/ipld-eth-server
|
2019-07-17 18:22:14 +00:00
|
|
|
|
2020-08-11 03:53:01 +00:00
|
|
|
go 1.13
|
2019-07-17 18:22:14 +00:00
|
|
|
|
|
|
|
require (
|
2020-06-22 18:12:32 +00:00
|
|
|
github.com/ethereum/go-ethereum v1.9.11
|
|
|
|
github.com/ipfs/go-cid v0.0.5
|
|
|
|
github.com/ipfs/go-ipfs-blockstore v1.0.0
|
|
|
|
github.com/ipfs/go-ipfs-ds-help v1.0.0
|
|
|
|
github.com/ipfs/go-ipld-format v0.2.0
|
|
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
|
|
github.com/lib/pq v1.5.2
|
|
|
|
github.com/multiformats/go-multihash v0.0.13
|
|
|
|
github.com/onsi/ginkgo v1.12.1
|
|
|
|
github.com/onsi/gomega v1.10.1
|
|
|
|
github.com/sirupsen/logrus v1.6.0
|
|
|
|
github.com/spf13/cobra v1.0.0
|
|
|
|
github.com/spf13/viper v1.7.0
|
2020-09-02 19:04:36 +00:00
|
|
|
github.com/vulcanize/ipld-eth-indexer v0.2.0-alpha
|
2020-08-11 03:53:01 +00:00
|
|
|
github.com/vulcanize/pg-ipfs-ethdb v0.0.1-alpha
|
2019-07-17 18:22:14 +00:00
|
|
|
)
|
2019-08-01 14:07:00 +00:00
|
|
|
|
2020-08-17 21:22:42 +00:00
|
|
|
replace github.com/ethereum/go-ethereum v1.9.11 => github.com/vulcanize/go-ethereum v1.9.11-statediff-0.0.5
|