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

3 4
go 1.15

5
require (
Steven Allen's avatar
Steven Allen committed
6
	github.com/gogo/protobuf v1.3.1
7
	github.com/hashicorp/golang-lru v0.5.4
8
	github.com/ipfs/go-datastore v0.4.4
9
	github.com/ipfs/go-ds-badger v0.2.3
10
	github.com/ipfs/go-ds-leveldb v0.4.2
11
	github.com/ipfs/go-log v1.0.3
Steven Allen's avatar
Steven Allen committed
12
	github.com/libp2p/go-buffer-pool v0.0.2
Aarsh Shah's avatar
Aarsh Shah committed
13
	github.com/libp2p/go-libp2p-core v0.5.4
14
	github.com/multiformats/go-base32 v0.0.3
15
	github.com/multiformats/go-multiaddr v0.3.3
Steven Allen's avatar
Steven Allen committed
16
	github.com/multiformats/go-multiaddr-fmt v0.1.0
17
	github.com/multiformats/go-multihash v0.0.14
18
	github.com/pkg/errors v0.9.1
Aarsh Shah's avatar
Aarsh Shah committed
19
	github.com/stretchr/testify v1.4.0
20
	github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1
21
	go.uber.org/goleak v1.0.0
Yusef Napora's avatar
Yusef Napora committed
22
	golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect
23
)