tinygo.org/x/drivers@v0.27.1-0.20240509133757-7dbca2a54349/go.mod (about) 1 module tinygo.org/x/drivers 2 3 go 1.18 4 5 require ( 6 github.com/eclipse/paho.mqtt.golang v1.2.0 7 github.com/frankban/quicktest v1.10.2 8 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 9 github.com/soypat/natiu-mqtt v0.5.1 10 golang.org/x/net v0.7.0 11 tinygo.org/x/tinyfont v0.3.0 12 tinygo.org/x/tinyterm v0.1.0 13 ) 14 15 require ( 16 github.com/google/go-cmp v0.5.2 // indirect 17 github.com/kr/pretty v0.2.1 // indirect 18 github.com/kr/text v0.1.0 // indirect 19 golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect 20 )