Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/sirupsen/logrus from 1.8.0 to 1.8.1 (#310)
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.0 to 1.8.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md">github.com/sirupsen/logrus's changelog</a>.</em></p> <blockquote> <h1>1.8.1</h1> <p>Code quality:</p> <ul> <li>move magefile in its own subdir/submodule to remove magefile dependency on logrus consumer</li> <li>improve timestamp format documentation</li> </ul> <p>Fixes:</p> <ul> <li>fix race condition on logger hooks</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sirupsen/logrus/commit/bdc0db8ead3853c56b7cd1ac2ba4e11b47d7da6b"><code>bdc0db8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/1244">#1244</a> from sirupsen/dbd-release</li> <li><a href="https://github.com/sirupsen/logrus/commit/1bfef4b98654a1c76ee6f3eb2c844b5178e7d81b"><code>1bfef4b</code></a> update changelog</li> <li><a href="https://github.com/sirupsen/logrus/commit/7a997b92850ad24b0a836d7416ff2009bfc6e98d"><code>7a997b9</code></a> improve documentation about timestamp format</li> <li><a href="https://github.com/sirupsen/logrus/commit/f104497f2b2129ab888fd274891f3a278756bcde"><code>f104497</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/1238">#1238</a> from thaJeztah/move_mage</li> <li><a href="https://github.com/sirupsen/logrus/commit/1d8091a7e9eb9d08b8bfe15ba93cdf16c347e7a4"><code>1d8091a</code></a> move "mage" to a separate module</li> <li><a href="https://github.com/sirupsen/logrus/commit/feebf74e97cb01ec01c8161ddc2dfee68f19d897"><code>feebf74</code></a> travis: run mage with -v to not discard output</li> <li><a href="https://github.com/sirupsen/logrus/commit/6cff360233dc4457f1536e4f3df4e4e740fd3410"><code>6cff360</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/1234">#1234</a> from sirupsen/dbd-cleanup</li> <li><a href="https://github.com/sirupsen/logrus/commit/d17288604571da9cdf3fa88254f39a4a746ca97d"><code>d172886</code></a> fix race condition AddHook and traces</li> <li>See full diff in <a href="https://github.com/sirupsen/logrus/compare/v1.8.0...v1.8.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sirupsen/logrus&package-manager=go_modules&previous-version=1.8.0&new-version=1.8.1)](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>
- Loading branch information