Codebase list golang-github-vbauerster-mpb / 59d31df go.mod
59d31df

Tree @59d31df (Download .tar.gz)

go.mod @59d31dfraw · history · blame

module github.com/vbauerster/mpb/v4

require (
	github.com/VividCortex/ewma v1.1.1
	github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
	golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708
	golang.org/x/sys v0.0.0-20191113165036-4c7a9d0fe056 // indirect
)

go 1.13