mirror of
https://github.com/skidoodle/spotify-ws
synced 2026-04-28 11:17:40 +02:00
13 lines
219 B
Modula-2
13 lines
219 B
Modula-2
module spotify-ws
|
|
|
|
go 1.22.3
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.1
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/zmb3/spotify v1.3.0
|
|
golang.org/x/oauth2 v0.20.0
|
|
)
|
|
|
|
require golang.org/x/net v0.25.0 // indirect
|