@cryptotaxi247 / kubo / commits / 390006651

gx: update deps

License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> This commit was moved from ipfs/interface-go-ipfs-core@365f5eb472016cac6e893ccd44a114eb9b8cfcd5 This commit was moved from ipfs/boxo@aa067a121b31b26ae87a5a2494f574c55e2e7edc

Steven Allen committed Aug 6, 2018 at 22:10 UTC 390006651bde2fab907f89e3d946b83c5021f677
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/Qme34dT9spiPgunbueNtziRX4SvfLHDFZQvmTBVK8p4qNT/go-path"
4 + ipfspath "gx/ipfs/QmY2QaawxgJw2rn7WsFNkWEYph3z2azpyYdrhAc1JctDmE/go-path"
5
6 cid "gx/ipfs/QmYVNvtQkeZ6AKSwDrjQTs432QtL6umrrK41EBq3cu7iSP/go-cid"
7 )