miflorad/go.mod

16 lines
504 B
Modula-2
Raw Normal View History

2018-11-26 21:03:12 +01:00
module miflorad
go 1.11
2018-11-26 21:03:12 +01:00
require (
github.com/coreos/go-systemd v0.0.0-20190620071333-e64a0ec8b42a // indirect
github.com/currantlabs/gatt v0.0.0-20161006170101-f949eac78f4e
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
github.com/go-ble/ble v0.0.0-20200110180828-67ae73546023
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.1 // indirect
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 // indirect
2018-11-26 21:03:12 +01:00
)