aboutsummaryrefslogtreecommitdiff
path: root/verifysetup/core
diff options
context:
space:
mode:
authoraxtloss <axtlos@getcryst.al>2024-02-29 10:52:51 +0100
committeraxtloss <axtlos@getcryst.al>2024-02-29 10:52:51 +0100
commitfec5286ca126cf761593fbe04e56db9a89c5eb49 (patch)
tree4cc63329ec340b80d21c8a48bc30e7a9514baf57 /verifysetup/core
parentaa93cbb2393b538a22dea0b29b56fa8f2cb3c18c (diff)
downloadfsverify-fec5286ca126cf761593fbe04e56db9a89c5eb49.tar.gz
fsverify-fec5286ca126cf761593fbe04e56db9a89c5eb49.tar.bz2
Use fbwarn in fsverify
Diffstat (limited to 'verifysetup/core')
-rw-r--r--verifysetup/core/storage.go2
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"
)