fix: switch to forked cid ranger dep
Showing
module github.com/libp2p/go-libp2p-kbucket | ||
require ( | ||
github.com/ipfs/go-ipfs-util v0.0.1 | ||
github.com/ipfs/go-ipfs-util v0.0.2 | ||
github.com/ipfs/go-log v1.0.4 | ||
github.com/jbenet/goprocess v0.1.4 | ||
github.com/libp2p/go-libp2p-asn-util v0.0.0-20200528110405-70ea36266519 | ||
github.com/libp2p/go-cidranger v1.0.0 | ||
github.com/libp2p/go-libp2p-asn-util v0.0.0-20200606034824-1b967eb41be7 | ||
github.com/libp2p/go-libp2p-core v0.5.4 | ||
github.com/libp2p/go-libp2p-peerstore v0.2.4 | ||
github.com/minio/sha256-simd v0.1.1 | ||
... | ... | @@ -12,8 +12,6 @@ require ( |
github.com/multiformats/go-multiaddr-net v0.1.5 | ||
github.com/multiformats/go-multihash v0.0.13 | ||
github.com/stretchr/testify v1.5.1 | ||
github.com/wangjia184/sortedset v0.0.0-20160527075905-f5d03557ba30 | ||
github.com/yl2chen/cidranger v1.0.0 | ||
) | ||
go 1.13 |
This diff is collapsed.
Please register or sign in to comment