18 lines
490 B
Modula-2
18 lines
490 B
Modula-2
module git.tdpain.net/codemicro/now-playing
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
crawshaw.dev/jsonfile v0.0.0-20240206193014-699d1dad804e
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/zmb3/spotify/v2 v2.4.3
|
|
golang.org/x/oauth2 v0.0.0-20210810183815-faf39c7919d5
|
|
maragu.dev/gomponents v1.0.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
golang.org/x/net v0.23.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
)
|