From b9cf22dc64c833a15a821d0834f09a1eea8e1ebf Mon Sep 17 00:00:00 2001 From: Felipe Marinho Date: Wed, 30 Jul 2025 14:24:04 +0000 Subject: [PATCH] chg: fix: tidy up deps --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 298c0cf..2710f7a 100644 --- a/go.mod +++ b/go.mod @@ -13,6 +13,7 @@ require ( github.com/prometheus/client_model v0.6.2 // indirect github.com/prometheus/common v0.65.0 // indirect github.com/prometheus/procfs v0.17.0 // indirect + golang.org/x/net v0.42.0 // indirect golang.org/x/sys v0.34.0 // indirect google.golang.org/protobuf v1.36.6 // indirect ) @@ -22,5 +23,4 @@ require ( github.com/hbollon/go-edlib v1.6.0 github.com/prometheus/client_golang v1.22.0 github.com/xhit/go-str2duration/v2 v2.1.0 - golang.org/x/net v0.42.0 )