From e017e11583f0d62b798bd4182a9adceaec4fc775 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 11 Mar 2019 18:00:59 +0000 Subject: [PATCH] module: update module sirupsen/logrus to v1.4.0 --- go.mod | 2 +- go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8e1849c..a721bec 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/muka/ble v0.0.0-20190208063703-c5982255bf40 // indirect github.com/muka/go-bluetooth v0.0.0-20190304025249-ed5c4e1993e2 github.com/pkg/errors v0.8.1 - github.com/sirupsen/logrus v1.3.0 // indirect + github.com/sirupsen/logrus v1.4.0 // indirect github.com/stretchr/testify v1.3.0 golang.org/x/net v0.0.0-20190301014737-92fc7df08ae7 // indirect ) diff --git a/go.sum b/go.sum index fdceadb..ed66805 100644 --- a/go.sum +++ b/go.sum @@ -51,6 +51,7 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN github.com/sirupsen/logrus v1.2.0 h1:juTguoYk5qI21pwyTXY3B3Y5cOTH3ZUyZCg1v/mihuo= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.3.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= +github.com/sirupsen/logrus v1.4.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1 h1:2vfRuCMp5sSVIDSqO8oNnWJq7mPa6KVP3iPIwFBuy8A= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=