2019-06-09 07:24:20 +00:00
|
|
|
module github.com/libp2p/go-libp2p-peerstore
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gogo/protobuf v1.2.1
|
|
|
|
github.com/hashicorp/golang-lru v0.5.1
|
|
|
|
github.com/ipfs/go-datastore v0.0.1
|
2019-10-04 15:21:24 +00:00
|
|
|
github.com/ipfs/go-ds-badger v0.0.5
|
2019-06-09 07:24:20 +00:00
|
|
|
github.com/ipfs/go-ds-leveldb v0.0.1
|
|
|
|
github.com/ipfs/go-log v0.0.1
|
|
|
|
github.com/libp2p/go-buffer-pool v0.0.1
|
2019-10-04 15:21:24 +00:00
|
|
|
github.com/libp2p/go-libp2p-core v0.0.4
|
2019-06-09 07:24:20 +00:00
|
|
|
github.com/multiformats/go-base32 v0.0.3
|
2019-10-04 15:21:24 +00:00
|
|
|
github.com/multiformats/go-multiaddr v0.0.4
|
2019-06-09 07:24:20 +00:00
|
|
|
github.com/multiformats/go-multiaddr-net v0.0.1
|
2019-10-04 15:21:24 +00:00
|
|
|
github.com/multiformats/go-multihash v0.0.5
|
2019-06-09 07:24:20 +00:00
|
|
|
github.com/pkg/errors v0.8.1
|
|
|
|
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1
|
|
|
|
github.com/whyrusleeping/mafmt v1.2.8
|
|
|
|
)
|