Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The 0.20.0 release of go-libp2p was a big release which involved significant re-organization of dependencies across libp2p. A lot of dependencies were deprecated in that release and moved into
libp2p/go-libp2p
.https://github.com/libp2p/go-libp2p/releases/tag/v0.20.0
This PR brings
go-libp2p-pubsub
up to date with all these changes. The main reason this was done is so thatgo-libp2p-pubsub
can be used with the newer versions ofgo-libp2p
without running into issues due to the reliance on outdated dependencies.Changes in this PR:
Add in
github.com/libp2p/go-libp2p v0.20.3
Update to
github.com/libp2p/go-libp2p-core v0.17.0
Update to
github.com/libp2p/go-libp2p-testing v0.9.2
Update to
github.com/libp2p/go-msgio v0.2.0
Remove
github.com/libp2p/go-libp2p-blankhost
Remove
github.com/libp2p/go-libp2p-discovery
Remove
github.com/libp2p/go-libp2p-swarm
cc @vyzo