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