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

Tree @e5ca799 (Download .tar.gz)

go.mod @e5ca799raw · 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-20211214234402-4825e8c3871d
)

go 1.14