Codebase list golang-github-vbauerster-mpb / 6e5802d go.mod
6e5802d

Tree @6e5802d (Download .tar.gz)

go.mod @6e5802draw · 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
	github.com/rivo/uniseg v0.3.4 // indirect
	golang.org/x/sys v0.0.0-20220823224334-20c2bfdbfe24
)

go 1.14