@@ -2,16 +2,14 @@ module github.com/gptscript-ai/gptscript
2
2
3
3
go 1.24.2
4
4
5
- toolchain go1.24.4
6
-
7
5
require (
8
6
github.com/AlecAivazis/survey/v2 v2.3.7
9
7
github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69
10
- github.com/adrg/xdg v0.4.0
8
+ github.com/adrg/xdg v0.5.3
11
9
github.com/chzyer/readline v1.5.1
12
10
github.com/docker/cli v26.0.0+incompatible
13
11
github.com/docker/docker-credential-helpers v0.8.1
14
- github.com/fatih/color v1.17 .0
12
+ github.com/fatih/color v1.18 .0
15
13
github.com/getkin/kin-openapi v0.132.0
16
14
github.com/go-git/go-git/v5 v5.13.0
17
15
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
@@ -21,12 +19,12 @@ require (
21
19
github.com/gptscript-ai/cmd v0.0.0-20250530150401-bc71fddf8070
22
20
github.com/gptscript-ai/go-gptscript v0.9.6-0.20250714170123-17ad44ae8c54
23
21
github.com/gptscript-ai/tui v0.0.0-20250419050840-5e79e16786c9
24
- github.com/hexops/autogold/v2 v2.2.1
25
- github.com/hexops/valast v1.4.4
22
+ github.com/hexops/autogold/v2 v2.3.0
23
+ github.com/hexops/valast v1.5.0
26
24
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056
27
25
github.com/mholt/archives v0.1.0
28
26
github.com/modelcontextprotocol/go-sdk v0.2.0
29
- github.com/nanobot-ai/nanobot v0.0.6-0.20250623174223-c75713af7a09
27
+ github.com/nanobot-ai/nanobot v0.0.6-0.20250825141756-f61b8b0f41f8
30
28
github.com/pkoukk/tiktoken-go v0.1.7
31
29
github.com/pkoukk/tiktoken-go-loader v0.0.2-0.20240522064338-c17e8bc0f699
32
30
github.com/rs/cors v1.11.0
@@ -38,8 +36,8 @@ require (
38
36
github.com/tidwall/gjson v1.17.1
39
37
github.com/xeipuuv/gojsonschema v1.2.0
40
38
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
41
- golang.org/x/sync v0.15 .0
42
- golang.org/x/term v0.32 .0
39
+ golang.org/x/sync v0.16 .0
40
+ golang.org/x/term v0.33 .0
43
41
gopkg.in/yaml.v3 v3.0.1
44
42
gotest.tools/v3 v3.5.1
45
43
sigs.k8s.io/yaml v1.4.0
@@ -137,12 +135,13 @@ require (
137
135
github.com/yuin/goldmark v1.5.4 // indirect
138
136
github.com/yuin/goldmark-emoji v1.0.2 // indirect
139
137
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
140
- golang.org/x/crypto v0.39 .0 // indirect
138
+ golang.org/x/crypto v0.40 .0 // indirect
141
139
golang.org/x/mod v0.25.0 // indirect
142
140
golang.org/x/net v0.41.0 // indirect
143
- golang.org/x/sys v0.33.0 // indirect
144
- golang.org/x/text v0.26.0 // indirect
141
+ golang.org/x/oauth2 v0.30.0 // indirect
142
+ golang.org/x/sys v0.34.0 // indirect
143
+ golang.org/x/text v0.27.0 // indirect
145
144
golang.org/x/tools v0.34.0 // indirect
146
145
gopkg.in/warnings.v0 v0.1.2 // indirect
147
- mvdan.cc/gofumpt v0.6 .0 // indirect
146
+ mvdan.cc/gofumpt v0.8 .0 // indirect
148
147
)
0 commit comments