mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-25 00:02:37 +02:00
move back deps to internal
This commit is contained in:
parent
483e9152d5
commit
4c9644e9b3
@ -10,11 +10,11 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
"github.com/celogeek/go-comic-converter/v2/pkg/epubimage"
|
"github.com/celogeek/go-comic-converter/v2/internal/epubimage"
|
||||||
"github.com/celogeek/go-comic-converter/v2/pkg/epubimagefilters"
|
"github.com/celogeek/go-comic-converter/v2/internal/epubimagefilters"
|
||||||
|
"github.com/celogeek/go-comic-converter/v2/internal/epubprogress"
|
||||||
|
"github.com/celogeek/go-comic-converter/v2/internal/epubzip"
|
||||||
"github.com/celogeek/go-comic-converter/v2/pkg/epuboptions"
|
"github.com/celogeek/go-comic-converter/v2/pkg/epuboptions"
|
||||||
"github.com/celogeek/go-comic-converter/v2/pkg/epubprogress"
|
|
||||||
"github.com/celogeek/go-comic-converter/v2/pkg/epubzip"
|
|
||||||
"github.com/disintegration/gift"
|
"github.com/disintegration/gift"
|
||||||
)
|
)
|
||||||
|
|
@ -6,8 +6,8 @@ import (
|
|||||||
"image/color"
|
"image/color"
|
||||||
"image/draw"
|
"image/draw"
|
||||||
|
|
||||||
"github.com/celogeek/go-comic-converter/v2/pkg/epubimagefilters"
|
"github.com/celogeek/go-comic-converter/v2/internal/epubimagefilters"
|
||||||
"github.com/celogeek/go-comic-converter/v2/pkg/epubzip"
|
"github.com/celogeek/go-comic-converter/v2/internal/epubzip"
|
||||||
"github.com/disintegration/gift"
|
"github.com/disintegration/gift"
|
||||||
)
|
)
|
||||||
|
|
@ -20,7 +20,7 @@ import (
|
|||||||
"golang.org/x/image/font/gofont/gomonobold"
|
"golang.org/x/image/font/gofont/gomonobold"
|
||||||
_ "golang.org/x/image/webp"
|
_ "golang.org/x/image/webp"
|
||||||
|
|
||||||
"github.com/celogeek/go-comic-converter/v2/pkg/sortpath"
|
"github.com/celogeek/go-comic-converter/v2/internal/sortpath"
|
||||||
"github.com/fogleman/gg"
|
"github.com/fogleman/gg"
|
||||||
"github.com/golang/freetype/truetype"
|
"github.com/golang/freetype/truetype"
|
||||||
"github.com/nwaples/rardecode/v2"
|
"github.com/nwaples/rardecode/v2"
|
@ -4,7 +4,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"github.com/beevik/etree"
|
"github.com/beevik/etree"
|
||||||
"github.com/celogeek/go-comic-converter/v2/pkg/epubimage"
|
"github.com/celogeek/go-comic-converter/v2/internal/epubimage"
|
||||||
"github.com/celogeek/go-comic-converter/v2/pkg/epuboptions"
|
"github.com/celogeek/go-comic-converter/v2/pkg/epuboptions"
|
||||||
)
|
)
|
||||||
|
|
@ -5,7 +5,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/beevik/etree"
|
"github.com/beevik/etree"
|
||||||
"github.com/celogeek/go-comic-converter/v2/pkg/epubimage"
|
"github.com/celogeek/go-comic-converter/v2/internal/epubimage"
|
||||||
)
|
)
|
||||||
|
|
||||||
// create toc
|
// create toc
|
@ -15,13 +15,13 @@ import (
|
|||||||
"text/template"
|
"text/template"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/celogeek/go-comic-converter/v2/pkg/epubimage"
|
"github.com/celogeek/go-comic-converter/v2/internal/epubimage"
|
||||||
"github.com/celogeek/go-comic-converter/v2/pkg/epubimageprocessor"
|
"github.com/celogeek/go-comic-converter/v2/internal/epubimageprocessor"
|
||||||
|
"github.com/celogeek/go-comic-converter/v2/internal/epubprogress"
|
||||||
|
"github.com/celogeek/go-comic-converter/v2/internal/epubtemplates"
|
||||||
|
"github.com/celogeek/go-comic-converter/v2/internal/epubtree"
|
||||||
|
"github.com/celogeek/go-comic-converter/v2/internal/epubzip"
|
||||||
"github.com/celogeek/go-comic-converter/v2/pkg/epuboptions"
|
"github.com/celogeek/go-comic-converter/v2/pkg/epuboptions"
|
||||||
"github.com/celogeek/go-comic-converter/v2/pkg/epubprogress"
|
|
||||||
"github.com/celogeek/go-comic-converter/v2/pkg/epubtemplates"
|
|
||||||
"github.com/celogeek/go-comic-converter/v2/pkg/epubtree"
|
|
||||||
"github.com/celogeek/go-comic-converter/v2/pkg/epubzip"
|
|
||||||
"github.com/gofrs/uuid"
|
"github.com/gofrs/uuid"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user