mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2025-10-13 20:18:52 +02:00
refactor: update namespace
Now that it's hosted on github
This commit is contained in:
5
.idea/vcs.xml
generated
5
.idea/vcs.xml
generated
@@ -1,5 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="GitSharedSettings">
|
||||
<option name="FORCE_PUSH_PROHIBITED_PATTERNS">
|
||||
<list />
|
||||
</option>
|
||||
</component>
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
|
@@ -1,9 +1,9 @@
|
||||
package cbz
|
||||
|
||||
import (
|
||||
"CBZOptimizer/packer"
|
||||
"archive/zip"
|
||||
"fmt"
|
||||
"github.com/belphemur/CBZOptimizer/packer"
|
||||
"os"
|
||||
)
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
package cbz
|
||||
|
||||
import (
|
||||
"CBZOptimizer/packer"
|
||||
"archive/zip"
|
||||
"bytes"
|
||||
"github.com/belphemur/CBZOptimizer/packer"
|
||||
"os"
|
||||
"testing"
|
||||
)
|
||||
|
@@ -1,12 +1,12 @@
|
||||
package cbz
|
||||
|
||||
import (
|
||||
"CBZOptimizer/packer"
|
||||
"archive/zip"
|
||||
"bufio"
|
||||
"bytes"
|
||||
"fmt"
|
||||
"github.com/araddon/dateparse"
|
||||
"github.com/belphemur/CBZOptimizer/packer"
|
||||
"io"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
@@ -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"
|
||||
|
@@ -1,10 +1,10 @@
|
||||
package converter
|
||||
|
||||
import (
|
||||
"CBZOptimizer/converter/constant"
|
||||
"CBZOptimizer/converter/webp"
|
||||
"CBZOptimizer/packer"
|
||||
"fmt"
|
||||
"github.com/belphemur/CBZOptimizer/converter/constant"
|
||||
"github.com/belphemur/CBZOptimizer/converter/webp"
|
||||
"github.com/belphemur/CBZOptimizer/packer"
|
||||
"github.com/samber/lo"
|
||||
"strings"
|
||||
)
|
||||
|
@@ -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"
|
||||
|
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
||||
module CBZOptimizer
|
||||
module github.com/belphemur/CBZOptimizer
|
||||
|
||||
go 1.23
|
||||
|
||||
|
Reference in New Issue
Block a user