Codebase list golang-github-vbauerster-mpb / df3f96e _examples / merge / go.mod
df3f96e

Tree @df3f96e (Download .tar.gz)

go.mod @df3f96eraw · history · blame

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

go 1.17

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

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.14 // indirect
	github.com/rivo/uniseg v0.4.4 // indirect
	golang.org/x/sys v0.6.0 // indirect
)