Codebase list golang-github-vbauerster-mpb / 3a9c91e go.mod
3a9c91e

Tree @3a9c91e (Download .tar.gz)

go.mod @3a9c91eraw · 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