-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
34 lines (30 loc) · 1.19 KB
/
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
28
29
30
31
32
33
34
module github.com/go-zoox/openai-client
go 1.18
require (
github.com/go-zoox/core-utils v1.2.2
github.com/go-zoox/dotenv v1.2.3
github.com/go-zoox/fetch v1.7.5
github.com/go-zoox/testify v1.0.0
)
require (
github.com/fatih/color v1.13.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-zoox/fs v1.3.7 // indirect
github.com/go-zoox/headers v1.0.4 // indirect
github.com/go-zoox/tag v1.2.0 // indirect
github.com/go-zoox/uuid v0.0.1 // indirect
github.com/goccy/go-yaml v1.9.5 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/tidwall/gjson v1.14.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/ttacon/chalk v0.0.0-20160626202418-22c06c80ed31 // indirect
golang.org/x/crypto v0.0.0-20220313003712-b769efc7c000 // indirect
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)
// replace github.com/go-zoox/crypto => ../crypto