mirror of
https://github.com/cmur2/miflorad.git
synced 2024-11-14 08:56:16 +01:00
18 lines
733 B
Modula-2
18 lines
733 B
Modula-2
module miflorad
|
|
|
|
require (
|
|
github.com/coreos/go-systemd v0.0.0-20190401025500-95778dfbb74e // indirect
|
|
github.com/currantlabs/gatt v0.0.0-20161006170101-f949eac78f4e
|
|
github.com/eclipse/paho.mqtt.golang v1.2.0
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
github.com/go-ble/ble v0.0.0-20190521173423-147700f13610
|
|
github.com/mattn/go-colorable v0.1.1 // indirect
|
|
github.com/mattn/go-isatty v0.0.7 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
|
|
github.com/mgutz/logxi v0.0.0-20161027140823-aebf8a7d67ab // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/sirupsen/logrus v1.4.1 // indirect
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/net v0.0.0-20190501013750-9ce7a6920f09 // indirect
|
|
)
|