diff --git a/go.mod b/go.mod index 1174b6d..c33bf93 100644 --- a/go.mod +++ b/go.mod @@ -4,9 +4,9 @@ go 1.24.11 require ( github.com/agentplexus/assistantkit v0.6.0 - github.com/agentplexus/go-elevenlabs v0.6.0 + github.com/agentplexus/go-elevenlabs v0.7.0 github.com/agentplexus/mcpkit v0.3.1 - github.com/agentplexus/omnivoice v0.2.0 + github.com/agentplexus/omnivoice v0.3.0 github.com/agentplexus/omnivoice-deepgram v0.1.0 github.com/agentplexus/omnivoice-twilio v0.1.1 github.com/modelcontextprotocol/go-sdk v1.2.0 diff --git a/go.sum b/go.sum index 0af17d9..37f9e5e 100644 --- a/go.sum +++ b/go.sum @@ -1,13 +1,13 @@ github.com/agentplexus/assistantkit v0.6.0 h1:lqHh1an1Se5ujGnSCHM1FrSrPenyDyW9/1AWTCPZaVA= github.com/agentplexus/assistantkit v0.6.0/go.mod h1:eMTukO22akPWw6pmdzAiCBXI1k2gdGbcsf3r/AWcj68= -github.com/agentplexus/go-elevenlabs v0.6.0 h1:04aVcICv8vSvbnSzw075x9PdO7HnkSQBKkI6zeYByFI= -github.com/agentplexus/go-elevenlabs v0.6.0/go.mod h1:VqnIzhyFwbvj/l8vBVEjp301drGaaBfoMAKIaFDTS/Y= +github.com/agentplexus/go-elevenlabs v0.7.0 h1:rWOwyQwnCiCU5qeoK2M29QMxeOFhjrQTc4dWQC4Dv8g= +github.com/agentplexus/go-elevenlabs v0.7.0/go.mod h1:VGZFOo1BgXmmMiZT9LPgyge40iLAzsuKQ6ni5behjTU= github.com/agentplexus/mcpkit v0.3.1 h1:+NA1U3tq0Kb6w3xQE+ZQcuAcDGyhbi0HKwHPh10jS68= github.com/agentplexus/mcpkit v0.3.1/go.mod h1:r8AJFyvm9RU3OffftSbK5ZeJ2T5BrlI9jxXGE9+doWk= github.com/agentplexus/ogen-tools v0.1.1 h1:uj3U/YEaykEjt1VBsaAGUpsolYSoaeGPjpzpIaeXaSg= github.com/agentplexus/ogen-tools v0.1.1/go.mod h1:IVRZVeR/MmXwAKGsh+AxBxG9TQ63cBuAUILxP4nrumY= -github.com/agentplexus/omnivoice v0.2.0 h1:r8SP5fCVE88ZrGESE0QYBY1vVMeLtRWKhcwsaIaSiVE= -github.com/agentplexus/omnivoice v0.2.0/go.mod h1:LfxHfgrgrBg5isbaggYMpnwkN+zrCD1ziQA6StOMvkQ= +github.com/agentplexus/omnivoice v0.3.0 h1:O6uIbUXZzAuWyMB465QKNRIb2pHTAifGk19pFpr1vrY= +github.com/agentplexus/omnivoice v0.3.0/go.mod h1:LfxHfgrgrBg5isbaggYMpnwkN+zrCD1ziQA6StOMvkQ= github.com/agentplexus/omnivoice-deepgram v0.1.0 h1:dwtWVIZAfG23jy24N2dNjgqYUIR8I42iZkhf8cPO1IM= github.com/agentplexus/omnivoice-deepgram v0.1.0/go.mod h1:9U1yHRlC4wDPJAKx5MGiCBvVWTcvBXTZbWsiIcWCHrU= github.com/agentplexus/omnivoice-twilio v0.1.1 h1:0k/Vb9bAyNM2MFt1lzNTsMLtbdJ9B3ZZfsgQhTmexK0=