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 a2bca6a
Show file tree
Hide file tree
Showing 5 changed files with 817 additions and 25 deletions.
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

0 comments on commit a2bca6a

Please sign in to comment.