mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-07-26 10:38:41 +00:00
331a60ce2d
Signed-off-by: deadprogram <ron@hybridgroup.com>
13 lines
306 B
Modula-2
13 lines
306 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
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
|
|
tinygo.org/x/tinyfont v0.3.0
|
|
tinygo.org/x/tinyterm v0.1.0
|
|
)
|