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

Tree @a2a79e9 (Download .tar.gz)

go.mod @a2a79e9raw · history · blame

module github.com/vbauerster/mpb/_examples/suppressBar

go 1.14

require (
	github.com/mattn/go-runewidth v0.0.13
	github.com/vbauerster/mpb/v7 v7.5.2
)

replace github.com/vbauerster/mpb/v7 => /home/vbauer/gohack/github.com/vbauerster/mpb/v7