This commit is contained in:
Daniel 2024-04-24 19:51:15 +08:00
parent 92bc52c6ab
commit 1bc11a1a9a
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
21 changed files with 34 additions and 31 deletions

View file

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