diff options
Diffstat (limited to '')
-rw-r--r-- | verifysetup/core/storage.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/verifysetup/core/storage.go b/verifysetup/core/storage.go index a4fc66d..33efa30 100644 --- a/verifysetup/core/storage.go +++ b/verifysetup/core/storage.go @@ -6,7 +6,7 @@ import ( "encoding/json" "fmt" - verify "github.com/axtloss/fsverify/core" + verify "github.com/axtloss/fsverify/verify/core" bolt "go.etcd.io/bbolt" ) |