updated gopsutil

This commit is contained in:
Sergey Kanzhelev
2025-08-13 21:53:17 +00:00
parent 8b4595d9cb
commit db7eb8366c
347 changed files with 15801 additions and 5633 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ package util
import (
"time"
"github.com/shirou/gopsutil/v3/host"
"github.com/shirou/gopsutil/v4/host"
)
// GetUptimeDuration returns the time elapsed since last boot.
+1 -1
View File
@@ -19,7 +19,7 @@ import (
"fmt"
"time"
"github.com/shirou/gopsutil/v3/host"
"github.com/shirou/gopsutil/v4/host"
"golang.org/x/sys/windows"
"golang.org/x/sys/windows/registry"
)