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

Tree @eff1034 (Download .tar.gz)

go.mod @eff1034raw · 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-20190417174047-f416ebab96af
	golang.org/x/sys v0.0.0-20190416152802-12500544f89f // indirect
)