Merge pull request #75 from libp2p/feat/peer-queried-at
Add LastUsefulAt and LastSuccessfulQueryAt for each peer
Showing
... | ... | @@ -3,7 +3,7 @@ module github.com/libp2p/go-libp2p-kbucket |
require ( | ||
github.com/ipfs/go-ipfs-util v0.0.1 | ||
github.com/ipfs/go-log v1.0.3 | ||
github.com/jbenet/goprocess v0.1.3 | ||
github.com/jbenet/goprocess v0.1.4 | ||
github.com/libp2p/go-libp2p-core v0.5.1 | ||
github.com/libp2p/go-libp2p-peerstore v0.2.2 | ||
github.com/minio/sha256-simd v0.1.1 | ||
... | ... |
Please register or sign in to comment