vibe-proxy/backend/examples/realtime-openai-go/go.mod
2026-08-24 00:10:41 +02:00

15 lines
371 B
Modula-2

module github.com/router-for-me/CLIProxyAPI/v7/examples/realtime-openai-go
go 1.26.0
require (
github.com/gorilla/websocket v1.5.3
github.com/openai/openai-go/v3 v3.50.0
)
require (
github.com/tidwall/gjson v1.19.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
)