Skip to content

Commit b966e51

Browse files
authored
chore(deps): update to ipld/go-car (#152)
ipfs/go-car has been moved to ipld/go-car, this updates and uses a commit from master
1 parent 8a847eb commit b966e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pieceio/cario/cario.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"fmt"
66
"io"
77

8-
"github.com/ipfs/go-car"
98
"github.com/ipfs/go-cid"
9+
"github.com/ipld/go-car"
1010
"github.com/ipld/go-ipld-prime"
1111

1212
"github.com/filecoin-project/go-fil-markets/pieceio"

0 commit comments

Comments
 (0)