summaryrefslogtreecommitdiff
path: root/vendor/github.com/vbauerster/mpb/v7/go.mod
blob: fe10588ef810719a38d0bfcdcc6197d19fea42cb (plain)
1
2
3
4
5
6
7
8
9
10
module github.com/vbauerster/mpb/v7

require (
	github.com/VividCortex/ewma v1.2.0
	github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
	github.com/mattn/go-runewidth v0.0.13
	golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0
)

go 1.14