Skip to content

Commit

Permalink
mod: Fix bbolt import name issue (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: Simarpreet Singh <simar@linux.com>
  • Loading branch information
simar7 committed May 14, 2020
1 parent 8ce80f2 commit 7e57e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/vulnsrc/nvd/nvd_test.go
Expand Up @@ -7,8 +7,8 @@ import (
"github.com/aquasecurity/trivy-db/pkg/vulnsrc/vulnerability"

"github.com/aquasecurity/trivy-db/pkg/db"
bolt "github.com/etcd-io/bbolt"
"github.com/stretchr/testify/assert"
bolt "go.etcd.io/bbolt"
)

func TestVulnSrc_Commit(t *testing.T) {
Expand Down

0 comments on commit 7e57e3e

Please sign in to comment.