Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 (#5)

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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-07-23 00:41:14 +02:00
committed by GitHub
parent fa5ac454f9
commit 870dfed7ce
2 changed files with 14 additions and 68 deletions

14
go.mod
View File

@ -3,11 +3,11 @@ module beelzebub
go 1.16
require (
github.com/gliderlabs/ssh v0.3.3 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/rabbitmq/amqp091-go v1.3.4 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
github.com/gliderlabs/ssh v0.3.3
github.com/google/uuid v1.3.0
github.com/rabbitmq/amqp091-go v1.3.4
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)