Skip to content

Commit 63a0a89

Browse files
Bump github.com/sirupsen/logrus from 1.7.0 to 1.8.0 (#287)
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.7.0 to 1.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sirupsen/logrus/releases">github.com/sirupsen/logrus's releases</a>.</em></p> <blockquote> <h2>v1.8.0</h2> <p>Correct versioning number replacing v1.7.1</p> <h2>v1.7.1</h2> <h1>Code quality:</h1> <ul> <li>use go 1.15 in travis</li> <li>use magefile as task runner</li> </ul> <h1>Fixes:</h1> <ul> <li>small fixes about new go 1.13 error formatting system</li> <li>Fix for long time race condiction with mutating data hooks</li> </ul> <h1>Features:</h1> <ul> <li>build support for zos</li> </ul> </blockquote> </details> <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.0</h1> <p>Correct versioning number replacing v1.7.1.</p> <h1>1.7.1</h1> <p>Beware this release has introduced a new public API and its semver is therefore incorrect.</p> <p>Code quality:</p> <ul> <li>use go 1.15 in travis</li> <li>use magefile as task runner</li> </ul> <p>Fixes:</p> <ul> <li>small fixes about new go 1.13 error formatting system</li> <li>Fix for long time race condiction with mutating data hooks</li> </ul> <p>Features:</p> <ul> <li>build support for zos</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sirupsen/logrus/commit/d59e5619da7b597f81da5b56ba4f315daba0a667"><code>d59e561</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/1231">#1231</a> from sirupsen/dbd-cleanup</li> <li><a href="https://github.com/sirupsen/logrus/commit/35ab8d8fef777a520fdaea54bfa3e1d2e5eb7c2e"><code>35ab8d8</code></a> update changelog</li> <li><a href="https://github.com/sirupsen/logrus/commit/5cb4bf65c6cf91ed79bdddc73b962051e762f895"><code>5cb4bf6</code></a> code and comments clean up</li> <li><a href="https://github.com/sirupsen/logrus/commit/15ca3c069407c43d647261dc2a4a8e76a05094b4"><code>15ca3c0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/1230">#1230</a> from sirupsen/new-release</li> <li><a href="https://github.com/sirupsen/logrus/commit/67c117ceb07a4a336817e1525ca17d4e1b1949ba"><code>67c117c</code></a> update changelog</li> <li><a href="https://github.com/sirupsen/logrus/commit/88d56b69b5d396865fa9e4a1eb420d03efcc0e2e"><code>88d56b6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/1229">#1229</a> from sirupsen/fix-data-entry-race</li> <li><a href="https://github.com/sirupsen/logrus/commit/ac6e35b4c213b54a2086b831179b9c324f519695"><code>ac6e35b</code></a> fix for entry data field race condition</li> <li><a href="https://github.com/sirupsen/logrus/commit/f513f99c15e66ebcf831001151bdd87bb91ac3e6"><code>f513f99</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/1228">#1228</a> from sirupsen/travis_upd</li> <li><a href="https://github.com/sirupsen/logrus/commit/003c63ac69cb8421e10b7fd3727cc4956ba947f9"><code>003c63a</code></a> undo golang version bump</li> <li><a href="https://github.com/sirupsen/logrus/commit/6a61186a64b36798a349d1ad70de14d04c7fa6e8"><code>6a61186</code></a> update travis scripts</li> <li>Additional commits viewable in <a href="https://github.com/sirupsen/logrus/compare/v1.7.0...v1.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=github.com/sirupsen/logrus&package-manager=go_modules&previous-version=1.7.0&new-version=1.8.0)](https://dependabot.com/compatibility-score/?dependency-name=github.com/sirupsen/logrus&package-manager=go_modules&previous-version=1.7.0&new-version=1.8.0) 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) --- **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](https://app.dependabot.com). <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) - `@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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
1 parent 7d3323d commit 63a0a89

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ updates:
44
directory: "/"
55
schedule:
66
interval: weekly
7-
open-pull-requests-limit: 10
7+
open-pull-requests-limit: 1
88
labels:
99
- bot/merge

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ require (
77
github.com/chanzuckerberg/go-misc v0.0.0-20201203181251-3310eaa565da
88
github.com/davecgh/go-spew v1.1.1
99
github.com/gruntwork-io/terratest v0.32.7
10-
github.com/sirupsen/logrus v1.7.0
10+
github.com/sirupsen/logrus v1.8.0
1111
github.com/stretchr/testify v1.7.0
1212
)

go.sum

+4-2
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,8 @@ github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
372372
github.com/labstack/echo/v4 v4.1.11/go.mod h1:i541M3Fj6f76NZtHSj7TXnyM8n2gaodfvfxNnFqi74g=
373373
github.com/labstack/gommon v0.3.0/go.mod h1:MULnywXg0yavhxWKc+lOruYdAhDwPK9wf0OL7NoOu+k=
374374
github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII=
375+
github.com/magefile/mage v1.10.0 h1:3HiXzCUY12kh9bIuyXShaVe529fJfyqoVM42o/uom2g=
376+
github.com/magefile/mage v1.10.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A=
375377
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
376378
github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
377379
github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
@@ -483,8 +485,8 @@ github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPx
483485
github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q=
484486
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
485487
github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=
486-
github.com/sirupsen/logrus v1.7.0 h1:ShrD1U9pZB12TX0cVy0DtePoCH97K8EtX+mg7ZARUtM=
487-
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
488+
github.com/sirupsen/logrus v1.8.0 h1:nfhvjKcUMhBMVqbKHJlk5RPrrfYr/NMo3692g0dwfWU=
489+
github.com/sirupsen/logrus v1.8.0/go.mod h1:4GuYW9TZmE769R5STWrRakJc4UqQ3+QQ95fyz7ENv1A=
488490
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
489491
github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
490492
github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM=

0 commit comments

Comments
 (0)