You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
module brainbaking.com/phomemoprinter
|
|
|
|
|
|
|
|
go 1.19
|
|
|
|
|
|
|
|
require tinygo.org/x/bluetooth v0.6.0
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
|
|
github.com/godbus/dbus/v5 v5.0.3 // indirect
|
|
|
|
github.com/muka/go-bluetooth v0.0.0-20220830075246-0746e3a1ea53 // indirect
|
|
|
|
github.com/saltosystems/winrt-go v0.0.0-20220826130236-ddc8202da421 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.9.0 // indirect
|
|
|
|
github.com/tinygo-org/cbgo v0.0.4 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
|
|
|
|
)
|