ncmdump-go/go.mod

23 lines
474 B
Modula-2
Raw Normal View History

2024-09-15 21:37:11 +08:00
module github.com/taurusxin/ncmdump-go
2024-09-14 22:39:50 +08:00
go 1.23.0
require github.com/tidwall/gjson v1.17.3
2024-09-15 21:37:11 +08:00
require github.com/spf13/pflag v1.0.5
require github.com/bogem/id3v2/v2 v2.1.4
2024-10-21 14:23:42 +08:00
require (
github.com/TwiN/go-color v1.4.1
2024-10-21 16:29:17 +08:00
github.com/go-flac/flacpicture v0.3.0
2024-10-23 19:17:51 +08:00
github.com/go-flac/flacvorbis v0.2.0
2024-10-21 16:29:17 +08:00
github.com/go-flac/go-flac v1.0.0
2024-10-21 14:23:42 +08:00
)
2024-09-14 22:39:50 +08:00
require (
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
golang.org/x/text v0.18.0 // indirect
)