Commit 9647f7ba authored by Jeromy's avatar Jeromy

update deps

parent bcd82a63
......@@ -4,7 +4,7 @@ import (
"container/list"
"sync"
peer "github.com/ipfs/go-libp2p-peer"
peer "github.com/libp2p/go-libp2p-peer"
)
// Bucket holds a list of peers.
......
......@@ -14,25 +14,20 @@
},
{
"author": "whyrusleeping",
"hash": "QmWXjJo15p4pzT7cayEwZi2sWgJqLnGDof6ZGMh9xBgU1p",
"hash": "QmfMmLGoKzCHDN7cGgk64PJr4iipzidDRME8HABSJqvmhC",
"name": "go-libp2p-peer",
"version": "2.0.4"
"version": "2.1.0"
},
{
"author": "whyrusleeping",
"hash": "QmYkwVGkwoPbMVQEbf6LonZg4SsCxGP3H7PBEtdNCNRyxD",
"hash": "QmXXCcQ7CLg5a81Ui9TTR35QcR4y7ZyihxwfjqaHfUVcVo",
"name": "go-libp2p-peerstore",
"version": "1.2.5"
"version": "1.3.0"
},
{
"hash": "QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1",
"name": "go-ipfs-util",
"version": "1.0.0"
},
{
"hash": "QmYpVUnnedgGrp6cX2pBii5HRQgcSr778FiKVe7o7nF5Z3",
"hash": "QmaEcA713Y54EtSsj7ZYfwXmsTfxrJ4oywr1iFt1d6LKY5",
"name": "go-testutil",
"version": "1.0.2"
"version": "1.1.0"
}
],
"gxVersion": "0.4.0",
......
......@@ -2,8 +2,9 @@ package kbucket
import (
"container/list"
peer "github.com/ipfs/go-libp2p-peer"
"sort"
peer "github.com/libp2p/go-libp2p-peer"
)
// A helper struct to sort peers by their distance to the local node
......
......@@ -7,9 +7,9 @@ import (
"sync"
"time"
peer "github.com/ipfs/go-libp2p-peer"
pstore "github.com/ipfs/go-libp2p-peerstore"
logging "github.com/ipfs/go-log"
peer "github.com/libp2p/go-libp2p-peer"
pstore "github.com/libp2p/go-libp2p-peerstore"
)
var log = logging.Logger("table")
......
......@@ -5,8 +5,8 @@ import (
"testing"
"time"
peer "github.com/ipfs/go-libp2p-peer"
pstore "github.com/ipfs/go-libp2p-peerstore"
peer "github.com/libp2p/go-libp2p-peer"
pstore "github.com/libp2p/go-libp2p-peerstore"
tu "github.com/libp2p/go-testutil"
)
......
......@@ -6,8 +6,8 @@ import (
"errors"
u "github.com/ipfs/go-ipfs-util"
peer "github.com/ipfs/go-libp2p-peer"
ks "github.com/libp2p/go-libp2p-kbucket/keyspace"
peer "github.com/libp2p/go-libp2p-peer"
)
// Returned if a routing table query returns no results. This is NOT expected
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment