-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eff0927
commit 44b4eaa
Showing
2 changed files
with
128 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
module github.com/libp2p/go-libp2p-pubsub-router | ||
|
||
require ( | ||
github.com/gogo/protobuf v1.2.1 | ||
github.com/ipfs/go-cid v0.0.2 | ||
github.com/gogo/protobuf v1.3.1 | ||
github.com/ipfs/go-cid v0.0.3 | ||
github.com/ipfs/go-datastore v0.0.5 | ||
github.com/ipfs/go-ipfs-ds-help v0.0.1 | ||
github.com/ipfs/go-ipfs-util v0.0.1 | ||
github.com/ipfs/go-log v0.0.1 | ||
github.com/libp2p/go-libp2p-blankhost v0.1.1 | ||
github.com/libp2p/go-libp2p-core v0.0.1 | ||
github.com/libp2p/go-libp2p-pubsub v0.1.1 | ||
github.com/libp2p/go-libp2p-blankhost v0.1.4 | ||
github.com/libp2p/go-libp2p-core v0.2.4 | ||
github.com/libp2p/go-libp2p-pubsub v0.2.0 | ||
github.com/libp2p/go-libp2p-record v0.1.0 | ||
github.com/libp2p/go-libp2p-routing-helpers v0.1.0 | ||
github.com/libp2p/go-libp2p-swarm v0.1.0 | ||
github.com/libp2p/go-libp2p-swarm v0.2.2 | ||
) | ||
|
||
go 1.13 |
Oops, something went wrong.