diff --git a/cmd/cbconvert-gui/dist/linux/flatpak/io.github.gen2brain.cbconvert.yml b/cmd/cbconvert-gui/dist/linux/flatpak/io.github.gen2brain.cbconvert.yml index 6b0180f..02832c7 100644 --- a/cmd/cbconvert-gui/dist/linux/flatpak/io.github.gen2brain.cbconvert.yml +++ b/cmd/cbconvert-gui/dist/linux/flatpak/io.github.gen2brain.cbconvert.yml @@ -162,13 +162,13 @@ modules: sources: - type: archive url: https://github.com/gen2brain/cbconvert/archive/refs/tags/v1.0.0.tar.gz - sha256: d628bb06020f50e57c879794652c1533eee18814e3b9a223cdb11ed9fe88bc01 + sha256: 57e94c9e05ed48353f743c9944bc1b3f3e2ada19a1c1405d42708104c4116bc7 - type: archive url: https://proxy.golang.org/github.com/gen2brain/cbconvert/@v/v1.0.0.zip strip-components: 3 dest: cmd/cbconvert-gui/vendor/github.com/gen2brain/cbconvert - sha256: d628bb06020f50e57c879794652c1533eee18814e3b9a223cdb11ed9fe88bc01 + sha256: 116e440f681fb109a2a51b2ae0888435b3702291e71e26ba79da313c070ec13c - type: archive url: https://proxy.golang.org/github.com/chai2010/webp/@v/v1.1.1.zip diff --git a/cmd/cbconvert-gui/go.mod b/cmd/cbconvert-gui/go.mod index 4c653ff..bbc8b65 100644 --- a/cmd/cbconvert-gui/go.mod +++ b/cmd/cbconvert-gui/go.mod @@ -3,7 +3,7 @@ module github.com/gen2brain/cbconvert/cmd/cbconvert-gui go 1.21 require ( - github.com/gen2brain/cbconvert v0.0.0-20230914012707-e14aa6baabb7 + github.com/gen2brain/cbconvert v1.0.0 github.com/gen2brain/iup-go/iup v0.0.0-20230906093706-8b037fe6a7bd github.com/godbus/dbus/v5 v5.1.0 ) diff --git a/cmd/cbconvert-gui/go.sum b/cmd/cbconvert-gui/go.sum index 859222b..89b1fa5 100644 --- a/cmd/cbconvert-gui/go.sum +++ b/cmd/cbconvert-gui/go.sum @@ -6,8 +6,8 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto= github.com/fvbommel/sortorder v1.1.0 h1:fUmoe+HLsBTctBDoaBwpQo5N+nrCp8g/BjKb/6ZQmYw= github.com/fvbommel/sortorder v1.1.0/go.mod h1:uk88iVf1ovNn1iLfgUVU2F9o5eO30ui720w+kxuqRs0= -github.com/gen2brain/cbconvert v0.0.0-20230914012707-e14aa6baabb7 h1:v2T43QRyJY4EuZQQaBlvHH+igzBntRloYJ6cWn45F7U= -github.com/gen2brain/cbconvert v0.0.0-20230914012707-e14aa6baabb7/go.mod h1:3zoSNHGpunxvS5cXpge9XwU585Zxsr4ly13dryeQCGk= +github.com/gen2brain/cbconvert v1.0.0 h1:6szCltgrC/Vq+XuknuGKjS6E1J5zRLmqCnHXnvALCvY= +github.com/gen2brain/cbconvert v1.0.0/go.mod h1:3zoSNHGpunxvS5cXpge9XwU585Zxsr4ly13dryeQCGk= github.com/gen2brain/go-fitz v1.23.1 h1:x69/szWZXpI3jZ57mMqCg7WqqvtYnQG0lXts3L6M1Fc= github.com/gen2brain/go-fitz v1.23.1/go.mod h1:HU04vc+RisUh/kvEd2pB0LAxmK1oyXdN4ftyshUr9rQ= github.com/gen2brain/go-unarr v0.1.7 h1:mEE7bPShJIsmAX67t6BW2ibpEUO7j5WK152KgNM9NbQ= diff --git a/cmd/cbconvert/go.mod b/cmd/cbconvert/go.mod index f63e28b..b677e8e 100644 --- a/cmd/cbconvert/go.mod +++ b/cmd/cbconvert/go.mod @@ -3,7 +3,7 @@ module github.com/gen2brain/cbconvert/cmd/cbconvert go 1.21 require ( - github.com/gen2brain/cbconvert v0.0.0-20230914012707-e14aa6baabb7 + github.com/gen2brain/cbconvert v1.0.0 github.com/schollz/progressbar/v3 v3.13.1 github.com/spf13/pflag v1.0.5 ) diff --git a/cmd/cbconvert/go.sum b/cmd/cbconvert/go.sum index d650099..fcf77b0 100644 --- a/cmd/cbconvert/go.sum +++ b/cmd/cbconvert/go.sum @@ -9,8 +9,8 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto= github.com/fvbommel/sortorder v1.1.0 h1:fUmoe+HLsBTctBDoaBwpQo5N+nrCp8g/BjKb/6ZQmYw= github.com/fvbommel/sortorder v1.1.0/go.mod h1:uk88iVf1ovNn1iLfgUVU2F9o5eO30ui720w+kxuqRs0= -github.com/gen2brain/cbconvert v0.0.0-20230914012707-e14aa6baabb7 h1:v2T43QRyJY4EuZQQaBlvHH+igzBntRloYJ6cWn45F7U= -github.com/gen2brain/cbconvert v0.0.0-20230914012707-e14aa6baabb7/go.mod h1:3zoSNHGpunxvS5cXpge9XwU585Zxsr4ly13dryeQCGk= +github.com/gen2brain/cbconvert v1.0.0 h1:6szCltgrC/Vq+XuknuGKjS6E1J5zRLmqCnHXnvALCvY= +github.com/gen2brain/cbconvert v1.0.0/go.mod h1:3zoSNHGpunxvS5cXpge9XwU585Zxsr4ly13dryeQCGk= github.com/gen2brain/go-fitz v1.23.1 h1:x69/szWZXpI3jZ57mMqCg7WqqvtYnQG0lXts3L6M1Fc= github.com/gen2brain/go-fitz v1.23.1/go.mod h1:HU04vc+RisUh/kvEd2pB0LAxmK1oyXdN4ftyshUr9rQ= github.com/gen2brain/go-unarr v0.1.7 h1:mEE7bPShJIsmAX67t6BW2ibpEUO7j5WK152KgNM9NbQ=