Skip to content

Commit 7968c83

Browse files
Bump github.com/sirupsen/logrus from 1.2.0 to 1.7.0
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.2.0 to 1.7.0. - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](sirupsen/logrus@v1.2.0...v1.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent f149b31 commit 7968c83

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ require (
5151
github.com/pmezard/go-difflib v1.0.0
5252
github.com/sergi/go-diff v1.0.0
5353
github.com/sfreiberg/simplessh v0.0.0-20180301191542-495cbb862a9c
54-
github.com/sirupsen/logrus v1.2.0
54+
github.com/sirupsen/logrus v1.7.0
5555
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
5656
github.com/stretchr/testify v1.7.0
5757
github.com/ugorji/go v1.2.3

go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ github.com/sfreiberg/simplessh v0.0.0-20180301191542-495cbb862a9c h1:7Q+2oF0uBoL
157157
github.com/sfreiberg/simplessh v0.0.0-20180301191542-495cbb862a9c/go.mod h1:sB7d6wQapoRM+qx5MgQYB6JVHtel4YHRr0NXXCkXiwQ=
158158
github.com/sirupsen/logrus v1.2.0 h1:juTguoYk5qI21pwyTXY3B3Y5cOTH3ZUyZCg1v/mihuo=
159159
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
160+
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
160161
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c h1:fyKiXKO1/I/B6Y2U8T7WdQGWzwehOuGIrljPtt7YTTI=
161162
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c/go.mod h1:sUM3LWHvSMaG192sy56D9F7CNvL7jUJVXoqM1QKLnog=
162163
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)