mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-07-26 10:38:41 +00:00
27 lines
617 B
Modula-2
27 lines
617 B
Modula-2
module tinygo.org/x/drivers
|
|
|
|
|
|
go 1.22.1
|
|
|
|
toolchain go1.23.1
|
|
|
|
|
|
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
|
|
github.com/orsinium-labs/tinymath v1.1.0
|
|
github.com/soypat/natiu-mqtt v0.5.1
|
|
github.com/stianeikeland/go-rpio/v4 v4.6.0
|
|
golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d
|
|
golang.org/x/net v0.33.0
|
|
tinygo.org/x/tinyfont v0.3.0
|
|
tinygo.org/x/tinyterm v0.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/kr/pretty v0.2.1 // indirect
|
|
github.com/kr/text v0.1.0 // indirect
|
|
)
|