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

Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.0 to 1.8.1.
- [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.8.0...v1.8.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-04-01 05:36:02 +00:00
committed by GitHub
parent 65993a59fd
commit da1a756404
2 changed files with 3 additions and 11 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.8.0
github.com/sirupsen/logrus v1.8.1
)