Codebase list golang-github-vbauerster-mpb / 3642bf1 go.mod
3642bf1

Tree @3642bf1 (Download .tar.gz)

go.mod @3642bf1raw · 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-isatty v0.0.12
	github.com/mattn/go-runewidth v0.0.9
	golang.org/x/sys v0.0.0-20200519105757-fe76b779f299
)

go 1.14