mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
12 lines
234 B
Modula-2
12 lines
234 B
Modula-2
|
module github.com/cheggaaa/pb/v3
|
||
|
|
||
|
require (
|
||
|
github.com/VividCortex/ewma v1.1.1
|
||
|
github.com/fatih/color v1.7.0
|
||
|
github.com/mattn/go-colorable v0.1.2
|
||
|
github.com/mattn/go-isatty v0.0.12
|
||
|
github.com/mattn/go-runewidth v0.0.7
|
||
|
)
|
||
|
|
||
|
go 1.12
|