From d65df0b0452e2acb3234836507ba07107035d572 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Wed, 7 Jun 2017 16:00:34 +0900 Subject: replace github.com/Sirupsen/logrus with github.com/sirupsen/logrus The usage of "github.com/sirupsen/logrus" is recommended. Signed-off-by: FUJITA Tomonori --- zebra/zapi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zebra/zapi.go') diff --git a/zebra/zapi.go b/zebra/zapi.go index 0c131f7f..01e8d2ff 100644 --- a/zebra/zapi.go +++ b/zebra/zapi.go @@ -23,7 +23,7 @@ import ( "strings" "syscall" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" ) const ( -- cgit v1.2.3