about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--go.mod7
1 files changed, 4 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 5053ee0..78dc7dc 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,8 @@ module github.com/leahneukirchen/htping
 go 1.14
 
 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
+	github.com/prometheus/client_golang v1.18.0
+	github.com/prometheus/client_model v0.6.0 // indirect
+	github.com/prometheus/common v0.48.0 // indirect
+	golang.org/x/sys v0.17.0 // indirect
 )