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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-03-03 15:18:34 +00:00
committed by GitHub
parent 2c3615a5ff
commit d5acda2a37
33 changed files with 208 additions and 160 deletions

View File

@@ -311,7 +311,7 @@ func IntContains(target []int, src int) bool {
// get struct attributes.
// This method is used only for debugging platform dependent code.
func attributes(m interface{}) map[string]reflect.Type {
func attributes(m any) map[string]reflect.Type {
typ := reflect.TypeOf(m)
if typ.Kind() == reflect.Ptr {
typ = typ.Elem()