@@ -2,16 +2,14 @@ module github.com/gptscript-ai/gptscript
22
33go 1.24.2
44
5- toolchain go1.24.4
6-
75require (
86 github.com/AlecAivazis/survey/v2 v2.3.7
97 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
119 github.com/chzyer/readline v1.5.1
1210 github.com/docker/cli v26.0.0+incompatible
1311 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
1513 github.com/getkin/kin-openapi v0.132.0
1614 github.com/go-git/go-git/v5 v5.13.0
1715 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
@@ -21,12 +19,12 @@ require (
2119 github.com/gptscript-ai/cmd v0.0.0-20250530150401-bc71fddf8070
2220 github.com/gptscript-ai/go-gptscript v0.9.6-0.20250714170123-17ad44ae8c54
2321 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
2624 github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056
2725 github.com/mholt/archives v0.1.0
2826 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
3028 github.com/pkoukk/tiktoken-go v0.1.7
3129 github.com/pkoukk/tiktoken-go-loader v0.0.2-0.20240522064338-c17e8bc0f699
3230 github.com/rs/cors v1.11.0
@@ -38,8 +36,8 @@ require (
3836 github.com/tidwall/gjson v1.17.1
3937 github.com/xeipuuv/gojsonschema v1.2.0
4038 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
4341 gopkg.in/yaml.v3 v3.0.1
4442 gotest.tools/v3 v3.5.1
4543 sigs.k8s.io/yaml v1.4.0
@@ -137,12 +135,13 @@ require (
137135 github.com/yuin/goldmark v1.5.4 // indirect
138136 github.com/yuin/goldmark-emoji v1.0.2 // indirect
139137 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
141139 golang.org/x/mod v0.25.0 // indirect
142140 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
145144 golang.org/x/tools v0.34.0 // indirect
146145 gopkg.in/warnings.v0 v0.1.2 // indirect
147- mvdan.cc/gofumpt v0.6 .0 // indirect
146+ mvdan.cc/gofumpt v0.8 .0 // indirect
148147)
0 commit comments