This commit is contained in:
2025-10-03 00:15:02 +02:00
parent c9806d5fe9
commit 71e16acf9a
20 changed files with 599 additions and 419 deletions

12
go.mod
View File

@@ -1,13 +1,9 @@
module skidoodle/spotify-ws
module spotify-ws
go 1.24.0
go 1.25.1
require (
github.com/gorilla/websocket v1.5.3
github.com/joho/godotenv v1.5.1
github.com/sirupsen/logrus v1.9.3
github.com/zmb3/spotify v1.3.0
golang.org/x/oauth2 v0.27.0
golang.org/x/net v0.44.0
golang.org/x/oauth2 v0.31.0
)
require golang.org/x/sys v0.30.0 // indirect