mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-10-31 20:41:22 +00:00
11 lines
252 B
Modula-2
11 lines
252 B
Modula-2
module github.com/vbauerster/mpb/v7
|
|
|
|
require (
|
|
github.com/VividCortex/ewma v1.2.0
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
|
|
github.com/mattn/go-runewidth v0.0.13
|
|
golang.org/x/sys v0.0.0-20210603125802-9665404d3644
|
|
)
|
|
|
|
go 1.14
|