mirror of
https://github.com/taigrr/elevenlabs.git
synced 2026-04-02 03:08:57 -07:00
chore(deps): update Go to 1.26, bump purego, fix lint warning (#15)
- Updated Go version from 1.24.0 to 1.26.0 - Bumped ebitengine/purego v0.9.1 -> v0.10.0 - Removed dead code in SynthesisOptions.Clamp() (staticcheck S1002)
This commit is contained in:
4
go.mod
4
go.mod
@@ -1,12 +1,12 @@
|
||||
module github.com/taigrr/elevenlabs
|
||||
|
||||
go 1.24.0
|
||||
go 1.26.0
|
||||
|
||||
require github.com/gopxl/beep/v2 v2.1.1
|
||||
|
||||
require (
|
||||
github.com/ebitengine/oto/v3 v3.4.0 // indirect
|
||||
github.com/ebitengine/purego v0.9.1 // indirect
|
||||
github.com/ebitengine/purego v0.10.0 // indirect
|
||||
github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
golang.org/x/sys v0.41.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user