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 (
|
2021-02-19 20:23:45 +00:00
|
|
|
github.com/ethereum/go-ethereum v1.9.25
|
2020-10-27 19:08:30 +00:00
|
|
|
github.com/graph-gophers/graphql-go v0.0.0-20201003130358-c5bdf3b1108e
|
2020-10-20 15:31:56 +00:00
|
|
|
github.com/ipfs/go-block-format v0.0.2
|
2021-02-19 20:23:45 +00:00
|
|
|
github.com/ipfs/go-cid v0.0.7
|
|
|
|
github.com/ipfs/go-ipfs-blockstore v1.0.1
|
2020-06-22 18:12:32 +00:00
|
|
|
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
|
2021-02-19 20:23:45 +00:00
|
|
|
github.com/lib/pq v1.8.0
|
|
|
|
github.com/multiformats/go-multihash v0.0.14
|
|
|
|
github.com/onsi/ginkgo v1.15.0
|
2020-06-22 18:12:32 +00:00
|
|
|
github.com/onsi/gomega v1.10.1
|
2020-10-19 13:07:29 +00:00
|
|
|
github.com/prometheus/client_golang v1.5.1
|
2021-03-05 16:37:44 +00:00
|
|
|
github.com/sirupsen/logrus v1.7.0
|
|
|
|
github.com/spf13/cobra v1.1.1
|
2020-06-22 18:12:32 +00:00
|
|
|
github.com/spf13/viper v1.7.0
|
2021-03-10 10:13:43 +00:00
|
|
|
github.com/vulcanize/ipld-eth-indexer v0.7.1-alpha
|
2021-03-05 16:37:44 +00:00
|
|
|
github.com/vulcanize/gap-filler v0.3.0
|
2021-02-19 20:23:45 +00:00
|
|
|
github.com/vulcanize/ipfs-ethdb v0.0.2-alpha
|
|
|
|
golang.org/x/sys v0.0.0-20210218155724-8ebf48af031b // indirect
|
2019-07-17 18:22:14 +00:00
|
|
|
)
|
2019-08-01 14:07:00 +00:00
|
|
|
|
2021-02-27 16:34:58 +00:00
|
|
|
replace github.com/ethereum/go-ethereum v1.9.25 => github.com/vulcanize/go-ethereum v1.9.25-statediff-0.0.15
|
2021-02-24 16:50:26 +00:00
|
|
|
|
2021-02-19 20:23:45 +00:00
|
|
|
replace github.com/vulcanize/ipfs-ethdb v0.0.2-alpha => github.com/vulcanize/pg-ipfs-ethdb v0.0.2-alpha
|