module spotify-ws go 1.22.3 require ( github.com/gorilla/websocket v1.5.1 github.com/joho/godotenv v1.5.1 github.com/zmb3/spotify v1.3.0 golang.org/x/oauth2 v0.20.0 ) require golang.org/x/net v0.25.0 // indirect