-
- Downloads
write new messages to ZeroMQ broker
... | @@ -5,6 +5,7 @@ go 1.23.4 | ... | @@ -5,6 +5,7 @@ go 1.23.4 |
require ( | require ( | ||
github.com/eclipse/paho.mqtt.golang v1.5.0 | github.com/eclipse/paho.mqtt.golang v1.5.0 | ||
github.com/joho/godotenv v1.5.1 | github.com/joho/godotenv v1.5.1 | ||
github.com/pebbe/zmq4 v1.2.11 | |||
github.com/sirupsen/logrus v1.9.3 | github.com/sirupsen/logrus v1.9.3 | ||
github.com/wind-c/comqtt/v2 v2.6.0 | github.com/wind-c/comqtt/v2 v2.6.0 | ||
gopkg.in/natefinch/lumberjack.v2 v2.2.1 | gopkg.in/natefinch/lumberjack.v2 v2.2.1 | ||
... | ... |
zeromq/main.go
0 → 100644
Please register or sign in to comment