init repo
This commit is contained in:
17
go.mod
Normal file
17
go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user