gx: update go-cid, go-multibase, base32
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> This commit was moved from ipfs/interface-go-ipfs-core@6c6807b399ac688cbe92d85156b74cae3bd45321 This commit was moved from ipfs/boxo@d45714f3fa2fcf0224d6b0774cd729941109a450
Steven Allen committed
Aug 28, 2017 at 20:32 UTC
9065eaf739718d028c3572ecd33ef9bf7a0c28bf
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/QmTprEaAA2A9bst5XH7exuyi5KzNMK3SEDNN8rBDnKWcUS/go-cid"
9
- ipld "gx/ipfs/QmYNyRZJBUYPNrLszFmrBrPJbsBh2vMsefz5gnDpB5M1P6/go-ipld-format"
8
+ cid "gx/ipfs/QmNp85zy9RLrQ5oQD4hPyS39ezrrXpcaa7R4Y9kxdWQLLQ/go-cid"
9
+ ipld "gx/ipfs/QmPN7cwmpcc4DWXb4KTB9dNAJgjuPY69h3npsMfhRrQL9c/go-ipld-format"
10
)
11
12
type Path interface {