module github.com/OktopUSP/oktopus/backend/services/mtp/ws-adapter go 1.23.0 toolchain go1.23.4 require ( github.com/google/uuid v1.6.0 github.com/gorilla/websocket v1.5.1 github.com/joho/godotenv v1.5.1 github.com/nats-io/nats.go v1.35.0 golang.org/x/sys v0.33.0 google.golang.org/protobuf v1.34.1 ) require ( 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.38.0 // indirect golang.org/x/net v0.40.0 // indirect golang.org/x/text v0.25.0 // indirect )