-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
42 lines (38 loc) · 1.48 KB
/
go.mod
File metadata and controls
42 lines (38 loc) · 1.48 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
module com.deablabs.teno-voice
go 1.20
require (
github.com/Jeffail/gabs/v2 v2.7.0
github.com/Netflix/go-env v0.0.0-20220526054621-78278af1949d
github.com/disgoorg/disgo v0.16.7
github.com/disgoorg/log v1.2.1
github.com/disgoorg/snowflake/v2 v2.0.1
github.com/go-chi/chi v1.5.4
github.com/joho/godotenv v1.5.1
github.com/redis/go-redis/v9 v9.0.5
mccoy.space/g/ogg v0.0.0-20221103053400-1ea94e6f3152
)
require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/dlclark/regexp2 v1.10.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.14.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/pkoukk/tiktoken-go v0.1.5 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
)
require (
github.com/disgoorg/json v1.1.0 // indirect
github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f
github.com/google/go-querystring v1.1.0
github.com/gorilla/websocket v1.5.0
github.com/sasha-s/go-csync v0.0.0-20210812194225-61421b77c44b // indirect
github.com/sashabaranov/go-openai v1.14.1
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b // indirect
golang.org/x/sys v0.10.0 // indirect
)