forked from deepgram/deepgram-go-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (23 loc) · 785 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/deepgram/deepgram-go-sdk
go 1.19
require (
github.com/dvonthenen/websocket v1.5.1-dyv.2
github.com/gordonklaus/portaudio v0.0.0-20230709114228-aafa478834f5
github.com/gorilla/schema v1.3.0
github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f
github.com/youpy/go-wav v0.3.2
k8s.io/klog/v2 v2.110.1
)
require (
github.com/google/go-cmp v0.5.9 // indirect
github.com/jarcoal/httpmock v1.3.0
)
require (
github.com/fatih/color v1.15.0 // indirect
github.com/go-logr/logr v1.3.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/youpy/go-riff v0.1.0 // indirect
github.com/zaf/g711 v0.0.0-20190814101024-76a4a538f52b // indirect
golang.org/x/sys v0.6.0 // indirect
)