Updated procfs to used patched version

This commit is contained in:
Finomosec 2024-10-17 00:22:17 +02:00
parent de82d1a4a4
commit e020eb437b

View file

@ -22,8 +22,8 @@ import (
"log/slog" "log/slog"
"os" "os"
"github.com/finomosec/procfs"
"github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/procfs"
) )
type mdadmCollector struct { type mdadmCollector struct {