mirror of
https://github.com/taigrr/elevenlabs.git
synced 2026-04-02 03:08:57 -07:00
16 lines
349 B
Modula-2
16 lines
349 B
Modula-2
module github.com/taigrr/elevenlabs
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.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/hajimehoshi/go-mp3 v0.3.4 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
)
|