chore: update go-mmkv dependency to v0.1.4 and document MMKV parsing fix in changelog

This commit is contained in:
鲁树人
2025-11-26 22:26:05 +09:00
parent a2190e0ff5
commit 107aa2c3a8
3 changed files with 8 additions and 1 deletions

2
go.mod
View File

@@ -8,7 +8,7 @@ require (
github.com/go-flac/flacvorbis v0.2.0
github.com/go-flac/go-flac v1.0.0
github.com/samber/lo v1.52.0
github.com/unlock-music/go-mmkv v0.1.3
github.com/unlock-music/go-mmkv v0.1.4
github.com/urfave/cli/v2 v2.27.7
go.uber.org/zap v1.27.0
golang.org/x/crypto v0.44.0