Skip to content

Commit

Permalink
Merge pull request #76 from libp2p/feat/update-pubsub
Browse files Browse the repository at this point in the history
feat: update pubsub
  • Loading branch information
Stebalien authored May 20, 2020
2 parents c06d726 + 9b71968 commit 14b1bff
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 85 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ module github.com/libp2p/go-libp2p-pubsub-router

require (
github.com/gogo/protobuf v1.3.1
github.com/ipfs/go-datastore v0.4.2
github.com/ipfs/go-datastore v0.4.4
github.com/ipfs/go-ipfs-ds-help v0.1.1
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-pubsub v0.2.6
github.com/ipfs/go-log v1.0.4
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/libp2p/go-libp2p-record v0.1.2
github.com/libp2p/go-libp2p-swarm v0.2.2
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6
github.com/libp2p/go-libp2p-swarm v0.2.4
golang.org/x/sync v0.0.0-20190423024810-112230192c58
)

go 1.12
Loading

0 comments on commit 14b1bff

Please sign in to comment.