module github.com/OktopUSP/oktopus/ws go 1.24.0 require ( github.com/gorilla/mux v1.8.1 github.com/gorilla/websocket v1.5.3 github.com/joho/godotenv v1.5.1 github.com/nats-io/nats.go v1.48.0 google.golang.org/protobuf v1.36.11 ) require ( github.com/klauspost/compress v1.18.4 // indirect github.com/nats-io/nkeys v0.4.15 // indirect github.com/nats-io/nuid v1.0.1 // indirect golang.org/x/crypto v0.48.0 // indirect golang.org/x/sys v0.41.0 // indirect )