2020-06-25 20:12:13 +00:00
|
|
|
module github.com/vulcanize/eth-ipfs-state-validator
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2021-12-29 19:44:21 +00:00
|
|
|
github.com/ethereum/go-ethereum v1.10.14
|
2021-10-11 15:09:03 +00:00
|
|
|
github.com/ipfs/go-blockservice v0.1.7
|
2021-08-03 04:08:42 +00:00
|
|
|
github.com/ipfs/go-cid v0.0.7
|
2020-07-13 00:57:47 +00:00
|
|
|
github.com/ipfs/go-filestore v1.0.0 //indirect
|
2021-10-11 15:09:03 +00:00
|
|
|
github.com/ipfs/go-ipfs v0.10.0
|
2020-07-12 18:57:30 +00:00
|
|
|
github.com/ipfs/go-ipfs-blockstore v1.0.0
|
|
|
|
github.com/ipfs/go-ipfs-ds-help v1.0.0
|
2020-06-25 20:12:13 +00:00
|
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
|
|
github.com/lib/pq v1.5.2
|
2021-08-25 08:20:31 +00:00
|
|
|
github.com/mailgun/groupcache/v2 v2.2.1
|
2021-10-11 15:09:03 +00:00
|
|
|
github.com/multiformats/go-multihash v0.0.15
|
|
|
|
github.com/onsi/ginkgo v1.16.4
|
|
|
|
github.com/onsi/gomega v1.13.0
|
2020-06-25 20:12:13 +00:00
|
|
|
github.com/sirupsen/logrus v1.6.0
|
|
|
|
github.com/spf13/cobra v1.0.0
|
|
|
|
github.com/spf13/viper v1.7.0
|
2021-12-29 19:44:21 +00:00
|
|
|
github.com/vulcanize/ipfs-ethdb v0.0.6
|
2020-06-25 20:12:13 +00:00
|
|
|
)
|