Codebase list golang-github-vbauerster-mpb / e24a54e go.mod
e24a54e

Tree @e24a54e (Download .tar.gz)

go.mod @e24a54eraw · 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