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

Tree @cee2d6e (Download .tar.gz)

go.mod @cee2d6eraw · 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-runewidth v0.0.9
	golang.org/x/sys v0.0.0-20201218084310-7d0127a74742
)

go 1.14