diff options
author | axtloss <axtlos@getcryst.al> | 2024-02-29 10:52:51 +0100 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-02-29 10:52:51 +0100 |
commit | fec5286ca126cf761593fbe04e56db9a89c5eb49 (patch) | |
tree | 4cc63329ec340b80d21c8a48bc30e7a9514baf57 /verifysetup/core/storage.go | |
parent | aa93cbb2393b538a22dea0b29b56fa8f2cb3c18c (diff) | |
download | fsverify-fec5286ca126cf761593fbe04e56db9a89c5eb49.tar.gz fsverify-fec5286ca126cf761593fbe04e56db9a89c5eb49.tar.bz2 |
Use fbwarn in fsverify
Diffstat (limited to 'verifysetup/core/storage.go')
-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" ) |