mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-04 06:57:48 +00:00
ee70298bc4
Signed-off-by: deadprogram <ron@hybridgroup.com>
14 lines
330 B
Modula-2
14 lines
330 B
Modula-2
module tinygo.org/x/drivers
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.2.0
|
|
github.com/frankban/quicktest v1.10.2
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
|
|
tinygo.org/x/device v0.0.0-20220213155215-c873563f9ed5
|
|
tinygo.org/x/tinyfont v0.2.1
|
|
tinygo.org/x/tinyfs v0.1.0
|
|
tinygo.org/x/tinyterm v0.1.0
|
|
)
|