reorg import

This commit is contained in:
Celogeek 2022-12-30 14:46:27 +01:00
parent 06c883307f
commit 8be50a99a6
Signed by: celogeek
GPG Key ID: E6B7BDCFC446233A

View File

@ -4,7 +4,6 @@ import (
"archive/zip"
"bytes"
"fmt"
imageconverter "github.com/celogeek/go-comic-converter/internal/image-converter"
"io"
"io/fs"
"os"
@ -14,6 +13,8 @@ import (
"strings"
"sync"
imageconverter "github.com/celogeek/go-comic-converter/internal/image-converter"
"github.com/nwaples/rardecode"
pdfimage "github.com/raff/pdfreader/image"
"github.com/raff/pdfreader/pdfread"