Codebase list golang-github-vbauerster-mpb / e62fdc9 go.mod
e62fdc9

Tree @e62fdc9 (Download .tar.gz)

go.mod @e62fdc9raw · history · blame

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-20200625212154-ddb9806d33ae
)

go 1.14