mirror of https://github.com/cmur2/miflorad.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
932 B
20 lines
932 B
module miflorad |
|
|
|
require ( |
|
github.com/coreos/go-systemd v0.0.0-20181031085051-9002847aa142 // indirect |
|
github.com/currantlabs/gatt v0.0.0-20161006170101-f949eac78f4e |
|
github.com/eclipse/paho.mqtt.golang v1.1.1 |
|
github.com/fatih/structs v1.1.0 // indirect |
|
github.com/go-ble/ble v0.0.0-20181002102605-e78417b510a3 |
|
github.com/godbus/dbus v0.0.0-20181031085051-66d97ae // indirect |
|
github.com/mattn/go-colorable v0.0.9 // indirect |
|
github.com/mattn/go-isatty v0.0.4 // indirect |
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect |
|
github.com/mgutz/logxi v0.0.0-20161027140823-aebf8a7d67ab // indirect |
|
github.com/muka/ble v0.0.0-20180314094923-5613a57406d1 // indirect |
|
github.com/muka/go-bluetooth v0.0.0-20190123084403-a5ba83cc4d9b |
|
github.com/pkg/errors v0.8.1 |
|
github.com/sirupsen/logrus v1.3.0 // indirect |
|
github.com/stretchr/testify v1.3.0 |
|
golang.org/x/net v0.0.0-20190111034749-915654e7eabc // indirect |
|
)
|
|
|