prototooth/go.mod
2020-05-31 16:45:26 +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-20200518110738-ed2c87e2f9fa
)