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

require (
	github.com/VividCortex/ewma v1.1.1
	github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
	github.com/mattn/go-runewidth v0.0.9
	golang.org/x/sys v0.0.0-20200810151505-1b9f1253b3ed
)

go 1.14