@@ -3,19 +3,19 @@ module github.com/go-musicfox/spotifox
3
3
go 1.21
4
4
5
5
require (
6
- github.com/anhoder/foxful-cli v0.1.4
6
+ github.com/anhoder/foxful-cli v0.3.3
7
7
github.com/arcspace/go-arc-sdk v0.0.0-20230811172934-db6c05cc94b2
8
8
github.com/arcspace/go-librespot v0.0.0-20230811173922-2e901b172fbe
9
9
github.com/buger/jsonparser v1.1.1
10
10
github.com/charmbracelet/bubbles v0.16.1
11
- github.com/charmbracelet/bubbletea v0.24.2
11
+ github.com/charmbracelet/bubbletea v0.25.0
12
12
github.com/charmbracelet/lipgloss v0.8.0
13
- github.com/ebitengine/purego v0.4.0
14
- github.com/faiface/beep v1.1.0
15
- github.com/go-musicfox/notificator v0.1.0
13
+ github.com/ebitengine/purego v0.7.0
14
+ github.com/go-musicfox/notificator v0.1.2
16
15
github.com/godbus/dbus/v5 v5.1.0
17
16
github.com/gookit/gcli/v2 v2.3.4
18
17
github.com/gookit/ini/v2 v2.2.2
18
+ github.com/gopxl/beep v1.4.0
19
19
github.com/mattn/go-runewidth v0.0.15
20
20
github.com/muesli/termenv v0.15.2
21
21
github.com/nicksnyder/go-i18n/v2 v2.2.1
@@ -25,33 +25,25 @@ require (
25
25
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
26
26
github.com/zmb3/spotify/v2 v2.3.1
27
27
go.etcd.io/bbolt v1.3.7
28
+ golang.org/x/mod v0.8.0
28
29
golang.org/x/oauth2 v0.7.0
30
+ golang.org/x/text v0.13.0
29
31
)
30
32
31
33
require (
32
34
capnproto.org/go/capnp/v3 v3.0.0-alpha-29 // indirect
33
- github.com/brynbellomy/klog v0.0.0-20200414031930-87fbf2e555ae // indirect
34
- github.com/gogo/protobuf v1.3.2 // indirect
35
- github.com/golang/protobuf v1.5.3 // indirect
36
- github.com/google/uuid v1.3.1 // indirect
37
- github.com/rs/cors v1.9.0 // indirect
38
- golang.org/x/net v0.17.0 // indirect
39
- google.golang.org/appengine v1.6.7 // indirect
40
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
41
- google.golang.org/grpc v1.57.1 // indirect
42
- google.golang.org/protobuf v1.31.0 // indirect
43
- zenhack.net/go/util v0.0.0-20230607025951-8b02fee814ae // indirect
44
- )
45
-
46
- require (
47
35
github.com/atotto/clipboard v0.1.4 // indirect
48
36
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
49
- github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
37
+ github.com/brynbellomy/klog v0.0.0-20200414031930-87fbf2e555ae // indirect
38
+ github.com/ebitengine/oto/v3 v3.1.0 // indirect
39
+ github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
50
40
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776 // indirect
51
- github.com/gookit/color v1.5.3 // indirect
52
- github.com/gookit/goutil v0.6.10 // indirect
41
+ github.com/gogo/protobuf v1.3.2 // indirect
42
+ github.com/golang/protobuf v1.5.3 // indirect
43
+ github.com/google/uuid v1.3.0 // indirect
44
+ github.com/gookit/color v1.5.2 // indirect
45
+ github.com/gookit/goutil v0.6.7 // indirect
53
46
github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
54
- github.com/hajimehoshi/oto v1.0.1 // indirect
55
47
github.com/jfreymuth/oggvorbis v1.0.5 // indirect
56
48
github.com/jfreymuth/vorbis v1.0.2 // indirect
57
49
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
@@ -61,29 +53,31 @@ require (
61
53
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
62
54
github.com/muesli/cancelreader v0.2.2 // indirect
63
55
github.com/muesli/reflow v0.3.0 // indirect
64
- github.com/rivo/uniseg v0.4.4 // indirect
56
+ github.com/rivo/uniseg v0.4.6 // indirect
57
+ github.com/robotn/gohook v0.41.0 // indirect
58
+ github.com/rs/cors v1.9.0 // indirect
65
59
github.com/sahilm/fuzzy v0.1.0 // indirect
60
+ github.com/vcaesar/keycode v0.10.1 // indirect
66
61
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
67
- golang.org/x/crypto v0.14 .0 // indirect
68
- golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
69
- golang.org/x/exp/shiny v0.0.0-20230522175609-2e198f4a06a1 // indirect
70
- golang.org/x/image v0.10 .0 // indirect
71
- golang.org/x/mobile v0.0.0-20230531173138-3c911d8e3eda // indirect
72
- golang.org/x/mod v0.12.0
73
- golang.org/x/sync v0.3.0 // indirect
74
- golang.org/x/sys v0.13 .0 // indirect
75
- golang.org/x/term v0.13 .0 // indirect
76
- golang.org/x/text v0.13.0
62
+ golang.org/x/crypto v0.12 .0 // indirect
63
+ golang.org/x/net v0.14.0 // indirect
64
+ golang.org/x/sync v0.6.0 // indirect
65
+ golang.org/x/sys v0.17 .0 // indirect
66
+ golang.org/x/term v0.17.0 // indirect
67
+ google. golang.org/appengine v1.6.7 // indirect
68
+ google. golang.org/genproto/googleapis/rpc v0.0.0-20230807174057-1744710a1577 // indirect
69
+ google. golang.org/grpc v1.57 .0 // indirect
70
+ google. golang.org/protobuf v1.31 .0 // indirect
71
+ zenhack.net/go/util v0.0.0-20230607025951-8b02fee814ae // indirect
77
72
)
78
73
79
74
replace (
75
+ capnproto.org/go/capnp/v3 v3.0.0-alpha-29 => capnproto.org/go/capnp/v3 v3.0.0-alpha.29
80
76
github.com/arcspace/go-librespot v0.0.0-20230811173922-2e901b172fbe => github.com/go-musicfox/go-librespot v0.1.0
81
- github.com/charmbracelet/bubbletea v0.24.2 => github.com/go-musicfox/bubbletea v0.24.1
82
- github.com/cnsilvan/UnblockNeteaseMusic v0.0.0-20230310083816-92b59c95a366 => github.com/go-musicfox/UnblockNeteaseMusic v0.1.2
83
- github.com/faiface/beep v1.1.0 => github.com/go-musicfox/beep v1.2.4
84
- github.com/frolovo22/tag v0.0.2 => github.com/go-musicfox/tag v1.0.2
77
+ github.com/charmbracelet/bubbletea v0.25.0 => github.com/go-musicfox/bubbletea v0.25.0-foxful
85
78
github.com/gookit/gcli/v2 v2.3.4 => github.com/anhoder/gcli/v2 v2.3.5
79
+ github.com/gopxl/beep v1.4.0 => github.com/go-musicfox/beep v1.4.1
86
80
github.com/hajimehoshi/go-mp3 v0.3.4 => github.com/go-musicfox/go-mp3 v0.3.3
87
- github.com/hajimehoshi/oto v1.0.1 => github.com/go-musicfox/oto v1.0.3
88
81
github.com/shkh/lastfm-go => github.com/go-musicfox/lastfm-go v0.0.2
82
+ zenhack.net/go/util v0.0.0-20230607025951-8b02fee814ae => github.com/zenhack/go-util v0.0.0-20230607025951-8b02fee814ae
89
83
)
0 commit comments