This commit is contained in:
Milan Nikolic
2023-09-14 03:27:07 +02:00
parent 6400ae14d8
commit e14aa6baab
37 changed files with 2030 additions and 30 deletions

22
cmd/cbconvert-gui/go.mod Normal file
View File

@@ -0,0 +1,22 @@
module github.com/gen2brain/cbconvert/cmd/cbconvert-gui
go 1.21
require (
github.com/gen2brain/cbconvert v0.0.0-20230913113913-6400ae14d89a
github.com/gen2brain/iup-go/iup v0.0.0-20230906093706-8b037fe6a7bd
github.com/godbus/dbus/v5 v5.1.0
)
require (
github.com/chai2010/webp v1.1.1 // indirect
github.com/disintegration/imaging v1.6.2 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/fvbommel/sortorder v1.1.0 // indirect
github.com/gen2brain/go-fitz v1.23.1 // indirect
github.com/gen2brain/go-unarr v0.1.7 // indirect
github.com/google/uuid v1.3.1 // indirect
golang.org/x/image v0.12.0 // indirect
golang.org/x/sync v0.3.0 // indirect
gopkg.in/gographics/imagick.v3 v3.4.3 // indirect
)