From 9d3e0c0f2e30dc43d1e3a1bb316d6af918bd8309 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 29 Sep 2024 12:38:30 +0200 Subject: Add web radio player app as MVP While streaming to soundbox devices is not supported this MVP is a working mpv-based GUI to play sound from web radio URLs on a Linux computer. --- go.mod | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..01240cb --- /dev/null +++ b/go.mod @@ -0,0 +1,16 @@ +module xengineering.eu/soundbox + +go 1.22.5 + +require gioui.org v0.7.1 + +require ( + gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2 // indirect + gioui.org/shader v1.0.8 // indirect + github.com/go-text/typesetting v0.1.1 // indirect + golang.org/x/exp v0.0.0-20240707233637-46b078467d37 // indirect + golang.org/x/exp/shiny v0.0.0-20240707233637-46b078467d37 // indirect + golang.org/x/image v0.18.0 // indirect + golang.org/x/sys v0.22.0 // indirect + golang.org/x/text v0.16.0 // indirect +) -- cgit v1.2.3-70-g09d2