Skip to content

Commit

Permalink
go-test: bump github.com/sirupsen/logrus in /test/integration
Browse files Browse the repository at this point in the history
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.7.0 to 1.8.1.
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](sirupsen/logrus@v1.7.0...v1.8.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 17, 2021
1 parent 83b233e commit 1e0ae4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/integration/go.mod
Expand Up @@ -4,10 +4,10 @@ go 1.15

require (
github.com/Workiva/frugal/lib/go v0.0.0
github.com/apache/thrift v0.14.0
github.com/go-stomp/stomp v2.1.2+incompatible
github.com/nats-io/nats.go v1.10.0
github.com/sirupsen/logrus v1.7.0
github.com/apache/thrift v0.14.1
github.com/go-stomp/stomp v2.1.3+incompatible
github.com/nats-io/nats.go v1.10.1-0.20210228004050-ed743748acac
github.com/sirupsen/logrus v1.8.1
)

replace github.com/Workiva/frugal/lib/go v0.0.0 => ../../lib/go

0 comments on commit 1e0ae4a

Please sign in to comment.