Codebase list golang-github-vbauerster-mpb / 64d69e6 go.mod
64d69e6

Tree @64d69e6 (Download .tar.gz)

go.mod @64d69e6raw · history · blame

module github.com/vbauerster/mpb/v6

require (
	github.com/VividCortex/ewma v1.2.0
	github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
	github.com/mattn/go-runewidth v0.0.12
	github.com/rivo/uniseg v0.2.0
	golang.org/x/sys v0.0.0-20210514084401-e8d321eab015
)

go 1.14