You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
409 B
Modula-2
15 lines
409 B
Modula-2
|
9 months ago
|
module go_mqtt
|
||
|
|
|
||
|
|
go 1.21.3
|
||
|
|
|
||
|
|
require github.com/eclipse/paho.mqtt.golang v1.4.2
|
||
|
|
|
||
|
|
require (
|
||
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
||
|
|
github.com/go-sql-driver/mysql v1.9.0 // indirect
|
||
|
|
github.com/google/uuid v1.6.0 // indirect
|
||
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
||
|
|
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect
|
||
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
||
|
|
)
|