Codebase list golang-github-vbauerster-mpb / 771d8a3 go.mod
771d8a3

Tree @771d8a3 (Download .tar.gz)

go.mod @771d8a3raw · history · blame

module github.com/vbauerster/mpb/v8

require (
	github.com/VividCortex/ewma v1.2.0
	github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
	github.com/mattn/go-runewidth v0.0.16
	golang.org/x/sys v0.24.0
)

require github.com/rivo/uniseg v0.4.7 // indirect

go 1.17