Codebase list golang-github-vbauerster-mpb / b39842c _examples / singleBar / go.mod
b39842c

Tree @b39842c (Download .tar.gz)

go.mod @b39842craw · history · blame

1
2
3
4
5
module github.com/vbauerster/mpb/_examples/singleBar

go 1.14

require github.com/vbauerster/mpb/v7 v7.4.0