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

Tree @fc397b5 (Download .tar.gz)

go.mod @fc397b5raw · history · blame

module github.com/vbauerster/mpb/v7

require (
	github.com/VividCortex/ewma v1.2.0
	github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
	github.com/mattn/go-runewidth v0.0.13
	golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
)

go 1.14