mirror of
https://github.com/skidoodle/spotify-ws.git
synced 2025-02-15 06:09:14 +01:00
13 lines
254 B
Modula-2
13 lines
254 B
Modula-2
module spotify-ws
|
|
|
|
go 1.22.4
|
|
|
|
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.24.0
|
|
)
|
|
|
|
require golang.org/x/sys v0.28.0 // indirect
|