@cryptotaxi247 / kubo / commits / 1cd4f200e

Bubble deps

License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai> This commit was moved from ipfs/interface-go-ipfs-core@c21b863fa15557b64d4bdcc99a7134b28ac3ca05 This commit was moved from ipfs/boxo@95c39b6f72f1d32c0e68731b2a02e031ac941e02

Hector Sanjuan committed Oct 27, 2018 at 03:30 UTC 1cd4f200e9f6753e25efbf21f787b14859f2e52c
6 files changed +6 -6
core/coreiface/coreapi.go
+1 -1
@@ -5,7 +5,7 @@ package iface
5 import (
6 "context"
7
8 - ipld "gx/ipfs/QmdDXJs4axxefSPgK6Y1QhpJWKuDPnGJiqgq4uncb4rFHL/go-ipld-format"
8 + ipld "gx/ipfs/QmR7TcHkR9nxkUorfi8XMTAMLUK7GiP64TWWBzY3aacc1o/go-ipld-format"
9 )
10
11 // CoreAPI defines an unified interface to IPFS for Go programs
core/coreiface/dag.go
+1 -1
@@ -6,7 +6,7 @@ import (
6
7 "github.com/ipfs/go-ipfs/core/coreapi/interface/options"
8
9 - ipld "gx/ipfs/QmdDXJs4axxefSPgK6Y1QhpJWKuDPnGJiqgq4uncb4rFHL/go-ipld-format"
9 + ipld "gx/ipfs/QmR7TcHkR9nxkUorfi8XMTAMLUK7GiP64TWWBzY3aacc1o/go-ipld-format"
10 )
11
12 // DagOps groups operations that can be batched together
core/coreiface/object.go
+1 -1
@@ -7,7 +7,7 @@ import (
7 options "github.com/ipfs/go-ipfs/core/coreapi/interface/options"
8
9 cid "gx/ipfs/QmPSQnBKM9g7BaUcZCvswUJVscQ1ipjmwxN5PXCjkp9EQ7/go-cid"
10 - ipld "gx/ipfs/QmdDXJs4axxefSPgK6Y1QhpJWKuDPnGJiqgq4uncb4rFHL/go-ipld-format"
10 + ipld "gx/ipfs/QmR7TcHkR9nxkUorfi8XMTAMLUK7GiP64TWWBzY3aacc1o/go-ipld-format"
11 )
12
13 // ObjectStat provides information about dag nodes
core/coreiface/options/unixfs.go
+1 -1
@@ -6,7 +6,7 @@ import (
6
7 cid "gx/ipfs/QmPSQnBKM9g7BaUcZCvswUJVscQ1ipjmwxN5PXCjkp9EQ7/go-cid"
8 mh "gx/ipfs/QmPnFwZ2JXKnXgMw8CdBPxn7FWh6LLdjUjxV1fKHuJnkr8/go-multihash"
9 - dag "gx/ipfs/QmY8BMUSpCwNiTmFhACmC9Bt1qT63cHP35AoQAus4x14qH/go-merkledag"
9 + dag "gx/ipfs/QmSei8kFMfqdJq7Q68d2LMnHbTWKKg2daA29ezUYFAUNgc/go-merkledag"
10 )
11
12 type Layout int
core/coreiface/path.go
+1 -1
@@ -1,7 +1,7 @@
1 package iface
2
3 import (
4 - ipfspath "gx/ipfs/QmRKuTyCzg7HFBcV1YUhzStroGtJSb8iWgyxfsDCwFhWTS/go-path"
4 + ipfspath "gx/ipfs/QmZbQUht8hzKmQxLHnzY14WSuoQqYkR5mn4cunchyWPmhn/go-path"
5
6 cid "gx/ipfs/QmPSQnBKM9g7BaUcZCvswUJVscQ1ipjmwxN5PXCjkp9EQ7/go-cid"
7 )
core/coreiface/unixfs.go
+1 -1
@@ -6,8 +6,8 @@ import (
6
7 options "github.com/ipfs/go-ipfs/core/coreapi/interface/options"
8
9 + ipld "gx/ipfs/QmR7TcHkR9nxkUorfi8XMTAMLUK7GiP64TWWBzY3aacc1o/go-ipld-format"
10 files "gx/ipfs/QmZMWMvWMVKCbHetJ4RgndbuEF1io2UpUxwQwtNjtYPzSC/go-ipfs-files"
10 - ipld "gx/ipfs/QmdDXJs4axxefSPgK6Y1QhpJWKuDPnGJiqgq4uncb4rFHL/go-ipld-format"
11 )
12
13 // TODO: ideas on making this more coreapi-ish without breaking the http API?