Skip to content

Commit 9a6bbbf

Browse files
build(deps): bump github.com/multiformats/go-multiaddr from 0.8.0 to 0.9.0 (#839)
Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) from 0.8.0 to 0.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/multiformats/go-multiaddr/releases">github.com/multiformats/go-multiaddr's releases</a>.</em></p> <blockquote> <h2>v0.9.0</h2> <h2>What's Changed</h2> <ul> <li>Bump golang.org/x/crypto from 0.0.0-20190611184440-5c40567a22f8 to 0.1.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/multiformats/go-multiaddr/pull/191">multiformats/go-multiaddr#191</a></li> <li>Update webrtc protocols after rename by <a href="https://github.com/MarcoPolo"><code>@​MarcoPolo</code></a> in <a href="https://redirect.github.com/multiformats/go-multiaddr/pull/195">multiformats/go-multiaddr#195</a></li> <li>Release v0.9.0 by <a href="https://github.com/MarcoPolo"><code>@​MarcoPolo</code></a> in <a href="https://redirect.github.com/multiformats/go-multiaddr/pull/196">multiformats/go-multiaddr#196</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/dependabot"><code>@​dependabot</code></a> made their first contribution in <a href="https://redirect.github.com/multiformats/go-multiaddr/pull/191">multiformats/go-multiaddr#191</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/multiformats/go-multiaddr/compare/v0.8.0...v0.9.0">https://github.com/multiformats/go-multiaddr/compare/v0.8.0...v0.9.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/multiformats/go-multiaddr/commit/d0ee45069c703859fe3a13d1a9e889732390b7f3"><code>d0ee450</code></a> Merge pull request <a href="https://redirect.github.com/multiformats/go-multiaddr/issues/196">#196</a> from multiformats/MarcoPolo-patch-1</li> <li><a href="https://github.com/multiformats/go-multiaddr/commit/8d8f76ad6692899403fd39b1068b5650a6acfdde"><code>8d8f76a</code></a> Release v0.9.0</li> <li><a href="https://github.com/multiformats/go-multiaddr/commit/ccfa609dd68b6925884100c96745810ad117e954"><code>ccfa609</code></a> Merge pull request <a href="https://redirect.github.com/multiformats/go-multiaddr/issues/195">#195</a> from multiformats/marco/webrtc-proto-names</li> <li><a href="https://github.com/multiformats/go-multiaddr/commit/d94957f30734459db66182208f75ff2f430b1869"><code>d94957f</code></a> Update webrtc protocols after rename</li> <li><a href="https://github.com/multiformats/go-multiaddr/commit/9bc1395013be7a013df4cac12a3214f8a85f6960"><code>9bc1395</code></a> Bump golang.org/x/crypto from 0.0.0-20190611184440-5c40567a22f8 to 0.1.0 (<a href="https://redirect.github.com/multiformats/go-multiaddr/issues/191">#191</a>)</li> <li>See full diff in <a href="https://github.com/multiformats/go-multiaddr/compare/v0.8.0...v0.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/multiformats/go-multiaddr&package-manager=go_modules&previous-version=0.8.0&new-version=0.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c8a8af commit 9a6bbbf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/libp2p/go-libp2p v0.26.3
1818
github.com/libp2p/go-libp2p-kad-dht v0.22.0
1919
github.com/libp2p/go-libp2p-pubsub v0.9.3
20-
github.com/multiformats/go-multiaddr v0.8.0
20+
github.com/multiformats/go-multiaddr v0.9.0
2121
github.com/prometheus/client_golang v1.14.0
2222
github.com/rs/cors v1.8.3
2323
github.com/spf13/cobra v1.6.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,8 +736,8 @@ github.com/multiformats/go-multiaddr v0.3.3/go.mod h1:lCKNGP1EQ1eZ35Za2wlqnabm9x
736736
github.com/multiformats/go-multiaddr v0.4.0/go.mod h1:YcpyLH8ZPudLxQlemYBPhSm0/oCXAT8Z4mzFpyoPyRc=
737737
github.com/multiformats/go-multiaddr v0.4.1/go.mod h1:3afI9HfVW8csiF8UZqtpYRiDyew8pRX7qLIGHu9FLuM=
738738
github.com/multiformats/go-multiaddr v0.5.0/go.mod h1:3KAxNkUqLTJ20AAwN4XVX4kZar+bR+gh4zgbfr3SNug=
739-
github.com/multiformats/go-multiaddr v0.8.0 h1:aqjksEcqK+iD/Foe1RRFsGZh8+XFiGo7FgUCZlpv3LU=
740-
github.com/multiformats/go-multiaddr v0.8.0/go.mod h1:Fs50eBDWvZu+l3/9S6xAE7ZYj6yhxlvaVZjakWN7xRs=
739+
github.com/multiformats/go-multiaddr v0.9.0 h1:3h4V1LHIk5w4hJHekMKWALPXErDfz/sggzwC/NcqbDQ=
740+
github.com/multiformats/go-multiaddr v0.9.0/go.mod h1:mI67Lb1EeTOYb8GQfL/7wpIZwc46ElrvzhYnoJOmTT0=
741741
github.com/multiformats/go-multiaddr-dns v0.3.1 h1:QgQgR+LQVt3NPTjbrLLpsaT2ufAA2y0Mkk+QRVJbW3A=
742742
github.com/multiformats/go-multiaddr-dns v0.3.1/go.mod h1:G/245BRQ6FJGmryJCrOuTdB37AMA5AMOVuO6NY3JwTk=
743743
github.com/multiformats/go-multiaddr-fmt v0.1.0 h1:WLEFClPycPkp4fnIzoFoV9FVd49/eQsuaL3/CWe167E=

0 commit comments

Comments
 (0)