1
1
module github.com/gptscript-ai/gptscript
2
2
3
- go 1.22.2
3
+ go 1.22.3
4
4
5
5
require (
6
6
github.com/AlecAivazis/survey/v2 v2.3.7
@@ -11,11 +11,12 @@ require (
11
11
github.com/chzyer/readline v1.5.1
12
12
github.com/docker/cli v26.0.0+incompatible
13
13
github.com/docker/docker-credential-helpers v0.8.1
14
- github.com/fatih/color v1.16 .0
14
+ github.com/fatih/color v1.17 .0
15
15
github.com/getkin/kin-openapi v0.123.0
16
16
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
17
17
github.com/google/uuid v1.6.0
18
18
github.com/gptscript-ai/chat-completion-client v0.0.0-20240515050533-bdef9f2226a9
19
+ github.com/gptscript-ai/tui v0.0.0-20240531161317-ce32f93ac844
19
20
github.com/hexops/autogold/v2 v2.2.1
20
21
github.com/hexops/valast v1.4.4
21
22
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056
@@ -30,24 +31,38 @@ require (
30
31
github.com/tidwall/gjson v1.17.1
31
32
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc
32
33
golang.org/x/sync v0.7.0
33
- golang.org/x/term v0.19 .0
34
+ golang.org/x/term v0.20 .0
34
35
gopkg.in/yaml.v3 v3.0.1
35
36
sigs.k8s.io/yaml v1.4.0
36
37
)
37
38
38
39
require (
40
+ atomicgo.dev/cursor v0.2.0 // indirect
41
+ atomicgo.dev/keyboard v0.2.9 // indirect
42
+ atomicgo.dev/schedule v0.1.0 // indirect
43
+ github.com/alecthomas/chroma/v2 v2.8.0 // indirect
39
44
github.com/andybalholm/brotli v1.0.4 // indirect
45
+ github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
46
+ github.com/aymerick/douceur v0.2.0 // indirect
40
47
github.com/bodgit/plumbing v1.2.0 // indirect
41
48
github.com/bodgit/sevenzip v1.3.0 // indirect
42
49
github.com/bodgit/windows v1.0.0 // indirect
50
+ github.com/charmbracelet/glamour v0.7.0 // indirect
51
+ github.com/charmbracelet/lipgloss v0.11.0 // indirect
52
+ github.com/charmbracelet/x/ansi v0.1.1 // indirect
43
53
github.com/connesc/cipherio v0.2.1 // indirect
54
+ github.com/containerd/console v1.0.4 // indirect
44
55
github.com/davecgh/go-spew v1.1.1 // indirect
56
+ github.com/dlclark/regexp2 v1.4.0 // indirect
45
57
github.com/dsnet/compress v0.0.1 // indirect
46
58
github.com/go-openapi/jsonpointer v0.20.2 // indirect
47
59
github.com/go-openapi/swag v0.22.8 // indirect
48
60
github.com/golang/snappy v0.0.4 // indirect
49
61
github.com/google/go-cmp v0.6.0 // indirect
62
+ github.com/gookit/color v1.5.4 // indirect
63
+ github.com/gorilla/css v1.0.0 // indirect
50
64
github.com/gorilla/websocket v1.5.0 // indirect
65
+ github.com/gptscript-ai/go-gptscript v0.0.0-20240531155932-57eeae840062 // indirect
51
66
github.com/hashicorp/errwrap v1.0.0 // indirect
52
67
github.com/hashicorp/go-multierror v1.1.1 // indirect
53
68
github.com/hexops/autogold v1.3.1 // indirect
@@ -58,30 +73,39 @@ require (
58
73
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
59
74
github.com/klauspost/compress v1.16.5 // indirect
60
75
github.com/klauspost/pgzip v1.2.5 // indirect
76
+ github.com/lithammer/fuzzysearch v1.1.8 // indirect
77
+ github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
61
78
github.com/mailru/easyjson v0.7.7 // indirect
62
79
github.com/mattn/go-colorable v0.1.13 // indirect
63
80
github.com/mattn/go-isatty v0.0.20 // indirect
64
- github.com/mattn/go-runewidth v0.0.10 // indirect
81
+ github.com/mattn/go-runewidth v0.0.15 // indirect
65
82
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
83
+ github.com/microcosm-cc/bluemonday v1.0.26 // indirect
66
84
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
85
+ github.com/muesli/reflow v0.3.0 // indirect
86
+ github.com/muesli/termenv v0.15.2 // indirect
67
87
github.com/nightlyone/lockfile v1.0.0 // indirect
68
88
github.com/nwaples/rardecode/v2 v2.0.0-beta.2 // indirect
69
89
github.com/olekukonko/tablewriter v0.0.6-0.20230925090304-df64c4bbad77 // indirect
70
90
github.com/perimeterx/marshmallow v1.1.5 // indirect
71
91
github.com/pierrec/lz4/v4 v4.1.15 // indirect
72
92
github.com/pkg/errors v0.9.1 // indirect
73
93
github.com/pmezard/go-difflib v1.0.0 // indirect
74
- github.com/rivo/uniseg v0.1.0 // indirect
94
+ github.com/pterm/pterm v0.12.79 // indirect
95
+ github.com/rivo/uniseg v0.4.7 // indirect
75
96
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
76
97
github.com/therootcompany/xz v1.0.1 // indirect
77
98
github.com/tidwall/match v1.1.1 // indirect
78
99
github.com/tidwall/pretty v1.2.0 // indirect
79
100
github.com/ulikunitz/xz v0.5.10 // indirect
101
+ github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
102
+ github.com/yuin/goldmark v1.5.4 // indirect
103
+ github.com/yuin/goldmark-emoji v1.0.2 // indirect
80
104
go4.org v0.0.0-20200411211856-f5505b9728dd // indirect
81
105
golang.org/x/mod v0.17.0 // indirect
82
106
golang.org/x/net v0.24.0 // indirect
83
- golang.org/x/sys v0.19 .0 // indirect
84
- golang.org/x/text v0.14 .0 // indirect
107
+ golang.org/x/sys v0.20 .0 // indirect
108
+ golang.org/x/text v0.15 .0 // indirect
85
109
golang.org/x/tools v0.20.0 // indirect
86
110
gotest.tools/v3 v3.5.1 // indirect
87
111
mvdan.cc/gofumpt v0.6.0 // indirect
0 commit comments