feat: add AI limits MQTT service

This commit is contained in:
Gemma
2026-05-21 09:32:37 +02:00
commit 0788cffc88
7 changed files with 738 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module ai-limits-mqtt
go 1.23
require github.com/eclipse/paho.mqtt.golang v1.5.0
require (
github.com/gorilla/websocket v1.5.3 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sync v0.7.0 // indirect
)