Codebase list golang-github-vbauerster-mpb / 690a3da go.mod
690a3da

Tree @690a3da (Download .tar.gz)

go.mod @690a3daraw · 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
	golang.org/x/sys v0.0.0-20200509044756-6aff5f38e54f
)

go 1.14