prototooth/go.mod
2020-06-02 23:57:51 +02:00

9 lines
159 B
Modula-2

module github.com/tinygo-org/bluetooth
go 1.14
require (
github.com/go-ole/go-ole v1.2.4
github.com/muka/go-bluetooth v0.0.0-20200601103727-d7408229e514
)