mirror of
https://github.com/fankes/komari-agent.git
synced 2025-10-19 19:19:23 +08:00
deps: 更新 gopsutil 依赖至 v4 版本
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package monitoring
|
||||
|
||||
import (
|
||||
"github.com/shirou/gopsutil/host"
|
||||
"github.com/shirou/gopsutil/v4/host"
|
||||
)
|
||||
|
||||
func Uptime() (uint64, error) {
|
||||
|
Reference in New Issue
Block a user