From 576402a961480cd90ca7329da6d6d64f2f5cedb6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 23 Feb 2024 21:37:59 +0100 Subject: update modules --- go.mod | 7 ++++--- 1 file 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 ) -- cgit 1.4.1