Codebase list golang-github-vbauerster-mpb / 548c757 go.mod
548c757

Tree @548c757 (Download .tar.gz)

go.mod @548c757raw · history · blame

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

require (
	github.com/VividCortex/ewma v1.1.1
	golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad
	golang.org/x/sys v0.0.0-20190927073244-c990c680b611 // indirect
)

go 1.13