mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2025-10-14 12:38:50 +02:00
fix: v2 versioning
This commit is contained in:
@@ -2,9 +2,9 @@ package converter
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/belphemur/CBZOptimizer/converter/constant"
|
||||
"github.com/belphemur/CBZOptimizer/converter/webp"
|
||||
"github.com/belphemur/CBZOptimizer/manga"
|
||||
"github.com/belphemur/CBZOptimizer/v2/converter/constant"
|
||||
"github.com/belphemur/CBZOptimizer/v2/converter/webp"
|
||||
"github.com/belphemur/CBZOptimizer/v2/manga"
|
||||
"github.com/samber/lo"
|
||||
"strings"
|
||||
)
|
||||
|
Reference in New Issue
Block a user