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

require (
Steven Allen's avatar
Steven Allen committed
4
	github.com/gogo/protobuf v1.3.1
5
	github.com/hashicorp/golang-lru v0.5.3
6
	github.com/ipfs/go-datastore v0.4.1
Steven Allen's avatar
Steven Allen committed
7 8
	github.com/ipfs/go-ds-badger v0.2.0
	github.com/ipfs/go-ds-leveldb v0.4.0
9
	github.com/ipfs/go-log v0.0.1
Steven Allen's avatar
Steven Allen committed
10
	github.com/libp2p/go-buffer-pool v0.0.2
11
	github.com/libp2p/go-libp2p-core v0.3.0
12
	github.com/multiformats/go-base32 v0.0.3
13
	github.com/multiformats/go-multiaddr v0.2.0
Steven Allen's avatar
Steven Allen committed
14
	github.com/multiformats/go-multiaddr-fmt v0.1.0
15
	github.com/multiformats/go-multiaddr-net v0.1.2
16
	github.com/multiformats/go-multihash v0.0.13
17
	github.com/pkg/errors v0.9.1
18 19
	github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1
)
Steven Allen's avatar
Steven Allen committed
20 21

go 1.13