1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 15:04:42 +00:00

chore(deps): bump shirou/gopsutil from v3 to v4

This commit is contained in:
Oleksandr Redko
2026-01-16 17:23:00 +02:00
parent d8217235bd
commit a589b9f2e1
8 changed files with 73 additions and 67 deletions

View File

@@ -7,7 +7,7 @@ import (
"strings"
"time"
"github.com/shirou/gopsutil/v3/mem"
"github.com/shirou/gopsutil/v4/mem"
)
func collectMemory() (MemoryStatus, error) {