diff options
Diffstat (limited to 'zebra/zapi.go')
-rw-r--r-- | zebra/zapi.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 ( |