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 16, 2021
1 parent 0671359 commit a0b965d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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/apache/thrift v0.14.1
github.com/go-stomp/stomp v2.1.3+incompatible
github.com/nats-io/nats.go v1.10.0
github.com/sirupsen/logrus v1.7.0
github.com/sirupsen/logrus v1.8.1
)

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

0 comments on commit a0b965d

Please sign in to comment.