@cryptotaxi247 / kubo / commits / 4727b6e77

gx: mass update

License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> This commit was moved from ipfs/interface-go-ipfs-core@318e958cdd426798e644612d76dc294463975f71 This commit was moved from ipfs/boxo@5e7d211f6eb13d87e9a47729d28beb2a4250aa14

Steven Allen committed Jan 24, 2018 at 15:55 UTC 4727b6e77612b3a2534f77853c113856be0a1842
2 files changed +3 -3
core/coreiface/interface.go
+2 -2
@@ -10,8 +10,8 @@ import (
10
11 options "github.com/ipfs/go-ipfs/core/coreapi/interface/options"
12
13 - ipld "gx/ipfs/QmNwUEK7QbwSqyKBu3mMtToo8SUc6wQJ7gdZq4gGGJqfnf/go-ipld-format"
14 - cid "gx/ipfs/QmeSrf6pzut73u6zLQkRFQ3ygt3k6XFT2kjdYP8Tnkwwyg/go-cid"
13 + cid "gx/ipfs/QmcZfnkapfECQGcLZaf9B79NRg7cRa9EnZh4LSbkCzwNvY/go-cid"
14 + ipld "gx/ipfs/Qme5bWv7wtjUNGsK2BNGVUFPKiuxWrsqrtvYwCLRw8YFES/go-ipld-format"
15 )
16
17 // Path is a generic wrapper for paths used in the API. A path can be resolved
core/coreiface/options/dag.go
+1 -1
@@ -3,7 +3,7 @@ package options
3 import (
4 "math"
5
6 - cid "gx/ipfs/QmeSrf6pzut73u6zLQkRFQ3ygt3k6XFT2kjdYP8Tnkwwyg/go-cid"
6 + cid "gx/ipfs/QmcZfnkapfECQGcLZaf9B79NRg7cRa9EnZh4LSbkCzwNvY/go-cid"
7 )
8
9 type DagPutSettings struct {