Skip to content

Commit 3eb1226

Browse files
authored
Merge pull request #37 from evgenyz/refactor-migrations
Refactor SQLite datastore (migrations)
2 parents 5373923 + 880d280 commit 3eb1226

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

datastore/sqlite/matcher_store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"strconv"
1010
"strings"
1111

12-
migrations "github.com/ComplianceAsCode/cvetool/migrations"
12+
migrations "github.com/ComplianceAsCode/cvetool/datastore/sqlite/migrations"
1313
version "github.com/hashicorp/go-version"
1414
"github.com/quay/claircore/datastore"
1515
"github.com/quay/zlog"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)