about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
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
+)