Initial commit

This commit is contained in:
skidoodle 2024-05-28 10:55:29 +02:00
commit d3d2cbd9d0
11 changed files with 1031 additions and 0 deletions

12
go.mod Normal file
View 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