mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
7f4fb34182
It is better developing vmctl tool in VictoriaMetrics repository, so it could be released together with the rest of vmutils tools such as vmalert, vmagent, vmbackup, vmrestore and vmauth.
11 lines
234 B
Modula-2
11 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
|