libp2p / go-libp2p-examples

Example libp2p applications
MIT License
339 stars 145 forks source link

Bump github.com/libp2p/go-libp2p-circuit from 0.1.0 to 0.1.4 #91

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps github.com/libp2p/go-libp2p-circuit from 0.1.0 to 0.1.4.

Release notes *Sourced from [github.com/libp2p/go-libp2p-circuit's releases](https://github.com/libp2p/go-libp2p-circuit/releases).* > ## Release v0.1.4 > * update gogo/rotobuf and regenerate > * update libp2p core > > ## v0.1.3 > Move protocol definitions to go-multiaddr so users don't have to import the entire transport just to parse the mulitaddrs. > > ## v0.1.2 > * Improve relay address parsing ([#80](https://github-redirect.dependabot.com/libp2p/go-libp2p-circuit/issues/80)). > * Expose the full multiaddr via `conn.RemoteMultiaddr()`, including the relay's transport addr ([#80](https://github-redirect.dependabot.com/libp2p/go-libp2p-circuit/issues/80)) > > ## v0.1.1 > - [#79](https://github-redirect.dependabot.com/libp2p/go-libp2p-circuit/issues/79) expose CanHop as a module function
Commits - [`61af9db`](https://github.com/libp2p/go-libp2p-circuit/commit/61af9db0dd78e01e53b9fb044be44dcc7255667e) Merge pull request [#84](https://github-redirect.dependabot.com/libp2p/go-libp2p-circuit/issues/84) from libp2p/chore/update-deps - [`e8920e8`](https://github.com/libp2p/go-libp2p-circuit/commit/e8920e8238d73392c6191a8da041c6e633a07800) chore(dep): update deps - [`0305622`](https://github.com/libp2p/go-libp2p-circuit/commit/0305622f3f146485f0ff6df0ae6c010787331ca7) Merge pull request [#81](https://github-redirect.dependabot.com/libp2p/go-libp2p-circuit/issues/81) from libp2p/fix/global-multiaddr-registry - [`b8128e2`](https://github.com/libp2p/go-libp2p-circuit/commit/b8128e20bdc871cb73431319a4d35b4d8cca38b6) move protocol definitions to go-multiaddr - [`ff52b70`](https://github.com/libp2p/go-libp2p-circuit/commit/ff52b70aa5b5cc91aee68f1f271f73f52b16f9d5) Merge pull request [#80](https://github-redirect.dependabot.com/libp2p/go-libp2p-circuit/issues/80) from libp2p/feat/addr-handling - [`9fde889`](https://github.com/libp2p/go-libp2p-circuit/commit/9fde88933a1baf405b23688756719aee21881135) test: don't hang on fail - [`c7d6f3d`](https://github.com/libp2p/go-libp2p-circuit/commit/c7d6f3dae0d77351ba36337c797bce977b36a585) fix: expose full multiaddrs from conn.RemoteMultiaddr - [`8cbd4b9`](https://github.com/libp2p/go-libp2p-circuit/commit/8cbd4b91f719c4b837f119669be384f691285977) chore: better address parsing - [`0349135`](https://github.com/libp2p/go-libp2p-circuit/commit/03491354d59e3025f1807236d55fe0ec7b82cd15) Merge pull request [#79](https://github-redirect.dependabot.com/libp2p/go-libp2p-circuit/issues/79) from libp2p/feat/can-hop - [`47764ca`](https://github.com/libp2p/go-libp2p-circuit/commit/47764cab3312fa0eedcf603564528d22d679fb3a) expose CanHop as a module function - See full diff in [compare view](https://github.com/libp2p/go-libp2p-circuit/compare/v0.1.0...v0.1.4)


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 will merge this PR once it's up-to-date and CI passes on it, as requested by @Stebalien.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)
Stebalien commented 4 years ago

@dependabot merge