update deps

This commit is contained in:
2025-03-03 11:17:49 -08:00
parent 93af72dc7c
commit 77d17e20fb
2 changed files with 15 additions and 4 deletions

11
go.mod
View File

@@ -1,6 +1,8 @@
module github.com/taigrr/elevenlabs
go 1.20
go 1.23.0
toolchain go1.24.0
require github.com/faiface/beep v1.1.0
@@ -9,7 +11,8 @@ require (
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/image v0.12.0 // indirect
golang.org/x/mobile v0.0.0-20230906132913-2077a3224571 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/exp/shiny v0.0.0-20250228200357-dead58393ab7 // indirect
golang.org/x/image v0.24.0 // indirect
golang.org/x/mobile v0.0.0-20250218173827-cd096645fcd3 // indirect
golang.org/x/sys v0.30.0 // indirect
)