mirror of
https://github.com/skidoodle/spotify-ws.git
synced 2025-02-15 06:09:14 +01:00
Initial commit
This commit is contained in:
commit
d3d2cbd9d0
11 changed files with 1031 additions and 0 deletions
12
go.mod
Normal file
12
go.mod
Normal file
|
@ -0,0 +1,12 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue