@cryptotaxi247 / kubo / commits / cd6d30548

gx update go-libp2p-peerstore

License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org> This commit was moved from ipfs/interface-go-ipfs-core@c8a6219cf25b4dfc1208523ec0bb2ee2efc2d85d This commit was moved from ipfs/boxo@0ef081eae1b8bdaf52870fe9f483ba05c7ca69ef

Kevin Atkinson committed Oct 4, 2018 at 19:11 UTC cd6d30548a305d5a32118c7dae7286c521fbbfa0
1 file changed +1 -1
core/coreiface/path.go
+1 -1
@@ -1,7 +1,7 @@
1 package iface
2
3 import (
4 - ipfspath "gx/ipfs/QmbE9gr6c2FomTgc2pRZRTooHpchJ1uaZKremypyWJMV4t/go-path"
4 + ipfspath "gx/ipfs/QmYh33CFYYEgQNSZ9PEP7ZN57dhErRZ7NfLS1BUA9GBBRk/go-path"
5
6 cid "gx/ipfs/QmPSQnBKM9g7BaUcZCvswUJVscQ1ipjmwxN5PXCjkp9EQ7/go-cid"
7 )