-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #91 from libp2p/fix/switch-cidranger-dep
fix: switch to forked cid ranger dep
- Loading branch information
Showing
3 changed files
with
19 additions
and
287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
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 | ||
github.com/multiformats/go-multiaddr v0.2.2 | ||
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 |
Oops, something went wrong.