module github.com/fofanov/genaudiobookinfo go 1.23 require ( github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8 github.com/schollz/progressbar/v3 v3.19.0 github.com/tcolgate/mp3 v0.0.0-20170426193717-e79c5a46d300 gopkg.in/yaml.v3 v3.0.1 ) require ( github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect github.com/rivo/uniseg v0.4.7 // indirect golang.org/x/sys v0.29.0 // indirect golang.org/x/term v0.28.0 // indirect )