go.mod 819 Bytes
Newer Older
tavit ohanian's avatar
tavit ohanian committed
1
module gitlab.dms3.io/p2p/go-p2p-peerstore
2

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/multiformats/go-base32 v0.0.3
9
	github.com/multiformats/go-multiaddr v0.3.3
Steven Allen's avatar
Steven Allen committed
10
	github.com/multiformats/go-multiaddr-fmt v0.1.0
11
	github.com/multiformats/go-multihash v0.0.14
12
	github.com/pkg/errors v0.9.1
Aarsh Shah's avatar
Aarsh Shah committed
13
	github.com/stretchr/testify v1.4.0
14
	github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1
tavit ohanian's avatar
tavit ohanian committed
15 16 17 18 19 20
	gitlab.dms3.io/dms3/public/go-datastore v0.0.1
	gitlab.dms3.io/dms3/public/go-ds-badger v0.0.1
	gitlab.dms3.io/dms3/public/go-ds-leveldb v0.0.1
	gitlab.dms3.io/dms3/public/go-log v0.0.1
	gitlab.dms3.io/p2p/go-buffer-pool v0.0.1
	gitlab.dms3.io/p2p/go-p2p-core v0.0.1
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
)