15 lines
432 B
Modula-2
15 lines
432 B
Modula-2
|
module github.com/ipfs/go-ipfs-blockstore
|
||
|
|
||
|
require (
|
||
|
github.com/hashicorp/golang-lru v0.5.1
|
||
|
github.com/ipfs/bbloom v0.0.1
|
||
|
github.com/ipfs/go-block-format v0.0.1
|
||
|
github.com/ipfs/go-cid v0.0.1
|
||
|
github.com/ipfs/go-datastore v0.0.1
|
||
|
github.com/ipfs/go-ipfs-ds-help v0.0.1
|
||
|
github.com/ipfs/go-ipfs-util v0.0.1
|
||
|
github.com/ipfs/go-log v0.0.1
|
||
|
github.com/ipfs/go-metrics-interface v0.0.1
|
||
|
github.com/multiformats/go-multihash v0.0.1
|
||
|
)
|