From a0b965da4486272812516b6c960e410db64d19b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 21:15:28 +0000 Subject: [PATCH] go-test: bump github.com/sirupsen/logrus in /test/integration 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](https://github.com/sirupsen/logrus/compare/v1.7.0...v1.8.1) Signed-off-by: dependabot[bot] --- test/integration/go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/integration/go.mod b/test/integration/go.mod index 29a69fc93d..544fd3923e 100644 --- a/test/integration/go.mod +++ b/test/integration/go.mod @@ -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