Codebase list golang-github-vbauerster-mpb / 1d872f0 _examples / suppressBar / go.mod
1d872f0

Tree @1d872f0 (Download .tar.gz)

go.mod @1d872f0raw · history · blame

1
2
3
4
5
6
7
8
module github.com/vbauerster/mpb/_examples/suppressBar

go 1.14

require (
	github.com/mattn/go-runewidth v0.0.9
	github.com/vbauerster/mpb/v5 v5.3.0
)