refactor: update namespace

Now that it's hosted on github
This commit is contained in:
Antoine Aflalo
2024-08-27 08:56:38 -04:00
parent 01e5c78369
commit fdde3a344a
9 changed files with 18 additions and 13 deletions

View File

@@ -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"