Files
drivers/go.mod
T
2023-05-20 09:38:16 +02:00

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
)