2020-07-09 19:49:01 +00:00
|
|
|
module github.com/vulcanize/ipfs-ethdb
|
2020-05-30 17:10:06 +00:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-06-22 18:55:48 +00:00
|
|
|
github.com/ethereum/go-ethereum v1.9.15
|
2020-06-29 21:11:29 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
|
|
|
github.com/ipfs/go-block-format v0.0.2
|
|
|
|
github.com/ipfs/go-blockservice v0.1.3
|
|
|
|
github.com/ipfs/go-cid v0.0.5
|
2020-05-30 17:10:06 +00:00
|
|
|
github.com/ipfs/go-ipfs-blockstore v1.0.0
|
|
|
|
github.com/ipfs/go-ipfs-ds-help v1.0.0
|
2020-07-09 19:49:01 +00:00
|
|
|
github.com/ipfs/go-ipfs-exchange-interface v0.0.1
|
2020-05-30 17:10:06 +00:00
|
|
|
github.com/jmoiron/sqlx v1.2.0
|
2020-06-03 20:42:11 +00:00
|
|
|
github.com/lib/pq v1.0.0
|
2020-05-30 17:10:06 +00:00
|
|
|
github.com/multiformats/go-multihash v0.0.13
|
2020-06-29 21:11:29 +00:00
|
|
|
github.com/onsi/ginkgo v1.8.0
|
|
|
|
github.com/onsi/gomega v1.5.0
|
2020-05-30 17:10:06 +00:00
|
|
|
)
|