mirror of
https://github.com/skidoodle/spotify-ws
synced 2025-10-09 05:22:43 +02:00
10 lines
130 B
Modula-2
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
|
|
)
|