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:
@@ -25,8 +25,8 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"bookhoard/internal/sevenzip"
|
||||||
epub "github.com/ArcadiaLin/go-epub"
|
epub "github.com/ArcadiaLin/go-epub"
|
||||||
"github.com/bodgit/sevenzip"
|
|
||||||
"github.com/fsnotify/fsnotify"
|
"github.com/fsnotify/fsnotify"
|
||||||
"github.com/jackc/pgx/v5"
|
"github.com/jackc/pgx/v5"
|
||||||
"github.com/jackc/pgx/v5/pgtype"
|
"github.com/jackc/pgx/v5/pgtype"
|
||||||
|
|||||||
Reference in New Issue
Block a user