Codebase list golang-github-vbauerster-mpb / d2caee5 _examples / complex / go.mod
d2caee5

Tree @d2caee5 (Download .tar.gz)

go.mod @d2caee5raw · history · blame

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

go 1.17

require (
	github.com/fatih/color v1.17.0
	github.com/vbauerster/mpb/v8 v8.7.4
)

require (
	github.com/VividCortex/ewma v1.2.0 // indirect
	github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
	github.com/mattn/go-colorable v0.1.13 // indirect
	github.com/mattn/go-isatty v0.0.20 // indirect
	github.com/mattn/go-runewidth v0.0.15 // indirect
	github.com/rivo/uniseg v0.4.7 // indirect
	golang.org/x/sys v0.22.0 // indirect
)