change logrus package to lowercase and update other packages (#446)

This commit is contained in:
sadayuki-matsuno
2017-06-28 16:10:39 +09:00
committed by kota kanbe
parent 7778783dd8
commit 738e9fb119
14 changed files with 41 additions and 39 deletions

View File

@@ -33,10 +33,10 @@ import (
"golang.org/x/crypto/ssh"
"golang.org/x/crypto/ssh/agent"
"github.com/Sirupsen/logrus"
"github.com/cenkalti/backoff"
conf "github.com/future-architect/vuls/config"
"github.com/future-architect/vuls/util"
"github.com/sirupsen/logrus"
)
type execResult struct {