unos/now-playing/go.mod

13 lines
337 B
Modula-2
Raw Normal View History

2024-03-18 14:00:16 +00:00
module now-playing
go 1.22
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/zmb3/spotify/v2 v2.4.1 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.0.0-20210810183815-faf39c7919d5 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)