Codebase list golang-github-vbauerster-mpb / d46b195 _examples / tipOnComplete / go.mod
d46b195

Tree @d46b195 (Download .tar.gz)

go.mod @d46b195raw · history · blame

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

go 1.17

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

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.16 // indirect
	github.com/rivo/uniseg v0.4.7 // indirect
	golang.org/x/sys v0.24.0 // indirect
)