1
- module github.com/acorn-io /gptscript
1
+ module github.com/gptscript-ai /gptscript
2
2
3
3
go 1.21.5
4
4
5
+ replace github.com/sashabaranov/go-openai => github.com/gptscript-ai/go-openai v0.0.0-20240206232711-45b6e096246a
6
+
5
7
require (
6
8
github.com/acorn-io/broadcaster v0.0.0-20240105011354-bfadd4a7b45d
7
9
github.com/acorn-io/cmd v0.0.0-20240203032901-e9e631185ddb
@@ -10,6 +12,7 @@ require (
10
12
github.com/hexops/autogold/v2 v2.1.0
11
13
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056
12
14
github.com/olahol/melody v1.1.4
15
+ github.com/rs/cors v1.10.1
13
16
github.com/sashabaranov/go-openai v1.18.3
14
17
github.com/sirupsen/logrus v1.9.3
15
18
github.com/spf13/cobra v1.8.0
@@ -20,12 +23,6 @@ require (
20
23
21
24
require (
22
25
github.com/acorn-io/baaah v0.0.0-20240119160309-2a58ee757bbd // indirect
23
- github.com/kr/pretty v0.3.1 // indirect
24
- github.com/onsi/ginkgo/v2 v2.13.0 // indirect
25
- github.com/onsi/gomega v1.29.0 // indirect
26
- )
27
-
28
- require (
29
26
github.com/bombsimon/logrusr/v4 v4.0.0 // indirect
30
27
github.com/davecgh/go-spew v1.1.1 // indirect
31
28
github.com/fatih/color v1.15.0 // indirect
@@ -36,11 +33,14 @@ require (
36
33
github.com/hexops/gotextdiff v1.0.3 // indirect
37
34
github.com/hexops/valast v1.4.3 // indirect
38
35
github.com/inconshreveable/mousetrap v1.1.0 // indirect
36
+ github.com/kr/pretty v0.3.1 // indirect
39
37
github.com/mattn/go-colorable v0.1.13 // indirect
40
38
github.com/mattn/go-isatty v0.0.17 // indirect
41
39
github.com/mattn/go-runewidth v0.0.9 // indirect
42
40
github.com/nightlyone/lockfile v1.0.0 // indirect
43
41
github.com/olekukonko/tablewriter v0.0.5 // indirect
42
+ github.com/onsi/ginkgo/v2 v2.13.0 // indirect
43
+ github.com/onsi/gomega v1.29.0 // indirect
44
44
github.com/pmezard/go-difflib v1.0.0 // indirect
45
45
github.com/rogpeppe/go-internal v1.11.0 // indirect
46
46
github.com/samber/lo v1.38.1 // indirect
0 commit comments