-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
61 lines (59 loc) · 2.71 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
module github.com/rmrobinson/nerves
go 1.14
require (
cloud.google.com/go v0.74.0 // indirect
github.com/PuerkitoBio/goquery v1.5.1 // indirect
github.com/andybalholm/cascadia v1.1.0 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/gdamore/tcell v1.3.0
github.com/gocarina/gocsv v0.0.0-20200330101823-46266ca37bd3
github.com/golang/protobuf v1.4.3
github.com/google/uuid v1.1.3
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/huin/goupnp v1.0.0 // indirect
github.com/koron/go-ssdp v0.0.2
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
github.com/lusis/go-slackbot v0.0.0-20180109053408-401027ccfef5 // indirect
github.com/lusis/slack-test v0.0.0-20190426140909-c40012f20018 // indirect
github.com/magiconair/properties v1.8.1 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/mitchellh/mapstructure v1.2.2 // indirect
github.com/mmcdole/gofeed v1.0.0-beta2
github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect
github.com/nlopes/slack v0.5.0
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/tview v0.0.0-20200404204604-ca37f83cb2e7
github.com/rivo/uniseg v0.1.0 // indirect
github.com/rmrobinson/bottlerocket-go v1.0.0
github.com/rmrobinson/deconz-go v0.0.0-20210102184101-18e4e41f8402 // indirect
github.com/rmrobinson/google-smart-home-action-go v0.0.0-20210104014003-093fc5a47d97
github.com/rmrobinson/hue-go v0.0.0-20180806152530-008c4367e329 // indirect
github.com/rmrobinson/monoprice-amp-go v0.0.0-20190217030552-ea909ba38552
github.com/rmrobinson/nanoleaf-go v0.0.0-20200909013515-04a8046581f1
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.6.3
github.com/stretchr/testify v1.5.1
github.com/subosito/gotenv v1.2.0 // indirect
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
golang.org/x/sys v0.0.0-20201231184435-2d18734c6014 // indirect
google.golang.org/api v0.36.0
google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d // indirect
google.golang.org/grpc v1.34.0
google.golang.org/protobuf v1.25.0
gopkg.in/ini.v1 v1.55.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)