module github.com/libp2p/go-libp2p-kbucket

require (
	github.com/ipfs/go-ipfs-util v0.0.1
	github.com/ipfs/go-log v0.0.1
	github.com/jbenet/goprocess v0.1.3
	github.com/libp2p/go-libp2p-core v0.3.0
	github.com/libp2p/go-libp2p-peerstore v0.1.4
	github.com/minio/sha256-simd v0.1.1
	github.com/multiformats/go-multihash v0.0.13
	github.com/stretchr/testify v1.4.0
	github.com/wangjia184/sortedset v0.0.0-20160527075905-f5d03557ba30
)

go 1.13
