improved function

This commit is contained in:
2024-12-19 18:20:43 +01:00
parent cdec626875
commit a12ebd132f
8 changed files with 177 additions and 138 deletions

9
go.mod
View File

@@ -1,12 +1,13 @@
module spotify-ws
go 1.22.3
go 1.22.4
require (
github.com/gorilla/websocket v1.5.1
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.20.0
golang.org/x/oauth2 v0.24.0
)
require golang.org/x/net v0.25.0 // indirect
require golang.org/x/sys v0.28.0 // indirect