Skip to content

Commit 4d0bf83

Browse files
chore(deps): update module github.com/sirupsen/logrus to v1.9.1 [security]
Signed-off-by: redhat-renovate-bot <redhat-internal-renovate@redhat.com>
1 parent 35e615c commit 4d0bf83

File tree

5 files changed

+42
-8
lines changed

5 files changed

+42
-8
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ require (
9090
github.com/pkg/errors v0.9.1 // indirect
9191
github.com/prometheus/procfs v0.8.0 // indirect
9292
github.com/prometheus/statsd_exporter v0.21.0 // indirect
93-
github.com/sirupsen/logrus v1.9.0 // indirect
93+
github.com/sirupsen/logrus v1.9.1 // indirect
9494
github.com/xlab/treeprint v1.1.0 // indirect
9595
go.opencensus.io v0.23.0 // indirect
9696
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=
390390
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
391391
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
392392
github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=
393-
github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=
394-
github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
393+
github.com/sirupsen/logrus v1.9.1 h1:Ou41VVR3nMWWmTiEUnj0OlsgOSCUFgsPAOl6jRIcVtQ=
394+
github.com/sirupsen/logrus v1.9.1/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
395395
github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk=
396396
github.com/spf13/cobra v1.6.1 h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA=
397397
github.com/spf13/cobra v1.6.1/go.mod h1:IOw/AERYS7UzyrGinqmz6HLUo219MORXGxhbaJUqzrY=

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

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 33 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ github.com/prometheus/procfs/internal/util
271271
## explicit; go 1.13
272272
github.com/prometheus/statsd_exporter/pkg/mapper
273273
github.com/prometheus/statsd_exporter/pkg/mapper/fsm
274-
# github.com/sirupsen/logrus v1.9.0
274+
# github.com/sirupsen/logrus v1.9.1
275275
## explicit; go 1.13
276276
github.com/sirupsen/logrus
277277
# github.com/spf13/cobra v1.6.1

0 commit comments

Comments
 (0)