bluetooth/go.mod

16 lines
447 B
Modula-2
Raw Normal View History

module tinygo.org/x/bluetooth
go 1.15
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-20220323170840-382ca1d29f29
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/tinygo-org/cbgo v0.0.4
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
tinygo.org/x/drivers v0.20.0
tinygo.org/x/tinyterm v0.1.0
)