@cryptotaxi247 / kubo / commits / ba7a34448

gx: update go-log go-ipld-cbor

(and friends) License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> This commit was moved from ipfs/interface-go-ipfs-core@c1e241f73b853d5b8626125d24f8346c6331622b This commit was moved from ipfs/boxo@3bff21ef38fb40c5920de6e475607cd6e31bf0e5

Steven Allen committed Sep 24, 2018 at 05:36 UTC ba7a34448e2bed4e26cc1feec81c5c98fe6cfbb6
3 files changed +4 -4
core/coreiface/dht.go
+2 -2
@@ -5,8 +5,8 @@ import (
5
6 "github.com/ipfs/go-ipfs/core/coreapi/interface/options"
7
8 - peer "gx/ipfs/QmQsErDt8Qgw1XrsXf2BpEzDgGWtB1YLsTAARBup5b6B9W/go-libp2p-peer"
9 - pstore "gx/ipfs/Qmda4cPRvSRyox3SqgJN6DfSZGU5TtHufPTp9uXjFj71X6/go-libp2p-peerstore"
8 + peer "gx/ipfs/QmbNepETomvmXfz1X5pHNFD2QuPqnqi47dTd94QJWSorQ3/go-libp2p-peer"
9 + pstore "gx/ipfs/QmfAQMFpgDU2U4BXG64qVr8HSiictfWvkSBz7Y2oDj65st/go-libp2p-peerstore"
10 )
11
12 // DhtAPI specifies the interface to the DHT
core/coreiface/key.go
+1 -1
@@ -5,7 +5,7 @@ import (
5
6 options "github.com/ipfs/go-ipfs/core/coreapi/interface/options"
7
8 - "gx/ipfs/QmQsErDt8Qgw1XrsXf2BpEzDgGWtB1YLsTAARBup5b6B9W/go-libp2p-peer"
8 + "gx/ipfs/QmbNepETomvmXfz1X5pHNFD2QuPqnqi47dTd94QJWSorQ3/go-libp2p-peer"
9 )
10
11 // Key specifies the interface to Keys in KeyAPI Keystore
core/coreiface/path.go
+1 -1
@@ -1,7 +1,7 @@
1 package iface
2
3 import (
4 - ipfspath "gx/ipfs/Qmc17MNY1xUgiE2nopbi6KATWau9qcGZtdmKKuXvFMVUgc/go-path"
4 + ipfspath "gx/ipfs/QmcjwUb36Z16NJkvDX6ccXPqsFswo6AsRXynyXcLLCphV2/go-path"
5
6 cid "gx/ipfs/QmPSQnBKM9g7BaUcZCvswUJVscQ1ipjmwxN5PXCjkp9EQ7/go-cid"
7 )