Bumps [github.com/multiformats/go-multistream](https://github.com/multiformats/go-multistream) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/multiformats/go-multistream/releases) - [Commits](https://github.com/multiformats/go-multistream/compare/v0.1.0...v0.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
17 lines
506 B
Modula-2
17 lines
506 B
Modula-2
module github.com/libp2p/go-libp2p-pubsub
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/hashicorp/golang-lru v0.5.3
|
|
github.com/ipfs/go-log v0.0.1
|
|
github.com/libp2p/go-libp2p-blankhost v0.1.4
|
|
github.com/libp2p/go-libp2p-core v0.3.0
|
|
github.com/libp2p/go-libp2p-discovery v0.2.0
|
|
github.com/libp2p/go-libp2p-swarm v0.2.2
|
|
github.com/multiformats/go-multiaddr v0.2.0
|
|
github.com/multiformats/go-multistream v0.1.1
|
|
github.com/whyrusleeping/timecache v0.0.0-20160911033111-cfcb2f1abfee
|
|
)
|
|
|
|
go 1.13
|