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:
@@ -3,9 +3,9 @@ package utils
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/belphemur/CBZOptimizer/cbz"
|
||||
"github.com/belphemur/CBZOptimizer/converter"
|
||||
errors2 "github.com/belphemur/CBZOptimizer/converter/errors"
|
||||
"github.com/belphemur/CBZOptimizer/v2/cbz"
|
||||
"github.com/belphemur/CBZOptimizer/v2/converter"
|
||||
errors2 "github.com/belphemur/CBZOptimizer/v2/converter/errors"
|
||||
"log"
|
||||
"strings"
|
||||
)
|
||||
|
Reference in New Issue
Block a user