36533f7c3f
Fixes for new geth version
12 lines
343 B
Modula-2
12 lines
343 B
Modula-2
module github.com/ipfs/go-ipfs-exchange-offline
|
|
|
|
require (
|
|
github.com/ipfs/go-block-format v0.0.2
|
|
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-blocksutil v0.0.1
|
|
github.com/ipfs/go-ipfs-exchange-interface v0.0.1
|
|
github.com/ipfs/go-ipfs-util v0.0.1
|
|
)
|