Commit 8fadf276 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 43054ff0
......@@ -9,7 +9,7 @@ import (
"sync"
"time"
blocks "github.com/ipfs/go-ipfs/blocks"
blocks "github.com/ipfs/go-block-format"
blockstore "github.com/ipfs/go-ipfs/blocks/blockstore"
exchange "github.com/ipfs/go-ipfs/exchange"
decision "github.com/ipfs/go-ipfs/exchange/bitswap/decision"
......
......@@ -8,7 +8,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"
blocksutil "github.com/ipfs/go-ipfs/blocks/blocksutil"
decision "github.com/ipfs/go-ipfs/exchange/bitswap/decision"
......
......@@ -6,7 +6,7 @@ import (
"time"
context "context"
blocks "github.com/ipfs/go-ipfs/blocks"
blocks "github.com/ipfs/go-block-format"
bstore "github.com/ipfs/go-ipfs/blocks/blockstore"
bsmsg "github.com/ipfs/go-ipfs/exchange/bitswap/message"
wl "github.com/ipfs/go-ipfs/exchange/bitswap/wantlist"
......
......@@ -9,7 +9,7 @@ import (
"testing"
context "context"
blocks "github.com/ipfs/go-ipfs/blocks"
blocks "github.com/ipfs/go-block-format"
blockstore "github.com/ipfs/go-ipfs/blocks/blockstore"
message "github.com/ipfs/go-ipfs/exchange/bitswap/message"
testutil "github.com/ipfs/go-ipfs/thirdparty/testutil"
......
......@@ -4,7 +4,7 @@ import (
"fmt"
"io"
blocks "github.com/ipfs/go-ipfs/blocks"
blocks "github.com/ipfs/go-block-format"
pb "github.com/ipfs/go-ipfs/exchange/bitswap/message/pb"
wantlist "github.com/ipfs/go-ipfs/exchange/bitswap/wantlist"
......
......@@ -6,7 +6,7 @@ import (
proto "gx/ipfs/QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV/gogo-protobuf/proto"
blocks "github.com/ipfs/go-ipfs/blocks"
blocks "github.com/ipfs/go-block-format"
pb "github.com/ipfs/go-ipfs/exchange/bitswap/message/pb"
u "gx/ipfs/QmWbjfz3u6HkAdPh34dgPchGbQjob6LXLhAeCGii2TX69n/go-ipfs-util"
cid "gx/ipfs/QmYhQaCYEcaPPjxJX7YcPcVKkQfRy6sJ7B3XmGFk82XYdQ/go-cid"
......
......@@ -3,7 +3,7 @@ package notifications
import (
"context"
blocks "github.com/ipfs/go-ipfs/blocks"
blocks "github.com/ipfs/go-block-format"
pubsub "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/briantigerchow/pubsub"
cid "gx/ipfs/QmYhQaCYEcaPPjxJX7YcPcVKkQfRy6sJ7B3XmGFk82XYdQ/go-cid"
......
......@@ -6,7 +6,7 @@ import (
"testing"
"time"
blocks "github.com/ipfs/go-ipfs/blocks"
blocks "github.com/ipfs/go-block-format"
blocksutil "github.com/ipfs/go-ipfs/blocks/blocksutil"
cid "gx/ipfs/QmYhQaCYEcaPPjxJX7YcPcVKkQfRy6sJ7B3XmGFk82XYdQ/go-cid"
)
......
......@@ -5,7 +5,7 @@ import (
"testing"
context "context"
blocks "github.com/ipfs/go-ipfs/blocks"
blocks "github.com/ipfs/go-block-format"
bsmsg "github.com/ipfs/go-ipfs/exchange/bitswap/message"
bsnet "github.com/ipfs/go-ipfs/exchange/bitswap/network"
mockrouting "github.com/ipfs/go-ipfs/routing/mock"
......
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