Codebase list golang-github-vbauerster-mpb / 9f48fa5 go.mod
9f48fa5

Tree @9f48fa5 (Download .tar.gz)

go.mod @9f48fa5raw · history · blame

1
2
3
4
5
6
7
8
9
module github.com/vbauerster/mpb/v4

require (
	github.com/VividCortex/ewma v1.1.1
	golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
	golang.org/x/sys v0.0.0-20191025090151-53bf42e6b339 // indirect
)

go 1.13