Bump github.com/sirupsen/logrus from 1.7.0 to 1.8.0

Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sirupsen/logrus/compare/v1.7.0...v1.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-02-22 06:46:34 +00:00
committed by GitHub
parent 5c0c490f5a
commit bb519f8638
2 changed files with 5 additions and 3 deletions

2
go.mod
View File

@@ -5,5 +5,5 @@ go 1.13
require (
fyne.io/fyne v1.4.3
github.com/mitchellh/go-ps v1.0.0
github.com/sirupsen/logrus v1.7.0
github.com/sirupsen/logrus v1.8.0
)