module tinygo.org/x/bluetooth go 1.15 require ( github.com/go-ole/go-ole v1.2.6 github.com/godbus/dbus/v5 v5.0.3 github.com/muka/go-bluetooth v0.0.0-20220830075246-0746e3a1ea53 github.com/saltosystems/winrt-go v0.0.0-20230613063811-c792451fa808 github.com/sirupsen/logrus v1.9.0 // indirect github.com/tinygo-org/cbgo v0.0.4 golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect tinygo.org/x/drivers v0.25.0 tinygo.org/x/tinyfont v0.4.0 // indirect tinygo.org/x/tinyterm v0.1.0 )