mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
13 lines
344 B
Modula-2
13 lines
344 B
Modula-2
module github.com/cheggaaa/pb/v3
|
|
|
|
require (
|
|
github.com/VividCortex/ewma v1.1.1
|
|
github.com/fatih/color v1.10.0
|
|
github.com/mattn/go-colorable v0.1.8
|
|
github.com/mattn/go-isatty v0.0.12
|
|
github.com/mattn/go-runewidth v0.0.12
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
|
|
)
|
|
|
|
go 1.12
|