prototooth/go.mod

9 lines
159 B
Modula-2
Raw Normal View History

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
)