mirror of
https://github.com/gen2brain/cbconvert
synced 2025-10-14 02:28:51 +02:00
Add GUI
This commit is contained in:
22
cmd/cbconvert-gui/go.mod
Normal file
22
cmd/cbconvert-gui/go.mod
Normal 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
|
||||
)
|
Reference in New Issue
Block a user