mirror of
https://github.com/fankes/komari-agent.git
synced 2025-10-20 11:39:24 +08:00
deps: 更新 gopsutil 依赖至 v4 版本
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/komari-monitor/komari-agent/cmd/flags"
|
||||
"github.com/shirou/gopsutil/net"
|
||||
"github.com/shirou/gopsutil/v4/net"
|
||||
)
|
||||
|
||||
func ConnectionsCount() (tcpCount, udpCount int, err error) {
|
||||
|
Reference in New Issue
Block a user