mirror of
https://github.com/libp2p/go-libp2p-peerstore.git
synced 2025-01-16 02:50:07 +08:00
f00c27d4d7
This has long since been moved into the DHT itself and doesn't belong here. I.e., it has nothing to do with the peerstore and nobody else uses it. replaces https://github.com/libp2p/go-libp2p-peerstore/pull/83
20 lines
565 B
Modula-2
20 lines
565 B
Modula-2
module github.com/libp2p/go-libp2p-peerstore
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/hashicorp/golang-lru v0.5.4
|
|
github.com/ipfs/go-datastore v0.4.5
|
|
github.com/ipfs/go-ds-badger v0.2.7
|
|
github.com/ipfs/go-ds-leveldb v0.4.2
|
|
github.com/ipfs/go-log v1.0.5
|
|
github.com/libp2p/go-buffer-pool v0.0.2
|
|
github.com/libp2p/go-libp2p-core v0.8.6
|
|
github.com/multiformats/go-base32 v0.0.3
|
|
github.com/multiformats/go-multiaddr v0.3.3
|
|
github.com/multiformats/go-multiaddr-fmt v0.1.0
|
|
github.com/stretchr/testify v1.7.0
|
|
go.uber.org/goleak v1.1.10
|
|
)
|