@cryptotaxi247 / kubo / commits / 4c057b0fc

blocks: gx import go-block-format

And updated related dependencies. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> This commit was moved from ipfs/interface-go-ipfs-core@477bd882b4bdd348fd7ef8f35c81f5a11a732199 This commit was moved from ipfs/boxo@8fd5b213838670d5fed83a6ca39240179ab8cf3f

Steven Allen committed Jun 18, 2017 at 13:07 UTC 4c057b0fc32b7ae9c834295946c507c0c03ba752
1 file changed +2 -2
core/coreiface/interface.go
+2 -2
@@ -5,8 +5,8 @@ import (
5 "errors"
6 "io"
7
8 - cid "gx/ipfs/QmYhQaCYEcaPPjxJX7YcPcVKkQfRy6sJ7B3XmGFk82XYdQ/go-cid"
9 - ipld "gx/ipfs/Qmb3Hm9QDFmfYuET4pu7Kyg8JV78jFa1nvZx5vnCZsK4ck/go-ipld-format"
8 + cid "gx/ipfs/QmNw61A6sJoXMeP37mJRtQZdNhj5e3FdjoTN3v4FyE96Gk/go-cid"
9 + ipld "gx/ipfs/QmUBtPvHKFAX43XMsyxsYpMi3U5VwZ4jYFTo4kFhvAR33G/go-ipld-format"
10 )
11
12 type Path interface {