🔖 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

@ -20,7 +20,7 @@ package util
import (
"github.com/88250/go-humanize"
"github.com/shirou/gopsutil/v3/disk"
"github.com/shirou/gopsutil/v4/disk"
"github.com/siyuan-note/logging"
)