go.mod 714 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.15
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
	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
17 18
	gitlab.dms3.io/mf/go-multiaddr v0.0.3
	gitlab.dms3.io/mf/go-multiaddr-fmt v0.0.2
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.3
21
	go.uber.org/goleak v1.0.0
22
)