Initialize IM

This commit is contained in:
Milan Nikolic
2023-01-14 10:52:04 +01:00
parent 943cd9bb95
commit 7082e3db90
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ module github.com/gen2brain/cbconvert/cmd/cbconvert
go 1.19
require (
github.com/gen2brain/cbconvert v0.0.0-20230112123620-c24d7b7e18c4
github.com/gen2brain/cbconvert v0.0.0-20230114093920-943cd9bb9530
github.com/schollz/progressbar/v3 v3.10.0
github.com/spf13/pflag v1.0.5
)