Progress bar for refreshing the index

This commit is contained in:
comp500
2019-04-30 17:42:19 +01:00
parent 857f692fc6
commit e410101985
4 changed files with 48 additions and 1 deletions

1
go.mod
View File

@@ -4,4 +4,5 @@ require (
github.com/BurntSushi/toml v0.3.1
github.com/mitchellh/mapstructure v1.1.2
github.com/urfave/cli v1.20.0
github.com/vbauerster/mpb/v4 v4.7.0
)