now-playing/go.mod
AKP 32863b1ad1
Add Dockerfile
The Go version had to be dropped since 1.24 is too new to have hit the repos yet.
2025-02-15 14:17:45 +00:00

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
)