Codebase list golang-github-vbauerster-mpb / 48a6a80 go.mod
48a6a80

Tree @48a6a80 (Download .tar.gz)

go.mod @48a6a80raw · 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-20190513172903-22d7a77e9e5f
	golang.org/x/sys v0.0.0-20190523142557-0e01d883c5c5 // indirect
)