mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2025-10-14 12:38:50 +02:00
refactor: update namespace
Now that it's hosted on github
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package webp
|
||||
|
||||
import (
|
||||
"CBZOptimizer/converter/constant"
|
||||
packer2 "CBZOptimizer/packer"
|
||||
"bytes"
|
||||
"fmt"
|
||||
"github.com/belphemur/CBZOptimizer/converter/constant"
|
||||
packer2 "github.com/belphemur/CBZOptimizer/packer"
|
||||
"github.com/oliamb/cutter"
|
||||
"golang.org/x/exp/slices"
|
||||
_ "golang.org/x/image/webp"
|
||||
|
Reference in New Issue
Block a user