1
0
mirror of https://github.com/cmur2/miflorad.git synced 2025-06-26 22:30:24 +02:00

module: update module sirupsen/logrus to v1.3.0

update module sirupsen/logrus to v1.3.0 (#5)
This commit is contained in:
renovate[bot]
2019-01-05 17:00:11 +01:00
committed by Christian Nicolai
parent ad37e36b58
commit 8d4f43d7ac
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-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
)