Codebase list golang-github-vbauerster-mpb / 46e92ff go.mod
46e92ff

Tree @46e92ff (Download .tar.gz)

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