forked from nDenerserve/SmartPi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
43 lines (42 loc) · 2.02 KB
/
go.mod
File metadata and controls
43 lines (42 loc) · 2.02 KB
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
module github.com/nDenerserve/SmartPi
require (
github.com/bgentry/speakeasy v0.1.0 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/eclipse/paho.mqtt.golang v1.1.1
github.com/fatih/color v1.7.0
github.com/fatih/structs v1.1.0
github.com/fsnotify/fsnotify v1.4.7
github.com/goburrow/modbus v0.1.0
github.com/goburrow/serial v0.1.0
github.com/golang/protobuf v1.3.1 // indirect
github.com/gopherjs/gopherjs v0.0.0-20190309154008-847fc94819f9 // indirect
github.com/gorilla/context v1.1.1
github.com/gorilla/mux v1.7.0
github.com/influxdata/influxdb1-client v0.0.0-20190402204710-8ff2fc3824fc
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mattn/go-colorable v0.1.1
github.com/mattn/go-isatty v0.0.5
github.com/mattn/go-sqlite3 v1.10.0
github.com/msteinert/pam v0.0.0-20190215180659-f29b9f28d6f9
github.com/nDenerserve/mbserver v0.0.0-20190424130445-5ba17eeab6ce
github.com/nathan-osman/go-rpigpio v0.0.0-20160701025123-bce6190607da
github.com/oleiade/reflections v0.0.0-20160817071559-0e86b3c98b2f
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
github.com/prometheus/common v0.2.0
github.com/prometheus/procfs v0.0.0-20190315082738-e56f2e22fc76 // indirect
github.com/secsy/goftp v0.0.0-20180816013212-012609e90524
github.com/sirupsen/logrus v1.4.0
github.com/smartystreets/assertions v0.0.0-20190215210624-980c5ac6f3ac // indirect
github.com/smartystreets/goconvey v0.0.0-20190306220146-200a235640ff // indirect
github.com/stretchr/testify v1.3.0 // indirect
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
github.com/tbrandon/mbserver v0.0.0-20170611213546-993e1772cc62
github.com/xiegeo/coloredgoroutine v0.1.1
github.com/xiegeo/modbusone v0.2.3
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a // indirect
golang.org/x/exp v0.0.0-20190312203227-4b39c73a6495
golang.org/x/net v0.0.0-20190313220215-9f648a60d977 // indirect
gopkg.in/ini.v1 v1.42.0
)