forked from cerc-io/ipld-eth-server
16 lines
480 B
Modula-2
16 lines
480 B
Modula-2
module github.com/ipfs/go-merkledag
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.2.1
|
|
github.com/ipfs/go-block-format v0.0.2
|
|
github.com/ipfs/go-blockservice v0.0.3
|
|
github.com/ipfs/go-cid v0.0.1
|
|
github.com/ipfs/go-datastore v0.0.1
|
|
github.com/ipfs/go-ipfs-blockstore v0.0.1
|
|
github.com/ipfs/go-ipfs-exchange-offline v0.0.1
|
|
github.com/ipfs/go-ipfs-util v0.0.1
|
|
github.com/ipfs/go-ipld-cbor v0.0.1
|
|
github.com/ipfs/go-ipld-format v0.0.1
|
|
github.com/multiformats/go-multihash v0.0.1
|
|
)
|