module: update module sirupsen/logrus to v1.4.1

Update module sirupsen/logrus to v1.4.1 (#31)
This commit is contained in:
renovate[bot] 2019-04-03 07:28:25 +02:00 committed by Christian Nicolai
parent 32d0daa0bb
commit 0ad3fdf9f5
2 changed files with 2 additions and 1 deletions

2
go.mod
View File

@ -14,7 +14,7 @@ require (
github.com/muka/ble v0.0.0-20190208063703-c5982255bf40 // indirect
github.com/muka/go-bluetooth v0.0.0-20190401025540-94cf950711a5
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.0 // indirect
github.com/sirupsen/logrus v1.4.1 // indirect
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190301014737-92fc7df08ae7 // indirect
)

1
go.sum
View File

@ -56,6 +56,7 @@ 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/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q=
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=