2022-05-18 08:05:16 +00:00
|
|
|
module github.com/vulcanize/ipld-eth-server/v3
|
2019-07-17 18:22:14 +00:00
|
|
|
|
2021-12-29 20:56:15 +00:00
|
|
|
go 1.15
|
2019-07-17 18:22:14 +00:00
|
|
|
|
|
|
|
require (
|
2022-04-21 08:36:50 +00:00
|
|
|
github.com/ethereum/go-ethereum v1.10.17
|
2022-03-10 09:53:03 +00:00
|
|
|
github.com/graph-gophers/graphql-go v1.3.0
|
2021-10-11 16:05:34 +00:00
|
|
|
github.com/ipfs/go-block-format v0.0.3
|
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
|
2022-04-21 08:36:50 +00:00
|
|
|
github.com/jmoiron/sqlx v1.3.5
|
2021-12-03 14:34:25 +00:00
|
|
|
github.com/joho/godotenv v1.4.0
|
2022-04-21 08:36:50 +00:00
|
|
|
github.com/lib/pq v1.10.5
|
2021-07-27 12:07:50 +00:00
|
|
|
github.com/machinebox/graphql v0.2.2
|
2022-04-21 08:36:50 +00:00
|
|
|
github.com/mailgun/groupcache/v2 v2.3.0
|
2021-08-20 07:37:11 +00:00
|
|
|
github.com/matryer/is v1.4.0 // indirect
|
2022-04-21 08:36:50 +00:00
|
|
|
github.com/multiformats/go-multihash v0.1.0
|
2021-12-27 21:14:35 +00:00
|
|
|
github.com/onsi/ginkgo v1.16.5
|
2022-04-21 08:36:50 +00:00
|
|
|
github.com/onsi/gomega v1.19.0
|
2021-10-11 16:05:34 +00:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2022-05-03 10:30:34 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
github.com/spf13/cobra v1.4.0
|
|
|
|
github.com/spf13/viper v1.11.0
|
2022-05-06 08:26:43 +00:00
|
|
|
github.com/vulcanize/eth-ipfs-state-validator/v4 v4.0.0-alpha
|
2021-03-10 16:46:21 +00:00
|
|
|
github.com/vulcanize/gap-filler v0.3.1
|
2022-05-06 08:26:43 +00:00
|
|
|
github.com/vulcanize/ipfs-ethdb/v4 v4.0.0-alpha
|
2019-07-17 18:22:14 +00:00
|
|
|
)
|
2019-08-01 14:07:00 +00:00
|
|
|
|
2022-05-06 08:26:43 +00:00
|
|
|
replace github.com/ethereum/go-ethereum v1.10.17 => github.com/vulcanize/go-ethereum v1.10.17-statediff-4.0.1-alpha
|