Skip to content

Commit

Permalink
update go-tcp-transport to v0.2.3 and go-multiaddr to v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Jun 24, 2021
1 parent 779acf9 commit 0d8dd21
Show file tree
Hide file tree
Showing 7 changed files with 1,088 additions and 33 deletions.
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.

0 comments on commit 0d8dd21

Please sign in to comment.