init repo

This commit is contained in:
2024-09-14 22:39:50 +08:00
commit e8314a95bf
14 changed files with 785 additions and 0 deletions

17
go.mod Normal file
View File

@@ -0,0 +1,17 @@
module ncmdump
go 1.23.0
require github.com/tidwall/gjson v1.17.3
require (
github.com/bogem/id3v2/v2 v2.1.4 // indirect
github.com/frolovo22/tag v0.0.2 // indirect
github.com/go-flac/flacpicture v0.3.0 // indirect
github.com/go-flac/go-flac v1.0.0 // indirect
github.com/go-flac/go-flac/v2 v2.0.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
golang.org/x/text v0.18.0 // indirect
)