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

Tree @c778e9f (Download .tar.gz)

go.mod @c778e9fraw · 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-20220114195835-da31bd327af9
)

go 1.14