fix: v2 versioning

This commit is contained in:
Antoine Aflalo
2024-12-06 17:28:09 -05:00
parent 8c3665fa53
commit 07bc88bb04
11 changed files with 30 additions and 30 deletions

View File

@@ -2,9 +2,9 @@ package converter
import (
"bytes"
"github.com/belphemur/CBZOptimizer/converter/constant"
"github.com/belphemur/CBZOptimizer/manga"
"github.com/belphemur/CBZOptimizer/utils/errs"
"github.com/belphemur/CBZOptimizer/v2/converter/constant"
"github.com/belphemur/CBZOptimizer/v2/manga"
"github.com/belphemur/CBZOptimizer/v2/utils/errs"
"golang.org/x/exp/slices"
"image"
"image/jpeg"