From 0f359ba44e221c0ca1b5201e52a5bbbb571a244f Mon Sep 17 00:00:00 2001 From: Marinho Date: Wed, 16 Jul 2025 15:20:39 -0300 Subject: [PATCH] fix: tidy up deps --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a048cfe..b5365a2 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,6 @@ require ( github.com/prometheus/client_model v0.6.0 // indirect github.com/prometheus/common v0.50.0 // indirect github.com/prometheus/procfs v0.13.0 // indirect - golang.org/x/net v0.22.0 // indirect golang.org/x/sys v0.18.0 // indirect google.golang.org/protobuf v1.33.0 // indirect ) @@ -22,4 +21,5 @@ require ( github.com/hbollon/go-edlib v1.6.0 github.com/prometheus/client_golang v1.19.0 github.com/xhit/go-str2duration/v2 v2.1.0 + golang.org/x/net v0.22.0 )