更新相关库

This commit is contained in:
GoEdgeLab
2022-03-07 09:58:17 +08:00
parent 9e80f3c3ed
commit deb738f682
6 changed files with 30 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
package nodes
import (
"github.com/shirou/gopsutil/cpu"
"github.com/shirou/gopsutil/v3/cpu"
"testing"
"time"
)