prototooth/go.mod
Ayke van Laethem 602e656a6b
linux: improve scanning
By using the D-Bus APIs directly, I managed to avoid a deadlock that I
somehow couldn't work around with the go-bluetooth package.
2020-06-28 00:21:47 +02:00

11 lines
249 B
Modula-2

module github.com/tinygo-org/bluetooth
go 1.14
require (
github.com/go-ole/go-ole v1.2.4
github.com/godbus/dbus/v5 v5.0.3
github.com/muka/go-bluetooth v0.0.0-20200619025933-f6113f7141c5
golang.org/x/crypto v0.0.0-20200602180216-279210d13fed
)