17 lines
351 B
Modula-2
17 lines
351 B
Modula-2
module now-playing
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/zmb3/spotify/v2 v2.4.1
|
|
golang.org/x/oauth2 v0.0.0-20210810183815-faf39c7919d5
|
|
gopkg.in/ini.v1 v1.67.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
)
|