9 lines
251 B
Modula-2
9 lines
251 B
Modula-2
module github.com/schollz/progressbar/v2
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
|
|
github.com/stretchr/objx v0.1.1 // indirect
|
|
github.com/stretchr/testify v1.3.0
|
|
)
|