-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
27 lines (26 loc) · 1.3 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
module github.com/evq/chromaticity
require (
github.com/Sirupsen/logrus v1.0.6
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/appnaconda/tplink v0.0.0-20180708031946-eddaff1c9c5d
github.com/emicklei/go-restful v2.8.0+incompatible // indirect
github.com/evq/chunnel v0.0.0-20171008002800-ae6fd13875e6 // indirect
github.com/evq/go-apron v0.0.0-20150517045137-b2fa14935d47
github.com/evq/go-kinet v0.0.0-20150507235913-efa3d31a214a
github.com/evq/go-limitless v0.0.0-20150310050133-cbc17e3e0b14
github.com/evq/go-restful v1.1.4-0.20181112003842-7636e845bca6
github.com/evq/go-zigbee v0.0.0-20150517045432-a52de58f2043
github.com/gorilla/mux v1.6.2 // indirect
github.com/jinzhu/gorm v1.9.1
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect
github.com/kellydunn/go-opc v0.1.0
github.com/lib/pq v1.0.0
github.com/lucasb-eyer/go-colorful v0.0.0-20180709185858-c7842319cf3a
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/pkg/errors v0.8.0
golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b // indirect
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e // indirect
golang.org/x/tools v0.0.0-20181111003725-6d71ab8aade0 // indirect
gopkg.in/alecthomas/kingpin.v1 v1.3.7
)