Codebase list golang-github-vbauerster-mpb / 5e71dad go.mod
5e71dad

Tree @5e71dad (Download .tar.gz)

go.mod @5e71dadraw · 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-20190829043050-9756ffdc2472
	golang.org/x/sys v0.0.0-20190904154756-749cb33beabd // indirect
)

go 1.13