forked from cerc-io/ipld-eth-server
18 lines
531 B
Modula-2
18 lines
531 B
Modula-2
module github.com/ipfs/go-mfs
|
|
|
|
require (
|
|
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-chunker 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-format v0.0.1
|
|
github.com/ipfs/go-log v0.0.1
|
|
github.com/ipfs/go-merkledag v0.0.3
|
|
github.com/ipfs/go-path v0.0.3
|
|
github.com/ipfs/go-unixfs v0.0.4
|
|
github.com/libp2p/go-testutil v0.0.1
|
|
)
|