Open ahrens opened 3 years ago
This doesn't seem to work (anymore):
./main.go:262:10: undefined: progressbar.NewOptions
./main.go:262:47: undefined: progressbar.OptionSetRenderBlankState
./main.go:574:9: undefined: progressbar.NewOptions
./main.go:574:57: undefined: progressbar.OptionSetRenderBlankState
The build depends on
progressbar/v2
, which no longer exists. Update it to simplyprogressbar
.Closes #17
Signed-off-by: Matthew Ahrens mahrens@delphix.com
@dvassallo, I noticed that there haven't been many updates to this project since 2019. If you are no longer maintaining it, my team may be able to contribute. Let me know how you'd like to proceed.