Codebase list golang-github-vbauerster-mpb / 39f3b83 go.mod
39f3b83

Tree @39f3b83 (Download .tar.gz)

go.mod @39f3b83raw · history · blame

module github.com/vbauerster/mpb/v5

require (
	github.com/VividCortex/ewma v1.1.1
	github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
	golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
	golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
)

go 1.14