-
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.
upgrade deps + interoperable uvarint delimited writer/reader. (#79)
Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
- Loading branch information
1 parent
8ac3a00
commit ebdd9aa
Showing
3 changed files
with
48 additions
and
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
module github.com/libp2p/go-libp2p-pubsub-router | ||
|
||
go 1.12 | ||
|
||
require ( | ||
github.com/gogo/protobuf v1.3.1 | ||
github.com/ipfs/go-datastore v0.4.4 | ||
github.com/ipfs/go-ipfs-ds-help v0.1.1 | ||
github.com/ipfs/go-log/v2 v2.0.8 | ||
github.com/libp2p/go-libp2p-blankhost v0.1.6 | ||
github.com/libp2p/go-libp2p-core v0.5.6 | ||
github.com/libp2p/go-libp2p-pubsub v0.3.0 | ||
github.com/ipfs/go-ipfs-ds-help v1.0.0 | ||
github.com/ipfs/go-log/v2 v2.1.1 | ||
github.com/libp2p/go-libp2p-blankhost v0.2.0 | ||
github.com/libp2p/go-libp2p-core v0.6.0 | ||
github.com/libp2p/go-libp2p-pubsub v0.3.2 | ||
github.com/libp2p/go-libp2p-record v0.1.3 | ||
github.com/libp2p/go-libp2p-swarm v0.2.4 | ||
github.com/libp2p/go-libp2p-swarm v0.2.8 | ||
github.com/libp2p/go-msgio v0.0.6 | ||
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a | ||
) | ||
|
||
go 1.12 |
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