-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 564 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 564 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module cider-chromecast
go 1.24.3
require (
github.com/gorilla/websocket v1.5.3
github.com/hashicorp/mdns v1.0.6
github.com/spf13/cobra v1.9.1
google.golang.org/protobuf v1.36.6
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/miekg/dns v1.1.55 // indirect
github.com/spf13/pflag v1.0.6 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
)