change logrus package to lowercase and update other packages (#446)
This commit is contained in:
committed by
kota kanbe
parent
7778783dd8
commit
738e9fb119
2
cache/bolt_test.go
vendored
2
cache/bolt_test.go
vendored
@@ -22,10 +22,10 @@ import (
|
||||
"reflect"
|
||||
"testing"
|
||||
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/boltdb/bolt"
|
||||
"github.com/future-architect/vuls/config"
|
||||
"github.com/future-architect/vuls/models"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
const path = "/tmp/vuls-test-cache-11111111.db"
|
||||
|
||||
Reference in New Issue
Block a user