Commit 8712d9bf authored by Steven Allen's avatar Steven Allen Committed by Łukasz Magiera

blocks: move block format to it's own repo

We need to reference it from outside of this repo.

License: MIT
Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
parent ed54fb7f
......@@ -5,7 +5,7 @@ package offline
import (
"context"
blocks "github.com/ipfs/go-ipfs/blocks"
blocks "github.com/ipfs/go-block-format"
"github.com/ipfs/go-ipfs/blocks/blockstore"
exchange "github.com/ipfs/go-ipfs/exchange"
......
......@@ -4,7 +4,7 @@ import (
"context"
"testing"
blocks "github.com/ipfs/go-ipfs/blocks"
blocks "github.com/ipfs/go-block-format"
"github.com/ipfs/go-ipfs/blocks/blockstore"
"github.com/ipfs/go-ipfs/blocks/blocksutil"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment