forked from nDenerserve/SmartPi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 1.04 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/nDenerserve/SmartPi
require (
github.com/bgentry/speakeasy v0.1.0 // indirect
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/fatih/structs v1.1.0
github.com/fsnotify/fsnotify v1.4.9
github.com/goburrow/modbus v0.1.0 // indirect
github.com/goburrow/serial v0.1.0
github.com/gorilla/context v1.1.1
github.com/gorilla/mux v1.7.4
github.com/influxdata/influxdb1-client v0.0.0-20200515024757-02f0bf5dbca3
github.com/mattn/go-sqlite3 v2.0.3+incompatible
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/prometheus/client_golang v1.6.0
github.com/prometheus/common v0.10.0
github.com/secsy/goftp v0.0.0-20190720192957-f31499d7c79a
github.com/sirupsen/logrus v1.6.0
github.com/smartystreets/goconvey v1.6.4 // indirect
golang.org/x/exp v0.0.0-20200513190911-00229845015e
gopkg.in/ini.v1 v1.57.0
)
go 1.14