mirror of
https://github.com/gen2brain/cbconvert
synced 2026-06-30 09:11:54 +02:00
Update modules
This commit is contained in:
@@ -3,8 +3,8 @@ module github.com/gen2brain/cbconvert/cmd/cbconvert
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/gen2brain/cbconvert v0.0.0-20230911134248-bd19faf18e15
|
||||
github.com/schollz/progressbar/v3 v3.10.0
|
||||
github.com/gen2brain/cbconvert v0.0.0-20230913111409-788a9d3bd5b1
|
||||
github.com/schollz/progressbar/v3 v3.13.1
|
||||
github.com/spf13/pflag v1.0.5
|
||||
)
|
||||
|
||||
@@ -15,12 +15,12 @@ require (
|
||||
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/mattn/go-runewidth v0.0.13 // 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/sys v0.5.0 // indirect
|
||||
golang.org/x/term v0.5.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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user