Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 12 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ module github.com/gptscript-ai/gptscript

go 1.24.2

toolchain go1.24.4

require (
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69
github.com/adrg/xdg v0.4.0
github.com/adrg/xdg v0.5.3
github.com/chzyer/readline v1.5.1
github.com/docker/cli v26.0.0+incompatible
github.com/docker/docker-credential-helpers v0.8.1
github.com/fatih/color v1.17.0
github.com/fatih/color v1.18.0
github.com/getkin/kin-openapi v0.132.0
github.com/go-git/go-git/v5 v5.13.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
Expand All @@ -21,12 +19,12 @@ require (
github.com/gptscript-ai/cmd v0.0.0-20250530150401-bc71fddf8070
github.com/gptscript-ai/go-gptscript v0.9.6-0.20250714170123-17ad44ae8c54
github.com/gptscript-ai/tui v0.0.0-20250419050840-5e79e16786c9
github.com/hexops/autogold/v2 v2.2.1
github.com/hexops/valast v1.4.4
github.com/hexops/autogold/v2 v2.3.0
github.com/hexops/valast v1.5.0
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056
github.com/mholt/archives v0.1.0
github.com/modelcontextprotocol/go-sdk v0.2.0
github.com/nanobot-ai/nanobot v0.0.6-0.20250623174223-c75713af7a09
github.com/nanobot-ai/nanobot v0.0.6-0.20250825141756-f61b8b0f41f8
github.com/pkoukk/tiktoken-go v0.1.7
github.com/pkoukk/tiktoken-go-loader v0.0.2-0.20240522064338-c17e8bc0f699
github.com/rs/cors v1.11.0
Expand All @@ -38,8 +36,8 @@ require (
github.com/tidwall/gjson v1.17.1
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
golang.org/x/sync v0.15.0
golang.org/x/term v0.32.0
golang.org/x/sync v0.16.0
golang.org/x/term v0.33.0
gopkg.in/yaml.v3 v3.0.1
gotest.tools/v3 v3.5.1
sigs.k8s.io/yaml v1.4.0
Expand Down Expand Up @@ -137,12 +135,13 @@ require (
github.com/yuin/goldmark v1.5.4 // indirect
github.com/yuin/goldmark-emoji v1.0.2 // indirect
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
golang.org/x/crypto v0.39.0 // indirect
golang.org/x/crypto v0.40.0 // indirect
golang.org/x/mod v0.25.0 // indirect
golang.org/x/net v0.41.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.26.0 // indirect
golang.org/x/oauth2 v0.30.0 // indirect
golang.org/x/sys v0.34.0 // indirect
golang.org/x/text v0.27.0 // indirect
golang.org/x/tools v0.34.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
mvdan.cc/gofumpt v0.6.0 // indirect
mvdan.cc/gofumpt v0.8.0 // indirect
)
Loading
Loading