Codebase list golang-github-vbauerster-mpb / 34cf41c _examples / spinnerBar / go.mod
34cf41c

Tree @34cf41c (Download .tar.gz)

go.mod @34cf41craw · history · blame

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

go 1.14

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