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

Tree @c2d0318 (Download .tar.gz)

go.mod @c2d0318raw · 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