module git.cactoz.su/cacto/home_automatization/services/device-control-service go 1.25.0 require ( git.cactoz.su/cacto/home_automatization/proto v0.0.0 github.com/alicebob/miniredis/v2 v2.38.0 github.com/eclipse/paho.mqtt.golang v1.5.1 github.com/rabbitmq/amqp091-go v1.13.0 github.com/redis/go-redis/v9 v9.21.0 google.golang.org/grpc v1.82.1 ) require ( github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/gorilla/websocket v1.5.3 // indirect github.com/yuin/gopher-lua v1.1.1 // indirect go.uber.org/atomic v1.11.0 // indirect golang.org/x/net v0.53.0 // indirect golang.org/x/sync v0.20.0 // indirect golang.org/x/sys v0.43.0 // indirect golang.org/x/text v0.36.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478 // indirect google.golang.org/protobuf v1.36.11 // indirect ) replace git.cactoz.su/cacto/home_automatization/proto => ../../proto