mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-15 07:58:15 +08:00
blocks: move block format to it's own repo
We need to reference it from outside of this repo. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:

committed by
Łukasz Magiera

parent
fa5c0d40cd
commit
bccd4d4e8f
@ -10,7 +10,7 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/ipfs/go-ipfs/blocks"
|
||||
"github.com/ipfs/go-block-format"
|
||||
"github.com/ipfs/go-ipfs/blocks/blockstore"
|
||||
"github.com/ipfs/go-ipfs/blockservice"
|
||||
"github.com/ipfs/go-ipfs/commands/files"
|
||||
|
Reference in New Issue
Block a user