forked from vishen/go-chromecast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 787 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
module github.com/vishen/go-chromecast
go 1.12
require (
cloud.google.com/go v0.37.2
github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23
github.com/gogo/protobuf v1.2.1
github.com/hashicorp/mdns v1.0.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jroimartin/gocui v0.4.0
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d // indirect
github.com/pkg/errors v0.8.1
github.com/rogpeppe/go-internal v1.5.0
github.com/sirupsen/logrus v1.4.0
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
google.golang.org/api v0.3.0
google.golang.org/genproto v0.0.0-20190321212433-e79c0c59cdb5
gopkg.in/yaml.v2 v2.2.2 // indirect
)