Commit fd593c1d authored by Michael Muré's avatar Michael Muré

use dagutils migrated in go-merkledag

parent 0ee3f875
......@@ -13,6 +13,6 @@ require (
github.com/ipfs/go-ipld-format v0.0.2
github.com/ipfs/go-log v0.0.1
github.com/ipfs/go-merkledag v0.2.4
github.com/libp2p/go-libp2p-transport v0.0.5 // indirect
google.golang.org/appengine v1.4.0 // indirect
)
replace github.com/ipfs/go-merkledag => github.com/MichaelMure/go-merkledag v0.2.1-0.20191119160700-c20b9a52f504
This diff is collapsed.
......@@ -11,10 +11,10 @@ import (
cid "github.com/ipfs/go-cid"
ds "github.com/ipfs/go-datastore"
"github.com/ipfs/go-ipfs/dagutils"
ipld "github.com/ipfs/go-ipld-format"
logging "github.com/ipfs/go-log"
mdag "github.com/ipfs/go-merkledag"
"github.com/ipfs/go-merkledag/dagutils"
)
var log = logging.Logger("pin")
......
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