2018-11-26 21:03:12 +01:00
|
|
|
module miflorad
|
|
|
|
|
2022-08-03 16:44:46 +02:00
|
|
|
go 1.19
|
2019-07-08 08:52:19 +02:00
|
|
|
|
2018-11-26 21:03:12 +01:00
|
|
|
require (
|
2018-11-30 15:21:58 +01:00
|
|
|
github.com/currantlabs/gatt v0.0.0-20161006170101-f949eac78f4e
|
2024-08-01 03:21:44 +02:00
|
|
|
github.com/eclipse/paho.mqtt.golang v1.5.0
|
2020-01-20 19:42:21 +01:00
|
|
|
github.com/go-ble/ble v0.0.0-20200120171844-0a73a9da88eb
|
2022-03-17 15:17:23 +01:00
|
|
|
github.com/pkg/errors v0.9.1
|
2024-03-14 01:02:51 +01:00
|
|
|
github.com/stretchr/testify v1.9.0
|
2022-03-17 15:17:23 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2024-08-01 03:21:44 +02:00
|
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
2023-02-21 12:48:48 +01:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
2022-01-07 12:07:14 +01:00
|
|
|
github.com/mgutz/logxi v0.0.0-20161027140823-aebf8a7d67ab // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-02-21 12:48:48 +01:00
|
|
|
github.com/raff/goble v0.0.0-20200327175727-d63360dcfd80 // indirect
|
2024-08-01 03:21:44 +02:00
|
|
|
golang.org/x/net v0.27.0 // indirect
|
|
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
|
|
golang.org/x/sys v0.22.0 // indirect
|
2022-06-09 03:52:03 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2018-11-26 21:03:12 +01:00
|
|
|
)
|