From c25e58e79c704b9e2b34e27ea342d12fa26b00b3 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Sat, 25 Jul 2020 07:21:15 -0500 Subject: Closes #32. Average is really average, over time. Boldify the AVRG label. Remove spurious sync lock. --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 70e6a96..1e07313 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,7 @@ module github.com/xxxserxxx/gotop/v4 require ( github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect github.com/VictoriaMetrics/metrics v1.11.2 + github.com/VividCortex/ewma v1.1.1 github.com/distatus/battery v0.9.0 github.com/gizak/termui/v3 v3.1.0 github.com/go-ole/go-ole v1.2.4 // indirect -- cgit v1.2.3