2018-11-26 21:03:12 +01:00
|
|
|
module miflorad
|
|
|
|
|
|
|
|
require (
|
2019-04-01 08:04:48 +02:00
|
|
|
github.com/coreos/go-systemd v0.0.0-20190401025500-95778dfbb74e // indirect
|
2018-11-30 15:21:58 +01:00
|
|
|
github.com/currantlabs/gatt v0.0.0-20161006170101-f949eac78f4e
|
2019-04-19 11:23:08 +02:00
|
|
|
github.com/eclipse/paho.mqtt.golang v1.2.0
|
2018-11-26 21:03:12 +01:00
|
|
|
github.com/fatih/structs v1.1.0 // indirect
|
2019-05-21 19:34:30 +02:00
|
|
|
github.com/go-ble/ble v0.0.0-20190521173423-147700f13610
|
2019-02-22 21:53:33 +01:00
|
|
|
github.com/mattn/go-colorable v0.1.1 // indirect
|
2019-03-12 16:14:38 +01:00
|
|
|
github.com/mattn/go-isatty v0.0.7 // indirect
|
2018-11-30 15:21:58 +01:00
|
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
|
|
|
|
github.com/mgutz/logxi v0.0.0-20161027140823-aebf8a7d67ab // indirect
|
2019-01-05 11:15:56 +01:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-04-03 07:28:25 +02:00
|
|
|
github.com/sirupsen/logrus v1.4.1 // indirect
|
2019-01-05 22:26:03 +01:00
|
|
|
github.com/stretchr/testify v1.3.0
|
2019-05-02 09:36:58 +02:00
|
|
|
golang.org/x/net v0.0.0-20190501013750-9ce7a6920f09 // indirect
|
2018-11-26 21:03:12 +01:00
|
|
|
)
|