-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 839 Bytes
/
Copy pathgo.mod
File metadata and controls
28 lines (25 loc) · 839 Bytes
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 go-librespot
go 1.20
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/moutend/go-wca v0.3.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/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/go-ole/go-ole v1.2.6 // indirect
github.com/klauspost/compress v1.10.3 // indirect
github.com/miekg/dns v1.1.54 // indirect
golang.org/x/mod v0.11.0 // indirect
golang.org/x/net v0.11.0 // indirect
golang.org/x/tools v0.10.0 // indirect
)