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

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

---
updated-dependencies:
- dependency-name: github.com/sirupsen/logrus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-08-01 01:33:01 +00:00
committed by GitHub
parent 0430fddcb2
commit e6469bd9fa
2 changed files with 9 additions and 8 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.1
github.com/sirupsen/logrus v1.9.0
)