mirror of
https://github.com/taigrr/elevenlabs-mcp.git
synced 2026-04-02 03:08:57 -07:00
20 lines
530 B
Modula-2
20 lines
530 B
Modula-2
module github.com/taigrr/elevenlabs-mcp
|
|
|
|
go 1.25.2
|
|
|
|
require (
|
|
github.com/gopxl/beep/v2 v2.1.1
|
|
github.com/modelcontextprotocol/go-sdk v1.0.0
|
|
github.com/taigrr/elevenlabs v0.1.18
|
|
)
|
|
|
|
require (
|
|
github.com/ebitengine/oto/v3 v3.3.3 // indirect
|
|
github.com/ebitengine/purego v0.8.4 // indirect
|
|
github.com/google/jsonschema-go v0.3.0 // indirect
|
|
github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
|
|
golang.org/x/sys v0.35.0 // indirect
|
|
)
|