miflorad/go.mod

14 lines
382 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/currantlabs/gatt v0.0.0-20161006170101-f949eac78f4e
2020-01-20 19:42:21 +01:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/eclipse/paho.mqtt.golang v1.2.0
2020-01-20 19:42:21 +01:00
github.com/go-ble/ble v0.0.0-20200120171844-0a73a9da88eb
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 // indirect
2018-11-26 21:03:12 +01:00
)