Codebase list golang-github-vbauerster-mpb / 3d6f96f go.mod
3d6f96f

Tree @3d6f96f (Download .tar.gz)

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