Codebase list golang-github-vbauerster-mpb / 2f1d8f2 _examples / dynTotal / go.mod
2f1d8f2

Tree @2f1d8f2 (Download .tar.gz)

go.mod @2f1d8f2raw · history · blame

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

go 1.17

require github.com/vbauerster/mpb/v8 v8.1.0

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.13 // indirect
	github.com/rivo/uniseg v0.2.0 // indirect
	golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
)