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

Tree @b9f78f8 (Download .tar.gz)

go.mod @b9f78f8raw · history · blame

1
2
3
4
5
6
7
module github.com/vbauerster/mpb/v4

require (
	github.com/VividCortex/ewma v1.1.1
	golang.org/x/crypto v0.0.0-20190219172222-a4c6cb3142f2
	golang.org/x/sys v0.0.0-20190219203350-90b0e4468f99 // indirect
)