Web-based Winamp controller for CarPC � Go backend, mobile-first UI
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
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. )