Codebase list golang-github-vbauerster-mpb / 9de2a5f go.mod
9de2a5f

Tree @9de2a5f (Download .tar.gz)

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