protomolecule/go.mod

14 lines
386 B
Modula-2
Raw Normal View History

2021-04-03 04:55:27 +00:00
module protomolecule
go 1.16
require (
github.com/fatih/color v1.10.0
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/godbus/dbus/v5 v5.0.4 // indirect
github.com/muka/go-bluetooth v0.0.0-20201211051136-07f31c601d33 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
golang.org/x/sys v0.0.0-20210414055047-fe65e336abe0 // indirect
tinygo.org/x/bluetooth v0.3.0
2021-04-03 04:55:27 +00:00
)