Web-based Winamp controller for CarPC � Go backend, mobile-first UI
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
264B

  1. module git.svabi.ch/jan/roadamp
  2. go 1.25.0
  3. require (
  4. github.com/bogem/id3v2/v2 v2.1.4 // indirect
  5. github.com/gorilla/websocket v1.5.3 // indirect
  6. golang.org/x/sys v0.45.0 // indirect
  7. golang.org/x/text v0.3.8 // indirect
  8. gopkg.in/yaml.v3 v3.0.1 // indirect
  9. )