We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d8182 commit fe29b75Copy full SHA for fe29b75
blockservice/blockservice.go
@@ -9,13 +9,12 @@ import (
9
"fmt"
10
"io"
11
12
- "github.com/ipfs/go-ipfs/thirdparty/verifcid"
13
-
14
blocks "github.com/ipfs/go-block-format"
15
cid "github.com/ipfs/go-cid"
16
blockstore "github.com/ipfs/go-ipfs-blockstore"
17
exchange "github.com/ipfs/go-ipfs-exchange-interface"
18
logging "github.com/ipfs/go-log"
+ "github.com/ipfs/go-verifcid"
19
)
20
21
var log = logging.Logger("blockservice")
0 commit comments