forked from vishen/go-chromecast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 850 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
module github.com/vishen/go-chromecast
go 1.12
require (
cloud.google.com/go v0.72.0
github.com/buger/jsonparser v1.0.0
github.com/gogo/protobuf v1.3.1
github.com/grandcat/zeroconf v1.0.0
github.com/h2non/filetype v1.1.0
github.com/jroimartin/gocui v0.4.0
github.com/miekg/dns v1.1.35 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/nsf/termbox-go v0.0.0-20201124104050-ed494de23a00 // indirect
github.com/pkg/errors v0.9.1
github.com/rogpeppe/go-internal v1.6.2
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392 // indirect
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/sys v0.0.0-20201126233918-771906719818 // indirect
google.golang.org/api v0.35.0
google.golang.org/genproto v0.0.0-20201119123407-9b1e624d6bc4
)