mirror of
https://github.com/skidoodle/spotify-ws
synced 2025-10-09 05:22:43 +02:00
improved function
This commit is contained in:
9
go.mod
9
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user