🔖 Release v3.1.18

This commit is contained in:
Daniel 2024-12-31 09:22:29 +08:00
parent c4edc30ad2
commit 289e16b97e
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 11 additions and 13 deletions

View file

@ -19,7 +19,7 @@
package util
import (
"github.com/shirou/gopsutil/v3/host"
"github.com/shirou/gopsutil/v4/host"
"github.com/siyuan-note/logging"
)