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

require (
	github.com/VividCortex/ewma v1.1.1
	github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
	golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708
	golang.org/x/sys v0.0.0-20191113165036-4c7a9d0fe056 // indirect
)

go 1.13