forked from reef-pi/reef-pi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 1.02 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/reef-pi/reef-pi
go 1.16
require (
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
github.com/coreos/go-systemd/v22 v22.3.0
github.com/dustin/go-humanize v1.0.0
github.com/eclipse/paho.mqtt.golang v1.3.2
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/godbus/dbus/v5 v5.0.4
github.com/google/go-querystring v1.1.0 // indirect
github.com/gorilla/mux v1.8.0
github.com/gorilla/sessions v1.2.1
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/common v0.20.0
github.com/reef-pi/adafruitio v0.0.0-20171007064130-a3cae37cdd64
github.com/reef-pi/drivers v0.0.0-20210110203223-b6fe7eebbe43
github.com/reef-pi/hal v0.0.0-20210110194416-096527efd4a0
github.com/reef-pi/rpi v0.0.0-20210110201913-52ed585757e0
github.com/robfig/cron/v3 v3.0.1
github.com/shirou/gopsutil v3.21.2+incompatible
go.etcd.io/bbolt v1.3.5
golang.org/x/net v0.0.0-20210330230544-e57232859fb2 // indirect
gopkg.in/yaml.v2 v2.4.0
)