refactor: update sevenzip import to use vendored package

Updated import path from github.com/bodgit/sevenzip to
bookhoard/internal/sevenzip to use the vendored package.
This commit is contained in:
2026-02-22 16:29:28 -05:00
parent 82efb0d635
commit 807d7b36ef
+1 -1
View File
@@ -25,8 +25,8 @@ import (
"strings"
"time"
"bookhoard/internal/sevenzip"
epub "github.com/ArcadiaLin/go-epub"
"github.com/bodgit/sevenzip"
"github.com/fsnotify/fsnotify"
"github.com/jackc/pgx/v5"
"github.com/jackc/pgx/v5/pgtype"