Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2024-06-17 22:48:49 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-06-17 22:48:49 +0300
commit28ede36a103242317b2d1c7200a4c83d31bfc61e (patch)
tree4a9ace1ec68252702727fb0d5ad52e95ed5f3293 /util/sys/sys_windows.go
parent5036e9e28af4c0365df669b9bb949ca7a7a5279e (diff)
gopsutil v4
Diffstat (limited to 'util/sys/sys_windows.go')
-rw-r--r--util/sys/sys_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/sys/sys_windows.go b/util/sys/sys_windows.go
index 34740ea6..fd51d470 100644
--- a/util/sys/sys_windows.go
+++ b/util/sys/sys_windows.go
@@ -6,7 +6,7 @@ package sys
import (
"errors"
- "github.com/shirou/gopsutil/v3/net"
+ "github.com/shirou/gopsutil/v4/net"
)
func GetConnectionCount(proto string) (int, error) {