Codebase list golang-github-vbauerster-mpb / 7e8a091 go.mod
7e8a091

Tree @7e8a091 (Download .tar.gz)

go.mod @7e8a091raw · 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-20190225124518-7f87c0fbb88b
	golang.org/x/sys v0.0.0-20190225065934-cc5685c2db12 // indirect
)