-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
40 lines (36 loc) · 1.23 KB
/
Copy pathgo.mod
File metadata and controls
40 lines (36 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
module github.com/mathismqn/godeez
go 1.25.0
require (
github.com/mewkiz/flac v1.0.13
github.com/spf13/cobra v1.10.2
github.com/zalando/go-keyring v0.2.8
golang.org/x/mod v0.38.0
golang.org/x/term v0.45.0
)
require (
github.com/andybalholm/cascadia v1.3.4 // indirect
github.com/danieljoos/wincred v1.2.3 // indirect
github.com/fatih/color v1.19.0 // indirect
github.com/godbus/dbus/v5 v5.2.2 // indirect
github.com/icza/bitio v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.15 // indirect
github.com/mattn/go-isatty v0.0.24 // indirect
github.com/mewkiz/pkg v0.0.0-20250417130911-3f050ff8c56d // indirect
github.com/mewpkg/term v0.0.0-20241026122259-37a80af23985 // indirect
golang.org/x/net v0.57.0 // indirect
golang.org/x/sys v0.47.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
)