Big update

This commit is contained in:
Milan Nikolic
2022-09-05 18:03:58 +02:00
parent 6a73f6f20e
commit cda03e0122
11 changed files with 1249 additions and 1004 deletions

15
go.mod Normal file
View File

@@ -0,0 +1,15 @@
module github.com/gen2brain/cbconvert
go 1.19
require (
github.com/chai2010/webp v1.1.1
github.com/disintegration/imaging v1.6.2
github.com/fvbommel/sortorder v1.0.2
github.com/gen2brain/go-fitz v1.20.1
github.com/gen2brain/go-unarr v0.1.6
github.com/hotei/bmp v0.0.0-20150430041436-f620cebab0c7
golang.org/x/image v0.0.0-20220902085622-e7cb96979f69
golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
gopkg.in/gographics/imagick.v3 v3.4.1
)