forked from devgianlu/go-librespot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (25 loc) · 840 Bytes
/
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
module github.com/devgianlu/go-librespot
go 1.22.2
require (
github.com/cenkalti/backoff/v4 v4.2.1
github.com/devgianlu/shannon v0.0.0-20230613115856-82ec90b7fa7e
github.com/grandcat/zeroconf v1.0.0
github.com/sirupsen/logrus v1.9.3
github.com/xlab/vorbis-go v0.0.0-20210911202351-b5b85f1ec645
golang.org/x/crypto v0.10.0
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
golang.org/x/net v0.11.0
golang.org/x/oauth2 v0.21.0
golang.org/x/sys v0.10.0
google.golang.org/protobuf v1.30.0
gopkg.in/yaml.v3 v3.0.1
nhooyr.io/websocket v1.8.7
)
require (
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/klauspost/compress v1.10.3 // indirect
github.com/miekg/dns v1.1.54 // indirect
github.com/rs/cors v1.11.1 // indirect
golang.org/x/mod v0.11.0 // indirect
golang.org/x/tools v0.10.0 // indirect
)