-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrate to consolidated types. (#185)
- Loading branch information
Showing
15 changed files
with
113 additions
and
155 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
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
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
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
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
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,27 +1,13 @@ | ||
module github.com/libp2p/go-libp2p-pubsub | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/gogo/protobuf v1.2.1 | ||
github.com/golang/protobuf v1.3.1 // indirect | ||
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 | ||
github.com/libp2p/go-libp2p-crypto v0.0.2 | ||
github.com/libp2p/go-libp2p-host v0.0.3 | ||
github.com/libp2p/go-libp2p-interface-connmgr v0.0.5 // indirect | ||
github.com/libp2p/go-libp2p-net v0.0.2 | ||
github.com/libp2p/go-libp2p-peer v0.1.1 | ||
github.com/libp2p/go-libp2p-protocol v0.0.1 | ||
github.com/libp2p/go-libp2p-swarm v0.0.6 | ||
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 | ||
github.com/libp2p/go-libp2p-blankhost v0.1.1 | ||
github.com/libp2p/go-libp2p-core v0.0.1 | ||
github.com/libp2p/go-libp2p-swarm v0.1.0 | ||
github.com/multiformats/go-multiaddr v0.0.4 | ||
github.com/multiformats/go-multiaddr-dns v0.0.2 // indirect | ||
github.com/multiformats/go-multistream v0.0.4 | ||
github.com/multiformats/go-multistream v0.1.0 | ||
github.com/whyrusleeping/timecache v0.0.0-20160911033111-cfcb2f1abfee | ||
golang.org/x/text v0.3.2 // indirect | ||
gopkg.in/yaml.v2 v2.2.2 // indirect | ||
) |
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
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
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
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
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
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
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
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