2023-12-04 01:24:00 +01:00
|
|
|
module radiospiral.net/m
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
2023-12-06 16:27:24 +01:00
|
|
|
require (
|
|
|
|
fyne.io/fyne/v2 v2.4.2
|
|
|
|
github.com/ebitengine/oto/v3 v3.1.0 // indirect
|
|
|
|
github.com/ebitengine/purego v0.5.1 // indirect
|
|
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
|
|
)
|