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

Tree @d7dcb0e (Download .tar.gz)

go.mod @d7dcb0eraw · history · blame

module github.com/vbauerster/mpb/v6

require (
	github.com/VividCortex/ewma v1.1.1
	github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
	github.com/mattn/go-runewidth v0.0.10
	github.com/rivo/uniseg v0.2.0
	golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78
)

go 1.14