Commit ccfd0a09 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 2f6bea5f
......@@ -7,7 +7,7 @@ import (
"strings"
"sync"
blocks "github.com/ipfs/go-ipfs/blocks"
blocks "github.com/ipfs/go-block-format"
bserv "github.com/ipfs/go-ipfs/blockservice"
offline "github.com/ipfs/go-ipfs/exchange/offline"
......
......@@ -13,7 +13,7 @@ import (
"testing"
"time"
blocks "github.com/ipfs/go-ipfs/blocks"
blocks "github.com/ipfs/go-block-format"
bserv "github.com/ipfs/go-ipfs/blockservice"
bstest "github.com/ipfs/go-ipfs/blockservice/test"
offline "github.com/ipfs/go-ipfs/exchange/offline"
......
package merkledag
import (
"github.com/ipfs/go-ipfs/blocks"
"github.com/ipfs/go-block-format"
u "gx/ipfs/QmWbjfz3u6HkAdPh34dgPchGbQjob6LXLhAeCGii2TX69n/go-ipfs-util"
cid "gx/ipfs/QmYhQaCYEcaPPjxJX7YcPcVKkQfRy6sJ7B3XmGFk82XYdQ/go-cid"
......
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