diff options
Diffstat (limited to '')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,12 +3,11 @@ module pub go 1.25.5 require ( - github.com/eclipse/paho.mqtt.golang v1.5.1 + github.com/eclipse/paho.golang v0.23.0 github.com/joho/godotenv v1.5.1 ) require ( github.com/gorilla/websocket v1.5.3 // indirect golang.org/x/net v0.48.0 // indirect - golang.org/x/sync v0.19.0 // indirect ) |
