Codebase list golang-github-vbauerster-mpb / 36b6f0e go.mod
36b6f0e

Tree @36b6f0e (Download .tar.gz)

go.mod @36b6f0eraw · 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-20210525143221-35b2ab0089ea
)

go 1.14