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

Tree @bd6b2ff (Download .tar.gz)

go.mod @bd6b2ffraw · 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.13
	golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8
)

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

go 1.17