1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-26 12:32:31 +08:00

gx: update go-cid, go-libp2p-peer, go-ipfs-cmds, go-ipfs-cmdkit

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
Steven Allen
2018-08-21 17:10:11 -07:00
parent fcc96a3ae7
commit 656d7cc1a6
168 changed files with 698 additions and 698 deletions

View File

@ -5,7 +5,7 @@ package iface
import (
"context"
ipld "gx/ipfs/QmaA8GkXUYinkkndvg7T6Tx7gYXemhxjaxLisEPes7Rf1P/go-ipld-format"
ipld "gx/ipfs/QmX5CsuHyVZeTLxgRSYkgLSDQKb9UjE8xnhQzCEJWWWFsC/go-ipld-format"
)
// CoreAPI defines an unified interface to IPFS for Go programs