-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
executable file
·31 lines (29 loc) · 1.11 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
module github.com/shadracnicholas/home-automation
go 1.14
require (
github.com/creack/pty v1.1.7
github.com/danielchatfield/go-randutils v0.0.0-20161222111725-43a1b7eba548
github.com/fsnotify/fsnotify v1.4.7
github.com/go-redis/redis/v7 v7.2.0
github.com/golang/protobuf v1.3.2
github.com/google/go-cmp v0.3.0 // indirect
github.com/gorilla/mux v1.7.4
github.com/gorilla/websocket v1.4.1
github.com/shadracnicholas/muxinator v1.0.0
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
github.com/jinzhu/gorm v1.9.10
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
github.com/manifoldco/promptui v0.7.0
github.com/mitchellh/mapstructure v1.1.2
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.6.0
github.com/vrischmann/envconfig v1.2.0
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/mod v0.2.0
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/tools v0.0.0-20200117220505-0cba7a3a9ee9
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
gopkg.in/yaml.v2 v2.2.4
gotest.tools v2.2.0+incompatible
)