fix(deps): update module github.com/shirou/gopsutil/v4 to v4.25.10

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-01 03:08:38 +00:00
committed by GitHub
parent 8aea109e42
commit b309044006
13 changed files with 60 additions and 145 deletions

View File

@@ -442,7 +442,7 @@ func HostRootWithContext(ctx context.Context, combineWith ...string) string {
}
// getSysctrlEnv sets LC_ALL=C in a list of env vars for use when running
// sysctl commands (see DoSysctrl).
// sysctl commands.
func getSysctrlEnv(env []string) []string {
foundLC := false
for i, line := range env {