module github.com/OktopUSP/oktopus/backend/services/mqtt-adapter go 1.22.0 require ( github.com/eclipse/paho.golang v0.21.0 github.com/google/uuid v1.6.0 github.com/joho/godotenv v1.5.1 github.com/nats-io/nats.go v1.35.0 golang.org/x/sys v0.28.0 ) require ( github.com/gorilla/websocket v1.5.1 // indirect github.com/klauspost/compress v1.17.8 // indirect github.com/nats-io/nkeys v0.4.7 // indirect github.com/nats-io/nuid v1.0.1 // indirect golang.org/x/crypto v0.31.0 // indirect golang.org/x/net v0.25.0 // indirect golang.org/x/text v0.21.0 // indirect )