Bump go.unistack.org/micro/v3 from 3.9.8 to 3.9.10 #81

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/go.unistack.org/micro/v3-3.9.10 into v3 2022-06-27 20:34:20 +03:00
dependabot[bot] commented 2022-06-27 20:32:18 +03:00 (Migrated from github.com)

Bumps go.unistack.org/micro/v3 from 3.9.8 to 3.9.10.

Release notes

Sourced from go.unistack.org/micro/v3's releases.

v3.9.10

What's Changed

Full Changelog: https://github.com/unistack-org/micro/compare/v3.9.8...v3.9.10

Commits
  • 5953b5a Merge pull request #133 from unistack-org/mtls
  • 4a8f490 fixup
  • eb8c133 fix test
  • c1c27b6 Merge branch 'v3' into mtls
  • bb22b20 chore(deps): bump github.com/imdario/mergo from 0.3.12 to 0.3.13 (#134)
  • 4df2f3a chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.1 to 4.4.2 (#135)
  • b8ad19a WIP: initial mtls package
  • d32a97c chore(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 (#132)
  • cfe0473 Merge pull request #130 from unistack-org/improvements
  • c26ad51 config: improve coverage
  • Additional commits viewable in compare view

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)
Bumps [go.unistack.org/micro/v3](https://github.com/unistack-org/micro) from 3.9.8 to 3.9.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/unistack-org/micro/releases">go.unistack.org/micro/v3's releases</a>.</em></p> <blockquote> <h2>v3.9.10</h2> <h2>What's Changed</h2> <ul> <li>global cleanup by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/128">unistack-org/micro#128</a></li> <li>api: cleanup by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/129">unistack-org/micro#129</a></li> <li>Improvements by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/130">unistack-org/micro#130</a></li> <li>chore(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/132">unistack-org/micro#132</a></li> <li>chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.1 to 4.4.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/135">unistack-org/micro#135</a></li> <li>chore(deps): bump github.com/imdario/mergo from 0.3.12 to 0.3.13 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/134">unistack-org/micro#134</a></li> <li>WIP: initial mtls package by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/133">unistack-org/micro#133</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/unistack-org/micro/compare/v3.9.8...v3.9.10">https://github.com/unistack-org/micro/compare/v3.9.8...v3.9.10</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unistack-org/micro/commit/5953b5aae6a3d9381f912465243a8c7b60f3144f"><code>5953b5a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/133">#133</a> from unistack-org/mtls</li> <li><a href="https://github.com/unistack-org/micro/commit/4a8f490e0c4c521e7f71d44a63a2b2ed511ba135"><code>4a8f490</code></a> fixup</li> <li><a href="https://github.com/unistack-org/micro/commit/eb8c1332f0e7ec2e2b24f3ec0abb2b46c86af6a8"><code>eb8c133</code></a> fix test</li> <li><a href="https://github.com/unistack-org/micro/commit/c1c27b6d1dc360cef486c92aae7254dcf14855f8"><code>c1c27b6</code></a> Merge branch 'v3' into mtls</li> <li><a href="https://github.com/unistack-org/micro/commit/bb22b203cc3466ae093224fa36dd45cb52d90a68"><code>bb22b20</code></a> chore(deps): bump github.com/imdario/mergo from 0.3.12 to 0.3.13 (<a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/134">#134</a>)</li> <li><a href="https://github.com/unistack-org/micro/commit/4df2f3a5a1739ad9a40f22aa4a7dcfb59653929f"><code>4df2f3a</code></a> chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.1 to 4.4.2 (<a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/135">#135</a>)</li> <li><a href="https://github.com/unistack-org/micro/commit/b8ad19a5a220f9bfcba5af466084c9922399ab72"><code>b8ad19a</code></a> WIP: initial mtls package</li> <li><a href="https://github.com/unistack-org/micro/commit/d32a97c846404c8d04cd06e45152bf003ae15f93"><code>d32a97c</code></a> chore(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 (<a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/132">#132</a>)</li> <li><a href="https://github.com/unistack-org/micro/commit/cfe0473ae03227e76ba85f5130fe6ba8b121ac24"><code>cfe0473</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/130">#130</a> from unistack-org/improvements</li> <li><a href="https://github.com/unistack-org/micro/commit/c26ad51e25e7a484e4d3c53511788190481f46b4"><code>c26ad51</code></a> config: improve coverage</li> <li>Additional commits viewable in <a href="https://github.com/unistack-org/micro/compare/v3.9.8...v3.9.10">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.unistack.org/micro/v3&package-manager=go_modules&previous-version=3.9.8&new-version=3.9.10)](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>
github-actions[bot] (Migrated from github.com) approved these changes 2022-06-27 20:32:34 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro-config-consul#81
No description provided.