-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgo.mod
More file actions
45 lines (42 loc) · 1.56 KB
/
Copy pathgo.mod
File metadata and controls
45 lines (42 loc) · 1.56 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
41
42
43
44
45
module github.com/streambinder/spotitube
go 1.25.0
require (
atomicgo.dev/cursor v0.2.0
github.com/PuerkitoBio/goquery v1.12.0
github.com/adrg/xdg v0.5.3
github.com/agnivade/levenshtein v1.2.1
github.com/arunsworld/nursery v0.6.0
github.com/bogem/id3v2/v2 v2.1.4
github.com/bytedance/mockey v1.4.6
github.com/fatih/color v1.19.0
github.com/gosimple/slug v1.15.0
github.com/json-iterator/go v1.1.12
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/spf13/cobra v1.10.2
github.com/spf13/pflag v1.0.10
github.com/stretchr/testify v1.11.1
github.com/thanhpk/randstr v1.0.6
github.com/zmb3/spotify/v2 v2.4.3
go.uber.org/goleak v1.3.0
golang.org/x/oauth2 v0.36.0
)
require (
github.com/andybalholm/cascadia v1.3.4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gopherjs/gopherjs v1.21.0 // indirect
github.com/gosimple/unidecode v1.0.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/mattn/go-colorable v0.1.15 // indirect
github.com/mattn/go-isatty v0.0.24 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/smarty/assertions v1.16.0 // indirect
github.com/smartystreets/goconvey v1.8.1 // indirect
golang.org/x/arch v0.29.0 // 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
gopkg.in/yaml.v3 v3.0.1 // indirect
)