Codebase list golang-github-vbauerster-mpb / b4a23b3
debian/control: Update dependencies Reinhard Tartler 5 years ago
1 changed file(s) with 4 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
88 golang-any,
99 golang-github-acarl005-stripansi-dev,
1010 golang-github-mattn-go-isatty-dev,
11 golang-github-mattn-go-runewidth-dev,
12 golang-github-rivo-uniseg-dev,
1113 golang-github-vividcortex-ewma-dev,
12 golang-golang-x-crypto-dev
1314 Standards-Version: 4.5.0
1415 Homepage: https://github.com/vbauerster/mpb
1516 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-vbauerster-mpb
2223 Depends: ${misc:Depends},
2324 golang-github-acarl005-stripansi-dev,
2425 golang-github-mattn-go-isatty-dev,
26 golang-github-mattn-go-runewidth-dev,
27 golang-github-rivo-uniseg-dev,
2528 golang-github-vividcortex-ewma-dev,
26 golang-golang-x-crypto-dev
2729 Description: multi progress bar for Go cli applications
2830 mpb is a golang library for rendering progress bars in terminal
2931 applications.