From 1e88cc10e7dfc8d55935120bec678c68e0b4e8e5 Mon Sep 17 00:00:00 2001 From: Sadayuki Matsuno Date: Mon, 30 May 2016 12:59:43 +0900 Subject: [PATCH] fix log import url --- commands/tui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/tui.go b/commands/tui.go index fe30c063..8bb3a4fa 100644 --- a/commands/tui.go +++ b/commands/tui.go @@ -26,10 +26,10 @@ import ( "strconv" "strings" + log "github.com/Sirupsen/logrus" c "github.com/future-architect/vuls/config" "github.com/future-architect/vuls/report" "github.com/google/subcommands" - "github.com/labstack/gommon/log" "golang.org/x/net/context" )