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 )