change logrus package to lowercase and update other packages (#446)
This commit is contained in:
committed by
kota kanbe
parent
7778783dd8
commit
738e9fb119
@@ -24,8 +24,8 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
log "github.com/Sirupsen/logrus"
|
||||
valid "github.com/asaskevich/govalidator"
|
||||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
// Conf has Configuration
|
||||
|
||||
@@ -23,8 +23,8 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/BurntSushi/toml"
|
||||
log "github.com/Sirupsen/logrus"
|
||||
"github.com/future-architect/vuls/contrib/owasp-dependency-check/parser"
|
||||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
// TOMLLoader loads config
|
||||
|
||||
Reference in New Issue
Block a user