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