Update modules

This commit is contained in:
Milan Nikolic
2023-03-04 10:35:41 +01:00
parent 64fb152c36
commit a74034d669
4 changed files with 42 additions and 17 deletions
+6 -4
View File
@@ -2,8 +2,10 @@ module github.com/gen2brain/cbconvert/cmd/cbconvert
go 1.19
//replace github.com/gen2brain/cbconvert => ../../
require (
github.com/gen2brain/cbconvert v0.0.0-20230114093920-943cd9bb9530
github.com/gen2brain/cbconvert v0.0.0-20230304092701-64fb152c3699
github.com/schollz/progressbar/v3 v3.10.0
github.com/spf13/pflag v1.0.5
)
@@ -19,9 +21,9 @@ require (
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.3.4 // indirect
github.com/strukturag/libheif v1.13.0 // indirect
golang.org/x/image v0.2.0 // indirect
golang.org/x/image v0.5.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/term v0.5.0 // indirect
gopkg.in/gographics/imagick.v3 v3.4.2 // indirect
)