Commit 6bd4a510 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 9a395f49
......@@ -8,7 +8,7 @@ import (
"errors"
"fmt"
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"
......
......@@ -3,7 +3,7 @@ package blockservice
import (
"testing"
"github.com/ipfs/go-ipfs/blocks"
"github.com/ipfs/go-block-format"
"github.com/ipfs/go-ipfs/blocks/blockstore"
butil "github.com/ipfs/go-ipfs/blocks/blocksutil"
offline "github.com/ipfs/go-ipfs/exchange/offline"
......
......@@ -7,7 +7,7 @@ import (
"testing"
"time"
blocks "github.com/ipfs/go-ipfs/blocks"
blocks "github.com/ipfs/go-block-format"
blockstore "github.com/ipfs/go-ipfs/blocks/blockstore"
. "github.com/ipfs/go-ipfs/blockservice"
offline "github.com/ipfs/go-ipfs/exchange/offline"
......
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