-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
52 lines (48 loc) · 2.39 KB
/
go.mod
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
46
47
48
49
50
51
52
module github.com/JoshuaDoes/libremedia
go 1.20
require (
github.com/JoshuaDoes/json v0.0.0-20200726213358-ec3860544ac0
github.com/dsoprea/go-utility v0.0.0-20221003172846-a3e1774ef349
github.com/eolso/librespot-golang v0.0.0-20230506023304-cdb078f4ea7f
github.com/librespot-org/librespot-golang v0.0.0-20220325184705-31669e5a889f
github.com/rhnvrm/lyric-api-go v0.1.4
golang.org/x/oauth2 v0.9.0
)
require (
github.com/CAFxX/httpcompression v0.0.8 // indirect
github.com/NYTimes/gziphandler v1.1.1 // indirect
github.com/PuerkitoBio/goquery v1.8.1 // indirect
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/badfortrains/mdns v0.0.0-20160325001438-447166384f51 // indirect
github.com/brynbellomy/klog v0.0.0-20200414031930-87fbf2e555ae // indirect
github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd // indirect
github.com/eolso/threadsafe v0.0.0-20230304165831-d28da4e4d0d3 // indirect
github.com/go-errors/errors v1.4.2 // indirect
github.com/go-http-utils/etag v0.0.0-20161124023236-513ea8f21eb1 // indirect
github.com/go-http-utils/fresh v0.0.0-20161124030543-7231e26a4b27 // indirect
github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/gosimple/slug v1.13.1 // indirect
github.com/gosimple/unidecode v1.0.1 // indirect
github.com/jfbus/httprs v1.0.1 // indirect
github.com/klauspost/compress v1.14.1 // indirect
github.com/miekg/dns v1.1.55 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
github.com/rs/cors v1.9.0 // indirect
github.com/xlab/portaudio-go v0.0.0-20170905165025-132d041879db // indirect
github.com/xlab/vorbis-go v0.0.0-20210911202351-b5b85f1ec645 // indirect
golang.org/x/crypto v0.10.0 // indirect
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
golang.org/x/mod v0.11.0 // indirect
golang.org/x/net v0.11.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/tools v0.10.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)
replace github.com/librespot-org/librespot-golang => ../../librespot-org/librespot-golang