miflorad/go.mod

20 lines
866 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-20181002102605-e78417b510a3
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/muka/ble v0.0.0-20190208063703-c5982255bf40 // indirect
github.com/muka/go-bluetooth v0.0.0-20190415005617-5c67d8618acd
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-20190301014737-92fc7df08ae7 // indirect
)