libp2p / go-libp2p-examples

Example libp2p applications
MIT License
339 stars 145 forks source link

Bump github.com/libp2p/go-libp2p from 0.4.2 to 0.5.0 #108

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps github.com/libp2p/go-libp2p from 0.4.2 to 0.5.0.

Release notes *Sourced from [github.com/libp2p/go-libp2p's releases](https://github.com/libp2p/go-libp2p/releases).* > ## v0.5.0 > Updates to go-libp2p-core 0.3.0. Requires go 1.13. > > * Switches multiaddrs from /ipfs/QmFoo to /p2p/QmFoo > * Fix a concurrent write/panic bug in the websocket transport. > * Recursively resolve /dnsaddr multiaddrs. > * And many misc bugfixes...
Commits - [`ef1fc8a`](https://github.com/libp2p/go-libp2p/commit/ef1fc8a0ac7a0d185363335f5e3c71ee63e83f24) Merge pull request [#765](https://github-redirect.dependabot.com/libp2p/go-libp2p/issues/765) from libp2p/chore/update-ws-transport - [`8d90b85`](https://github.com/libp2p/go-libp2p/commit/8d90b859ff6adae434f4709f1cdef23ce1240607) chore(dep): update go-ws-transport - [`4e33d72`](https://github.com/libp2p/go-libp2p/commit/4e33d72facd3820b89081bd238d89d7788b76354) Merge pull request [#763](https://github-redirect.dependabot.com/libp2p/go-libp2p/issues/763) from libp2p/dependabot/go_modules/github.com/ipfs/go-... - [`9c742c4`](https://github.com/libp2p/go-libp2p/commit/9c742c49dc7f858ed68c78bdf820752c8d7dc3d0) Merge pull request [#762](https://github-redirect.dependabot.com/libp2p/go-libp2p/issues/762) from libp2p/dependabot/go_modules/github.com/libp2p/g... - [`ff532fa`](https://github.com/libp2p/go-libp2p/commit/ff532fae93258af014606b8237ebeacc81c22c03) build(deps): bump github.com/libp2p/go-libp2p-core from 0.2.5 to 0.3.0 - [`756a598`](https://github.com/libp2p/go-libp2p/commit/756a5984ff9a11e196a19ea2ea7f0c3ed83ea0dd) Merge pull request [#764](https://github-redirect.dependabot.com/libp2p/go-libp2p/issues/764) from libp2p/feat/recursive-dnsaddr - [`e5d2869`](https://github.com/libp2p/go-libp2p/commit/e5d28696f575b4a8424943f2a90f2e17de359e0f) feat(host): recursively resolve addresses - [`7d77f3e`](https://github.com/libp2p/go-libp2p/commit/7d77f3ed7bbe1d8a3abe66366021c4d658aaf7e5) build(deps): bump github.com/ipfs/go-cid from 0.0.3 to 0.0.4 - [`9459d6c`](https://github.com/libp2p/go-libp2p/commit/9459d6cf55fa8a507e61bbd4de1944dd0f5c4bfe) Merge pull request [#760](https://github-redirect.dependabot.com/libp2p/go-libp2p/issues/760) from libp2p/dependabot/go_modules/github.com/multifor... - [`d347a08`](https://github.com/libp2p/go-libp2p/commit/d347a08e6a833bbd2642fa24fdd1c2225eb3933e) build(deps): bump github.com/multiformats/go-multiaddr - Additional commits viewable in [compare view](https://github.com/libp2p/go-libp2p/compare/v0.4.2...v0.5.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)