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 7adf1cb commit 9d6e786Copy full SHA for 9d6e786
core/coreapi/path.go
@@ -12,8 +12,8 @@ import (
12
resolver "github.com/ipfs/go-ipfs/path/resolver"
13
uio "github.com/ipfs/go-ipfs/unixfs/io"
14
15
- ipld "gx/ipfs/QmWi2BYBL5gJ3CiAiQchg6rn1A8iBsrWy51EYxvHVjFvLb/go-ipld-format"
16
- cid "gx/ipfs/QmapdYm1b22Frv3k17fqrBYTFRxwiaVJkB299Mfn33edeB/go-cid"
+ ipld "gx/ipfs/QmZtNq8dArGfnpCZfx2pUNY7UcjGhVp5qqwQ4hH6mpTMRQ/go-ipld-format"
+ cid "gx/ipfs/QmYVNvtQkeZ6AKSwDrjQTs432QtL6umrrK41EBq3cu7iSP/go-cid"
17
)
18
19
// ResolveNode resolves the path `p` using Unixfs resolver, gets and returns the
0 commit comments