Codebase list golang-github-vbauerster-mpb / 43a3d29 go.mod
43a3d29

Tree @43a3d29 (Download .tar.gz)

go.mod @43a3d29raw · 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-20190701094942-4def268fd1a4
	golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 // indirect
)