-
- Downloads
initialize mqtt client
... | ... | @@ -3,6 +3,7 @@ module jonasled.dev/jonasled/ems-esp-logger |
go 1.23.4 | ||
require ( | ||
github.com/eclipse/paho.mqtt.golang v1.5.0 | ||
github.com/joho/godotenv v1.5.1 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/wind-c/comqtt/v2 v2.6.0 | ||
... | ... | @@ -10,9 +11,10 @@ require ( |
) | ||
require ( | ||
github.com/gorilla/websocket v1.5.1 // indirect | ||
github.com/gorilla/websocket v1.5.3 // indirect | ||
github.com/rs/xid v1.5.0 // indirect | ||
golang.org/x/net v0.27.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/sys v0.22.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
helper/generateRandomString.go
0 → 100644
mqttclient/main.go
0 → 100644
Please register or sign in to comment