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 cmd
import (
"CBZOptimizer/cbz"
"CBZOptimizer/converter"
"CBZOptimizer/converter/constant"
"fmt"
"github.com/belphemur/CBZOptimizer/cbz"
"github.com/belphemur/CBZOptimizer/converter"
"github.com/belphemur/CBZOptimizer/converter/constant"
"github.com/spf13/cobra"
"github.com/thediveo/enumflag/v2"
"os"