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

Bump libp2p to 0.10.2 #3150

Merged
merged 1 commit into from
Jul 30, 2020
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changelog/3150.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump libp2p to 0.10.2
12 changes: 3 additions & 9 deletions go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,11 @@ require (
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/go-plugin v1.3.0
github.com/hpcloud/tail v1.0.0
github.com/ipfs/go-log/v2 v2.1.1 // indirect
github.com/libp2p/go-libp2p v0.9.6
github.com/libp2p/go-libp2p-core v0.6.0
github.com/libp2p/go-libp2p-pubsub v0.3.1
github.com/libp2p/go-libp2p-swarm v0.2.8 // indirect
github.com/libp2p/go-openssl v0.0.6 // indirect
github.com/mr-tron/base58 v1.2.0 // indirect
github.com/libp2p/go-libp2p v0.10.2
github.com/libp2p/go-libp2p-core v0.6.1
github.com/libp2p/go-libp2p-pubsub v0.3.3
github.com/multiformats/go-multiaddr v0.2.2
github.com/multiformats/go-multiaddr-net v0.1.5
github.com/multiformats/go-multihash v0.0.14 // indirect
github.com/oasisprotocol/deoxysii v0.0.0-20200527154044-851aec403956
github.com/oasisprotocol/ed25519 v0.0.0-20200528083105-55566edd6df0
github.com/opentracing/opentracing-go v1.2.0
Expand All @@ -60,7 +55,6 @@ require (
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
github.com/whyrusleeping/go-logging v0.0.1
gitlab.com/yawning/dynlib.git v0.0.0-20200603163025-35fe007b0761
go.opencensus.io v0.22.4 // indirect
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
golang.org/x/sys v0.0.0-20200722175500-76b94024e4b6 // indirect
Expand Down
Loading