1
0
mirror of https://github.com/cmur2/miflorad.git synced 2025-06-26 22:30:24 +02:00
This commit is contained in:
Jan Graichen
2018-11-26 21:03:12 +01:00
commit c1c348db75
3 changed files with 115 additions and 0 deletions

11
go.mod Normal file
View File

@ -0,0 +1,11 @@
module miflorad
require (
github.com/coreos/go-systemd v0.0.0-20181031085051-9002847aa142 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/godbus/dbus v0.0.0-20181031085051-66d97ae // indirect
github.com/muka/ble v0.0.0-20180314094923-5613a57406d1 // indirect
github.com/muka/go-bluetooth v0.0.0-20181012115104-31d8f53bf9a1
github.com/pkg/errors v0.8.0 // indirect
github.com/sirupsen/logrus v1.2.0
)