mirror of
https://github.com/taigrr/elevenlabs-mcp.git
synced 2026-04-02 03:08:57 -07:00
29 lines
862 B
Modula-2
29 lines
862 B
Modula-2
module github.com/taigrr/elevenlabs-mcp
|
|
|
|
go 1.23.2
|
|
|
|
toolchain go1.24.6
|
|
|
|
require (
|
|
github.com/gopxl/beep/v2 v2.1.1
|
|
github.com/mark3labs/mcp-go v0.37.0
|
|
github.com/taigrr/elevenlabs v0.1.18
|
|
)
|
|
|
|
require (
|
|
github.com/bahlo/generic-list-go v0.2.0 // indirect
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
|
github.com/ebitengine/oto/v3 v3.3.2 // indirect
|
|
github.com/ebitengine/purego v0.8.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
|
|
github.com/invopop/jsonschema v0.13.0 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/spf13/cast v1.7.1 // indirect
|
|
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
|
|
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|