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.

10 line
180B

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