Codebase list golang-github-vbauerster-mpb / 1c4423e _examples / stress / go.mod
1c4423e

Tree @1c4423e (Download .tar.gz)

go.mod @1c4423eraw · history · blame

module github.com/vbauerster/mpb/_examples/stress

go 1.17

require (
	github.com/pkg/profile v1.6.0
	github.com/vbauerster/mpb/v8 v8.1.6
)

require (
	github.com/VividCortex/ewma v1.2.0 // indirect
	github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
	github.com/mattn/go-runewidth v0.0.14 // indirect
	github.com/rivo/uniseg v0.4.3 // indirect
	golang.org/x/sys v0.4.0 // indirect
)