@@ -17,36 +17,26 @@ require (
17
17
github.com/korandiz/mpseek v1.0.0
18
18
github.com/mewkiz/flac v1.0.7
19
19
github.com/mjibson/gme v0.0.0-20191207231606-aac85c97dedc
20
- github.com/mjibson/gmusic v0.0.0-20150925045001-ad078cbf9073
21
20
github.com/mjibson/go-dsp v0.0.0-20180508042940-11479a337f12
22
21
github.com/mjibson/nsf v0.0.0-20150416074249-10b2439b9af2
23
22
github.com/nwaples/rardecode v1.1.3
24
23
github.com/oov/directsound-go v0.0.0-20141101201356-e53e59c700bf
25
24
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
26
25
golang.org/x/net v0.0.0-20220811182439-13a9a731de15
27
26
golang.org/x/oauth2 v0.0.0-20220808172628-8227340efae7
28
- google.golang.org/api v0.92.0
29
27
)
30
28
31
29
require (
32
- cloud.google.com/go/compute v1.7.0 // indirect
33
30
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
34
31
github.com/facebookgo/freeport v0.0.0-20150612182905-d4adf43b75b9 // indirect
35
- github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
32
+ github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
33
+ github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
36
34
github.com/golang/protobuf v1.5.2 // indirect
37
- github.com/google/uuid v1.3.0 // indirect
38
- github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
39
- github.com/googleapis/gax-go/v2 v2.4.0 // indirect
40
35
github.com/icza/bitio v1.1.0 // indirect
41
36
github.com/mewkiz/pkg v0.0.0-20211102230744-16a6ce8f1b77 // indirect
42
- github.com/mjibson/gpsoauth v0.0.0-20150621200543-be41f43784ed // indirect
43
37
github.com/mjibson/mog v0.0.0-00010101000000-000000000000 // indirect
44
- go.opencensus.io v0.23.0 // indirect
45
38
go4.org v0.0.0-20201209231011-d4a079459e60 // indirect
46
39
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
47
- golang.org/x/text v0.3.7 // indirect
48
40
google.golang.org/appengine v1.6.7 // indirect
49
- google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f // indirect
50
- google.golang.org/grpc v1.47.0 // indirect
51
41
google.golang.org/protobuf v1.28.1 // indirect
52
42
)
0 commit comments