-
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.
dep: import go-smux-* into the libp2p org
- Loading branch information
Showing
2 changed files
with
83 additions
and
36 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/ipfs/go-cid v0.0.1 | ||
github.com/ipfs/go-cid v0.0.2 | ||
github.com/ipfs/go-datastore v0.0.1 | ||
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.0.1 | ||
github.com/libp2p/go-libp2p-host v0.0.1 | ||
github.com/libp2p/go-libp2p-peer v0.0.1 | ||
github.com/libp2p/go-libp2p-peerstore v0.0.1 | ||
github.com/libp2p/go-libp2p-pubsub v0.0.1 | ||
github.com/libp2p/go-libp2p-host v0.0.3 | ||
github.com/libp2p/go-libp2p-peer v0.1.1 | ||
github.com/libp2p/go-libp2p-peerstore v0.0.6 | ||
github.com/libp2p/go-libp2p-pubsub v0.0.5 | ||
github.com/libp2p/go-libp2p-record v0.0.1 | ||
github.com/libp2p/go-libp2p-routing v0.0.1 | ||
github.com/libp2p/go-libp2p-routing-helpers v0.0.2 | ||
github.com/libp2p/go-libp2p-swarm v0.0.1 | ||
github.com/libp2p/go-libp2p-swarm v0.0.6 | ||
) |
Oops, something went wrong.