update to newer sound package

This commit is contained in:
2025-07-04 19:22:42 -07:00
parent c5609d07e9
commit b179ed7944
4 changed files with 27 additions and 107 deletions

9
go.mod
View File

@@ -4,15 +4,12 @@ go 1.23.0
toolchain go1.24.0
require github.com/faiface/beep v1.1.0
require github.com/gopxl/beep/v2 v2.1.1
require (
github.com/ebitengine/oto/v3 v3.3.2 // indirect
github.com/ebitengine/purego v0.8.0 // indirect
github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
github.com/hajimehoshi/oto v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
golang.org/x/exp/shiny v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
golang.org/x/image v0.26.0 // indirect
golang.org/x/mobile v0.0.0-20250408133729-978277e7eaf7 // indirect
golang.org/x/sys v0.32.0 // indirect
)