prototooth/go.mod

24 lines
726 B
Modula-2

module git.tcp.direct/kayos/prototooth
go 1.19
require (
github.com/JuulLabs-OSS/cbgo v0.0.2
github.com/go-ole/go-ole v1.2.6
github.com/godbus/dbus/v5 v5.1.0
github.com/muka/go-bluetooth v0.0.0-20220819143208-8b1989180f4c
golang.org/x/crypto v0.0.0-20220817201139-bc19a97f63c8
tinygo.org/x/bluetooth v0.5.0
tinygo.org/x/drivers v0.22.0
tinygo.org/x/tinyterm v0.1.0
)
require (
github.com/fatih/structs v1.1.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/sirupsen/logrus v1.6.0 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
tinygo.org/x/tinyfont v0.3.0 // indirect
)