Skip to content

Commit 16b7800

Browse files
Bump github.com/sirupsen/logrus from 1.7.0 to 1.8.1 (#27)
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.7.0 to 1.8.1. - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](sirupsen/logrus@v1.7.0...v1.8.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9eaa268 commit 16b7800

File tree

12 files changed

+100
-49
lines changed

12 files changed

+100
-49
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/mitchellh/go-homedir v1.1.0 // indirect
1111
github.com/pkg/errors v0.9.1
1212
github.com/segmentio/go-loggly v0.5.0
13-
github.com/sirupsen/logrus v1.7.0
13+
github.com/sirupsen/logrus v1.8.1
1414
github.com/solarwinds/papertrail-go v0.0.0-20210309063915-0dce0e9dca34
1515
github.com/spf13/pflag v1.0.3 // indirect
1616
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ github.com/segmentio/go-loggly v0.5.0/go.mod h1:8zLRYR5npGjaOXgPSKat5+oOh+UHd8Od
140140
github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q=
141141
github.com/sirupsen/logrus v1.7.0 h1:ShrD1U9pZB12TX0cVy0DtePoCH97K8EtX+mg7ZARUtM=
142142
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
143+
github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=
144+
github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
143145
github.com/solarwinds/papertrail-go v0.0.0-20210309063915-0dce0e9dca34 h1:KASG4nsonTSWXmUSqy2gpNZBXbPbjktogBiZr4JcWpY=
144146
github.com/solarwinds/papertrail-go v0.0.0-20210309063915-0dce0e9dca34/go.mod h1:1+YX6B59vKCnkJezXZQ+/lUnwYbdv5oqe57xzt5UHXQ=
145147
github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk=

vendor/github.com/sirupsen/logrus/.travis.yml

+6-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/sirupsen/logrus/CHANGELOG.md

+36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/sirupsen/logrus/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/sirupsen/logrus/entry.go

+41-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/sirupsen/logrus/go.sum

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/sirupsen/logrus/json_formatter.go

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/sirupsen/logrus/logger.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/sirupsen/logrus/terminal_check_unix.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/sirupsen/logrus/text_formatter.go

+6-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ github.com/satori/go.uuid
192192
# github.com/segmentio/go-loggly v0.5.0
193193
## explicit
194194
github.com/segmentio/go-loggly
195-
# github.com/sirupsen/logrus v1.7.0
195+
# github.com/sirupsen/logrus v1.8.1
196196
## explicit
197197
github.com/sirupsen/logrus
198198
# github.com/solarwinds/papertrail-go v0.0.0-20210309063915-0dce0e9dca34

0 commit comments

Comments
 (0)