From 6395d6d953c5f2c9b7b9a77487e98650edc987bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:50:08 +0000 Subject: [PATCH] chore(deps): bump github.com/agentplexus/omnivoice-deepgram Bumps [github.com/agentplexus/omnivoice-deepgram](https://github.com/agentplexus/omnivoice-deepgram) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/agentplexus/omnivoice-deepgram/releases) - [Changelog](https://github.com/agentplexus/omnivoice-deepgram/blob/main/CHANGELOG.md) - [Commits](https://github.com/agentplexus/omnivoice-deepgram/compare/v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: github.com/agentplexus/omnivoice-deepgram dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 869f633..3da9c9a 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/agentplexus/go-elevenlabs v0.7.0 github.com/agentplexus/mcpkit v0.3.1 github.com/agentplexus/omnivoice v0.3.0 - github.com/agentplexus/omnivoice-deepgram v0.1.0 + github.com/agentplexus/omnivoice-deepgram v0.2.0 github.com/agentplexus/omnivoice-twilio v0.1.2 github.com/modelcontextprotocol/go-sdk v1.2.0 ) diff --git a/go.sum b/go.sum index 210452d..4c738a9 100644 --- a/go.sum +++ b/go.sum @@ -10,8 +10,8 @@ github.com/agentplexus/ogen-tools v0.1.1 h1:uj3U/YEaykEjt1VBsaAGUpsolYSoaeGPjpzp github.com/agentplexus/ogen-tools v0.1.1/go.mod h1:IVRZVeR/MmXwAKGsh+AxBxG9TQ63cBuAUILxP4nrumY= 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-deepgram v0.2.0 h1:4Hpat0subiCYCS9oW+6lE5WBe8Aa6BTzuEGjjPkSv8g= +github.com/agentplexus/omnivoice-deepgram v0.2.0/go.mod h1:Dtvagj2ciVLUe54URZOmH2azYB8RQOLPFC0sF7KcSCg= github.com/agentplexus/omnivoice-twilio v0.1.2 h1:K6zmjzNXW0Dzf5NX551fTEc6xP1Xqdac3dAIpH8uCho= github.com/agentplexus/omnivoice-twilio v0.1.2/go.mod h1:6pC+MMA9+JGL2N3clVK/eW3dQ8A/7j8TRrbRuDRg7hE= github.com/bahlo/generic-list-go v0.2.0 h1:5sz/EEAK+ls5wF+NeqDpk5+iNdMDXrh3z3nPnH1Wvgk=