go.mod 679 Bytes
Newer Older
1 2 3 4 5
module github.com/libp2p/go-libp2p-peerstore

require (
	github.com/gogo/protobuf v1.2.1
	github.com/hashicorp/golang-lru v0.5.1
6
	github.com/ipfs/go-datastore v0.0.1
Raúl Kripalani's avatar
Raúl Kripalani committed
7
	github.com/ipfs/go-ds-badger v0.0.5
8 9
	github.com/ipfs/go-ds-leveldb v0.0.1
	github.com/ipfs/go-log v0.0.1
10
	github.com/libp2p/go-buffer-pool v0.0.1
11
	github.com/libp2p/go-libp2p-core v0.0.4
12
	github.com/multiformats/go-base32 v0.0.3
13
	github.com/multiformats/go-multiaddr v0.0.4
14
	github.com/multiformats/go-multiaddr-net v0.0.1
15
	github.com/multiformats/go-multihash v0.0.5
16 17 18 19
	github.com/pkg/errors v0.8.1
	github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1
	github.com/whyrusleeping/mafmt v1.2.8
)