31 lines
887 B
AMPL
31 lines
887 B
AMPL
module github.com/mathismqn/godeez
|
|
|
|
go 1.25.0
|
|
|
|
require github.com/spf13/cobra v1.10.2
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.4 // indirect
|
|
github.com/fatih/color v1.19.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.15 // indirect
|
|
github.com/mattn/go-isatty v0.0.24 // indirect
|
|
golang.org/x/net v0.57.0 // indirect
|
|
golang.org/x/sys v0.47.0 // indirect
|
|
golang.org/x/term v0.45.0 // indirect
|
|
golang.org/x/text v0.40.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.12.0
|
|
github.com/bogem/id3v2/v2 v2.1.4
|
|
github.com/briandowns/spinner v1.23.2
|
|
github.com/flytam/filenamify v1.2.0
|
|
github.com/go-flac/flacpicture/v2 v2.0.2
|
|
github.com/go-flac/flacvorbis/v2 v2.0.2
|
|
github.com/go-flac/go-flac/v2 v2.0.4
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.10 // indirect
|
|
go.etcd.io/bbolt v1.5.0
|
|
golang.org/x/crypto v0.54.0
|
|
)
|