Update modules

This commit is contained in:
Milan Nikolic
2024-02-08 15:12:10 +01:00
parent c32019615d
commit cad75231b1
6 changed files with 51 additions and 141 deletions
+6 -6
View File
@@ -3,7 +3,7 @@ module github.com/gen2brain/cbconvert/cmd/cbconvert
go 1.21
require (
github.com/gen2brain/cbconvert v1.0.0
github.com/gen2brain/cbconvert v1.0.3
github.com/schollz/progressbar/v3 v3.13.1
github.com/spf13/pflag v1.0.5
)
@@ -13,14 +13,14 @@ require (
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/gen2brain/go-fitz v1.23.7 // indirect
github.com/gen2brain/go-unarr v0.2.0 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.3.4 // indirect
golang.org/x/image v0.12.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/image v0.15.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
gopkg.in/gographics/imagick.v3 v3.4.3 // indirect
gopkg.in/gographics/imagick.v3 v3.5.1 // indirect
)