mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-07-31 13:07:48 +00:00
13 lines
286 B
Modula-2
13 lines
286 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 // indirect
|
|
tinygo.org/x/tinyfont v0.2.1
|
|
tinygo.org/x/tinyfs v0.1.0
|
|
tinygo.org/x/tinyterm v0.1.0
|
|
)
|