File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ go 1.20
5
5
require (
6
6
github.com/pborman/getopt/v2 v2.1.0
7
7
github.com/samber/go-gpt-3-encoder v0.3.1
8
- github.com/sashabaranov/go-openai v1.17.5
8
+ github.com/sashabaranov/go-openai v1.19.4
9
9
gopkg.in/yaml.v3 v3.0.1
10
10
)
11
11
12
12
require (
13
13
github.com/dlclark/regexp2 v1.10.0 // indirect
14
- github.com/samber/lo v1.38.1 // indirect
15
- golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
14
+ github.com/samber/lo v1.39.0 // indirect
15
+ golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect
16
16
)
Original file line number Diff line number Diff line change @@ -8,11 +8,17 @@ github.com/samber/go-gpt-3-encoder v0.3.1 h1:YWb9GsGYUgSX/wPtsEHjyNGRQXsQ9vDCg9S
8
8
github.com/samber/go-gpt-3-encoder v0.3.1 /go.mod h1:27nvdvk9ZtALyNtgs9JsPCMYja0Eleow/XzgjqwRtLU =
9
9
github.com/samber/lo v1.38.1 h1:j2XEAqXKb09Am4ebOg31SpvzUTTs6EN3VfgeLUhPdXM =
10
10
github.com/samber/lo v1.38.1 /go.mod h1:+m/ZKRl6ClXCE2Lgf3MsQlWfh4bn1bz6CXEOxnEXnEA =
11
+ github.com/samber/lo v1.39.0 h1:4gTz1wUhNYLhFSKl6O+8peW0v2F4BCY034GRpU9WnuA =
12
+ github.com/samber/lo v1.39.0 /go.mod h1:+m/ZKRl6ClXCE2Lgf3MsQlWfh4bn1bz6CXEOxnEXnEA =
11
13
github.com/sashabaranov/go-openai v1.17.5 h1:ItBzlrrfTtkFWOFlgfOhk3y/xRBC4PJol4gdbiK7hgg =
12
14
github.com/sashabaranov/go-openai v1.17.5 /go.mod h1:lj5b/K+zjTSFxVLijLSTDZuP7adOgerWeFyZLUhAKRg =
15
+ github.com/sashabaranov/go-openai v1.19.4 h1:GbaDiqvgYCabyqzuIbcEeT6/ZX1nVfur+++oTBfOgks =
16
+ github.com/sashabaranov/go-openai v1.19.4 /go.mod h1:lj5b/K+zjTSFxVLijLSTDZuP7adOgerWeFyZLUhAKRg =
13
17
github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk =
14
18
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa h1:FRnLl4eNAQl8hwxVVC17teOw8kdjVDVAiFMtgUdTSRQ =
15
19
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa /go.mod h1:zk2irFbV9DP96SEBUUAy67IdHUaZuSnrz1n472HUCLE =
20
+ golang.org/x/exp v0.0.0-20240213143201-ec583247a57a h1:HinSgX1tJRX3KsL//Gxynpw5CTOAIPhgL4W8PNiIpVE =
21
+ golang.org/x/exp v0.0.0-20240213143201-ec583247a57a /go.mod h1:CxmFvTBINI24O/j8iY7H1xHzx2i4OsyguNBmN/uPtqc =
16
22
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
17
23
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
18
24
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
You can’t perform that action at this time.
0 commit comments