mirror of
https://github.com/taigrr/elevenlabs.git
synced 2026-04-01 18:58:52 -07:00
chore: update dependencies, fix vet warning (#14)
- Bump go directive from 1.23 to 1.24 - Update ebitengine/oto/v3 v3.3.2 → v3.4.0 - Update ebitengine/purego v0.8.0 → v0.9.1 - Update golang.org/x/sys v0.32.0 → v0.41.0 - Fix fmt.Sprintf with non-format string in stt.go
This commit is contained in:
10
go.mod
10
go.mod
@@ -1,15 +1,13 @@
|
||||
module github.com/taigrr/elevenlabs
|
||||
|
||||
go 1.23.0
|
||||
|
||||
toolchain go1.24.0
|
||||
go 1.24.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/ebitengine/oto/v3 v3.4.0 // indirect
|
||||
github.com/ebitengine/purego v0.9.1 // indirect
|
||||
github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
golang.org/x/sys v0.32.0 // indirect
|
||||
golang.org/x/sys v0.41.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user