forked from barnybug/go-cast
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
21 lines (19 loc) · 830 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/oliverpool/go-chromecast
require (
github.com/cenkalti/backoff v1.1.0 // indirect
github.com/go-kit/kit v0.7.0
github.com/go-logfmt/logfmt v0.3.0 // indirect
github.com/go-stack/stack v1.7.0 // indirect
github.com/gogo/protobuf v1.0.0
github.com/gosuri/uilive v0.0.0-20170323041506-ac356e6e42cd // indirect
github.com/gosuri/uiprogress v0.0.0-20170224063937-d0567a9d84a1
github.com/grandcat/zeroconf v0.0.0-20180329153754-df75bb3ccae1
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/miekg/dns v1.0.8 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.1 // indirect
golang.org/x/crypto v0.0.0-20200208060501-ecb85df21340 // indirect
)
go 1.13