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

fix(deps): bump github.com/libp2p/go-libp2p-core from 0.8.0 to 0.17.0 #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ require (
berty.tech/go-libtor v1.0.371
github.com/cretz/bine v0.1.0
github.com/joomcode/errorx v1.0.3
github.com/libp2p/go-libp2p-core v0.8.0
github.com/libp2p/go-libp2p-core v0.17.0
github.com/libp2p/go-libp2p-transport-upgrader v0.4.0
github.com/multiformats/go-multiaddr v0.3.1
github.com/multiformats/go-multiaddr v0.4.1
github.com/multiformats/go-multiaddr-fmt v0.1.0
github.com/yookoala/realpath v1.0.0
golang.org/x/tools v0.0.0-20200904185747-39188db58858 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
)
Loading