Add KGM Decoder

This commit is contained in:
Emmm Monster
2020-12-26 02:54:07 +08:00
parent a92ea82090
commit dc2fb2f471
5 changed files with 155 additions and 7 deletions

4
go.mod
View File

@@ -1,8 +1,10 @@
module github.com/umlock-music/cli
go 1.15
go 1.16
require (
github.com/davecgh/go-spew v1.1.1
github.com/ulikunitz/xz v0.5.9
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
)