[client] Update gopsutil to v4

This commit is contained in:
mlsmaycon
2026-07-07 17:33:26 +02:00
parent c9d387bd0d
commit f81cfa8a00
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ import (
"os"
"slices"
"github.com/shirou/gopsutil/v3/process"
"github.com/shirou/gopsutil/v4/process"
)
// getRunningProcesses returns a list of running process paths. The context bounds the work: