Files
spotify-ws/go.mod
2025-10-03 00:15:02 +02:00

10 lines
130 B
Modula-2

module spotify-ws
go 1.25.1
require (
github.com/joho/godotenv v1.5.1
golang.org/x/net v0.44.0
golang.org/x/oauth2 v0.31.0
)