From 8d4f43d7ac1006e2d56442ff97f89feb5975d7ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sat, 5 Jan 2019 17:00:11 +0100 Subject: [PATCH] module: update module sirupsen/logrus to v1.3.0 update module sirupsen/logrus to v1.3.0 (#5) --- go.mod | 2 +- go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e485284..b8283e9 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/muka/ble v0.0.0-20180314094923-5613a57406d1 // indirect github.com/muka/go-bluetooth v0.0.0-20181012115104-31d8f53bf9a1 github.com/pkg/errors v0.8.1 - github.com/sirupsen/logrus v1.2.0 // indirect + github.com/sirupsen/logrus v1.3.0 // indirect github.com/stretchr/testify v1.2.2 golang.org/x/net v0.0.0-20181220203305-927f97764cc3 // indirect ) diff --git a/go.sum b/go.sum index e4471ae..73f592e 100644 --- a/go.sum +++ b/go.sum @@ -33,6 +33,7 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= 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/stretchr/objx v0.1.1 h1:2vfRuCMp5sSVIDSqO8oNnWJq7mPa6KVP3iPIwFBuy8A= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w=