go.mod 1.09 KB
Newer Older
1 2 3
module github.com/libp2p/go-libp2p-pubsub

require (
Hector Sanjuan's avatar
Hector Sanjuan committed
4
	github.com/davecgh/go-spew v1.1.1 // indirect
5
	github.com/gogo/protobuf v1.2.1
Hector Sanjuan's avatar
Hector Sanjuan committed
6
	github.com/golang/protobuf v1.3.1 // indirect
7 8 9
	github.com/hashicorp/golang-lru v0.5.1
	github.com/ipfs/go-log v0.0.1
	github.com/libp2p/go-libp2p-blankhost v0.0.1
Steven Allen's avatar
Steven Allen committed
10
	github.com/libp2p/go-libp2p-crypto v0.0.2
Steven Allen's avatar
Steven Allen committed
11 12
	github.com/libp2p/go-libp2p-host v0.0.3
	github.com/libp2p/go-libp2p-interface-connmgr v0.0.5 // indirect
Steven Allen's avatar
Steven Allen committed
13 14
	github.com/libp2p/go-libp2p-net v0.0.2
	github.com/libp2p/go-libp2p-peer v0.1.1
15
	github.com/libp2p/go-libp2p-protocol v0.0.1
Steven Allen's avatar
Steven Allen committed
16
	github.com/libp2p/go-libp2p-swarm v0.0.6
Hector Sanjuan's avatar
Hector Sanjuan committed
17 18 19 20
	github.com/libp2p/go-libp2p-yamux v0.1.3 // indirect
	github.com/libp2p/go-mplex v0.0.4 // indirect
	github.com/libp2p/go-yamux v1.2.3 // indirect
	github.com/mattn/go-colorable v0.1.2 // indirect
Steven Allen's avatar
Steven Allen committed
21
	github.com/multiformats/go-multiaddr v0.0.4
Steven Allen's avatar
Steven Allen committed
22
	github.com/multiformats/go-multiaddr-dns v0.0.2 // indirect
Steven Allen's avatar
Steven Allen committed
23
	github.com/multiformats/go-multistream v0.0.4
24
	github.com/whyrusleeping/timecache v0.0.0-20160911033111-cfcb2f1abfee
Hector Sanjuan's avatar
Hector Sanjuan committed
25 26
	golang.org/x/text v0.3.2 // indirect
	gopkg.in/yaml.v2 v2.2.2 // indirect
27
)