Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update go-tcp-transport to v0.2.3 and go-multiaddr to v0.3.3 #1121

Merged
merged 1 commit into from Jun 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/go.mod
Expand Up @@ -17,7 +17,7 @@ require (
github.com/libp2p/go-libp2p-secio v0.2.2
github.com/libp2p/go-libp2p-swarm v0.5.0
github.com/libp2p/go-libp2p-tls v0.1.3
github.com/multiformats/go-multiaddr v0.3.1
github.com/multiformats/go-multiaddr v0.3.3
)

// Ensure that examples always use the go-libp2p version in the same git checkout.
Expand Down
277 changes: 270 additions & 7 deletions examples/go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/ipfs-camp-2019/go.mod
Expand Up @@ -12,9 +12,9 @@ require (
github.com/libp2p/go-libp2p-pubsub v0.4.1
github.com/libp2p/go-libp2p-secio v0.2.2
github.com/libp2p/go-libp2p-yamux v0.5.4
github.com/libp2p/go-tcp-transport v0.2.1
github.com/libp2p/go-tcp-transport v0.2.3
github.com/libp2p/go-ws-transport v0.4.0
github.com/multiformats/go-multiaddr v0.3.1
github.com/multiformats/go-multiaddr v0.3.3
)

// Ensure that examples always use the go-libp2p version in the same git checkout.
Expand Down
277 changes: 270 additions & 7 deletions examples/ipfs-camp-2019/go.sum

Large diffs are not rendered by default.

279 changes: 272 additions & 7 deletions examples/pubsub/chat/go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions go.mod
Expand Up @@ -34,9 +34,9 @@ require (
github.com/libp2p/go-msgio v0.0.6
github.com/libp2p/go-netroute v0.1.6
github.com/libp2p/go-stream-muxer-multistream v0.3.0
github.com/libp2p/go-tcp-transport v0.2.1
github.com/libp2p/go-tcp-transport v0.2.3
github.com/libp2p/go-ws-transport v0.4.0
github.com/multiformats/go-multiaddr v0.3.1
github.com/multiformats/go-multiaddr v0.3.3
github.com/multiformats/go-multiaddr-dns v0.3.1
github.com/multiformats/go-multistream v0.2.2
github.com/stretchr/testify v1.7.0
Expand Down
278 changes: 271 additions & 7 deletions go.sum

Large diffs are not rendered by default.