Codebase list golang-github-vbauerster-mpb / run/a607167b-0645-4826-b16d-4d4b995569f5/main _examples / stress / go.mod
run/a607167b-0645-4826-b16d-4d4b995569f5/main

Tree @run/a607167b-0645-4826-b16d-4d4b995569f5/main (Download .tar.gz)

go.mod @run/a607167b-0645-4826-b16d-4d4b995569f5/mainraw · 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.8.3
)

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.4 // indirect
	github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
	github.com/mattn/go-runewidth v0.0.16 // indirect
	github.com/rivo/uniseg v0.4.7 // indirect
	golang.org/x/sys v0.24.0 // indirect
)