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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-01 05:00:20 +00:00
committed by GitHub
parent 0389651436
commit a6fa3de870
25 changed files with 283 additions and 281 deletions

View File

@@ -49,7 +49,7 @@ func (i Invoke) Command(name string, arg ...string) ([]byte, error) {
return i.CommandWithContext(ctx, name, arg...)
}
func (i Invoke) CommandWithContext(ctx context.Context, name string, arg ...string) ([]byte, error) {
func (Invoke) CommandWithContext(ctx context.Context, name string, arg ...string) ([]byte, error) {
cmd := exec.CommandContext(ctx, name, arg...)
var buf bytes.Buffer