Skip to content

Commit fe29b75

Browse files
committed
fix import
This commit was moved from ipfs/go-blockservice@e843ff0
1 parent d2d8182 commit fe29b75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

blockservice/blockservice.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ import (
99
"fmt"
1010
"io"
1111

12-
"github.com/ipfs/go-ipfs/thirdparty/verifcid"
13-
1412
blocks "github.com/ipfs/go-block-format"
1513
cid "github.com/ipfs/go-cid"
1614
blockstore "github.com/ipfs/go-ipfs-blockstore"
1715
exchange "github.com/ipfs/go-ipfs-exchange-interface"
1816
logging "github.com/ipfs/go-log"
17+
"github.com/ipfs/go-verifcid"
1918
)
2019

2120
var log = logging.Logger("blockservice")

0 commit comments

Comments
 (0)