about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2022-02-16 16:32:01 +0100
committerLeah Neukirchen <leah@vuxu.org>2022-02-16 16:32:01 +0100
commit790be714a2b5f06b17cc74e1f740de623396784c (patch)
tree4cfdaf499c24282466c40ef42cc6187803323517 /go.mod
parent1ee0268759dfab17f3a2c4b21a89510bf7274358 (diff)
downloadhtping-790be714a2b5f06b17cc74e1f740de623396784c.tar.gz
htping-790be714a2b5f06b17cc74e1f740de623396784c.tar.xz
htping-790be714a2b5f06b17cc74e1f740de623396784c.zip
fix display units
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 5 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 87d861f..5053ee0 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,8 @@ module github.com/leahneukirchen/htping
 
 go 1.14
 
-require github.com/prometheus/client_golang v1.5.1
+require (
+	github.com/prometheus/client_golang v1.12.1
+	golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
+	google.golang.org/protobuf v1.27.1 // indirect
+)