更新相关库

This commit is contained in:
GoEdgeLab
2022-03-12 19:11:29 +08:00
parent 87b51dbd21
commit b3043f4ca9
7 changed files with 25 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"
)