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

Tree @1a45bb0 (Download .tar.gz)

go.mod @1a45bb0raw · history · blame

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

go 1.17

require (
	github.com/pkg/profile v1.7.0
	github.com/vbauerster/mpb/v8 v8.7.1
)

require (
	github.com/VividCortex/ewma v1.2.0 // indirect
	github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
	github.com/felixge/fgprof v0.9.3 // indirect
	github.com/google/pprof v0.0.0-20231212022811-ec68065c825e // indirect
	github.com/mattn/go-runewidth v0.0.15 // indirect
	github.com/rivo/uniseg v0.4.4 // indirect
	golang.org/x/sys v0.15.0 // indirect
)