Update progressbar library, use it's option to clear progress after finish
parent
984f509780
commit
bbce2369b4
@ -1,3 +1,8 @@
|
||||
module github.com/schollz/progressbar/v2
|
||||
|
||||
require github.com/mitchellh/colorstring v0.0.0-20150917214807-8631ce90f286
|
||||
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
|
||||
)
|
||||
|
Loading…
Reference in New Issue