module github.com/schollz/progressbar/v3 require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213 github.com/mattn/go-isatty v0.0.14 // indirect github.com/mattn/go-runewidth v0.0.13 github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db github.com/stretchr/testify v1.3.0 golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect ) go 1.13