Codebase list golang-github-vbauerster-mpb / 44bf997 _examples / spinnerBar / go.mod
44bf997

Tree @44bf997 (Download .tar.gz)

go.mod @44bf997raw · history · blame

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

go 1.13

require github.com/vbauerster/mpb/v4 v4.9.4