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

Tree @e996c68 (Download .tar.gz)

go.mod @e996c68raw · 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-20190222235706-ffb98f73852f
	golang.org/x/sys v0.0.0-20190222171317-cd391775e71e // indirect
)