deps: 更新 gopsutil 依赖至 v4 版本

This commit is contained in:
akizon77
2025-07-16 19:20:52 +08:00
parent c282e5c870
commit a8ada8203d
8 changed files with 25 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ import (
"strings"
"time"
"github.com/shirou/gopsutil/cpu"
"github.com/shirou/gopsutil/v4/cpu"
)
type CpuInfo struct {