Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 22 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/plexusone/omnillm v0.13.0
github.com/plexusone/omniobserve v0.7.0
github.com/plexusone/omniserp v0.8.0
github.com/plexusone/omnivoice v0.6.0
github.com/plexusone/omnivoice v0.7.0
github.com/spf13/cobra v1.10.2
github.com/tetratelabs/wazero v1.11.0
gopkg.in/yaml.v3 v3.0.1
Expand All @@ -39,20 +39,22 @@ require (
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/dvonthenen/websocket v1.5.1-dyv.2 // indirect
github.com/elliotchance/orderedmap/v3 v3.1.0 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/fatih/color v1.19.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-faster/errors v0.7.1 // indirect
github.com/go-faster/jx v1.2.0 // indirect
github.com/go-faster/yaml v0.4.6 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/s2a-go v0.1.9 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.12 // indirect
github.com/googleapis/gax-go/v2 v2.17.0 // indirect
github.com/gorilla/schema v1.4.1 // indirect
github.com/grokify/mogo v0.73.2 // indirect
github.com/grokify/mogo v0.74.0 // indirect
github.com/grokify/sogo v0.14.0 // indirect
github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
Expand All @@ -65,21 +67,25 @@ require (
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.1 // indirect
github.com/petermattis/goid v0.0.0-20260226131333-17d1149c6ac6 // indirect
github.com/plexusone/elevenlabs-go v0.9.0 // indirect
github.com/plexusone/ogen-tools v0.2.0 // indirect
github.com/plexusone/omnivoice-core v0.5.0 // indirect
github.com/plexusone/omnivoice-deepgram v0.4.0 // indirect
github.com/plexusone/omnivoice-openai v0.1.0 // indirect
github.com/plexusone/omnivoice-twilio v0.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/plexusone/elevenlabs-go v0.9.1 // indirect
github.com/plexusone/ogen-tools v0.2.1 // indirect
github.com/plexusone/omnivoice-core v0.6.0 // indirect
github.com/plexusone/omnivoice-deepgram v0.4.1 // indirect
github.com/plexusone/omnivoice-openai v0.1.1 // indirect
github.com/plexusone/omnivoice-telnyx v0.1.0 // indirect
github.com/plexusone/omnivoice-twilio v0.3.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rs/zerolog v1.34.0 // indirect
github.com/segmentio/asm v1.2.1 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
github.com/spf13/pflag v1.0.10 // indirect
github.com/team-telnyx/telnyx-go/v4 v4.51.0 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.2.0 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
github.com/twilio/twilio-go v1.30.3 // indirect
github.com/vektah/gqlparser/v2 v2.5.32 // indirect
github.com/ysmood/fetchup v0.2.3 // indirect
github.com/ysmood/goob v0.4.0 // indirect
Expand All @@ -96,13 +102,13 @@ require (
go.opentelemetry.io/otel/trace v1.42.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.1 // indirect
golang.org/x/crypto v0.48.0 // indirect
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa // indirect
golang.org/x/net v0.51.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/term v0.40.0 // indirect
golang.org/x/text v0.34.0 // indirect
golang.org/x/crypto v0.49.0 // indirect
golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 // indirect
golang.org/x/net v0.52.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/term v0.41.0 // indirect
golang.org/x/text v0.35.0 // indirect
google.golang.org/genai v1.48.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 // indirect
google.golang.org/grpc v1.79.1 // indirect
Expand Down
Loading
Loading