Skip to content

Commit 7bd3fd6

Browse files
authored
chore: bump dependencies to pickup CVE fixes (#998)
Signed-off-by: Donnie Adams <donnie@obot.ai>
1 parent 7ec07e5 commit 7bd3fd6

File tree

16 files changed

+75
-61
lines changed

16 files changed

+75
-61
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ smoke: build
2222
smoke:
2323
go test -v -tags='smoke' ./pkg/tests/smoke/...
2424

25-
GOLANGCI_LINT_VERSION ?= v2.1.2
25+
GOLANGCI_LINT_VERSION ?= v2.6.1
2626
lint:
2727
if ! command -v golangci-lint &> /dev/null; then \
2828
echo "Could not find golangci-lint, installing version $(GOLANGCI_LINT_VERSION)."; \
@@ -62,4 +62,4 @@ validate-docs: gen-docs
6262
;fi
6363

6464
gen-docs:
65-
go run tools/gendocs/main.go
65+
go run tools/gendocs/main.go

go.mod

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gptscript-ai/gptscript
22

3-
go 1.24.2
3+
go 1.25.3
44

55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.7
@@ -22,7 +22,7 @@ require (
2222
github.com/hexops/autogold/v2 v2.3.0
2323
github.com/hexops/valast v1.5.0
2424
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056
25-
github.com/mholt/archives v0.1.0
25+
github.com/mholt/archives v0.1.5
2626
github.com/modelcontextprotocol/go-sdk v0.2.0
2727
github.com/nanobot-ai/nanobot v0.0.6-0.20250825141756-f61b8b0f41f8
2828
github.com/pkoukk/tiktoken-go v0.1.7
@@ -36,8 +36,8 @@ require (
3636
github.com/tidwall/gjson v1.17.1
3737
github.com/xeipuuv/gojsonschema v1.2.0
3838
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
39-
golang.org/x/sync v0.16.0
40-
golang.org/x/term v0.33.0
39+
golang.org/x/sync v0.17.0
40+
golang.org/x/term v0.34.0
4141
gopkg.in/yaml.v3 v3.0.1
4242
gotest.tools/v3 v3.5.1
4343
sigs.k8s.io/yaml v1.4.0
@@ -50,13 +50,13 @@ require (
5050
dario.cat/mergo v1.0.0 // indirect
5151
github.com/Microsoft/go-winio v0.6.1 // indirect
5252
github.com/ProtonMail/go-crypto v1.1.3 // indirect
53-
github.com/STARRY-S/zip v0.2.1 // indirect
53+
github.com/STARRY-S/zip v0.2.3 // indirect
5454
github.com/alecthomas/chroma/v2 v2.8.0 // indirect
55-
github.com/andybalholm/brotli v1.1.1 // indirect
55+
github.com/andybalholm/brotli v1.2.0 // indirect
5656
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
5757
github.com/aymerick/douceur v0.2.0 // indirect
5858
github.com/bodgit/plumbing v1.3.0 // indirect
59-
github.com/bodgit/sevenzip v1.6.0 // indirect
59+
github.com/bodgit/sevenzip v1.6.1 // indirect
6060
github.com/bodgit/windows v1.0.1 // indirect
6161
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
6262
github.com/charmbracelet/glamour v0.7.0 // indirect
@@ -84,8 +84,6 @@ require (
8484
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
8585
github.com/gookit/color v1.5.4 // indirect
8686
github.com/gorilla/css v1.0.0 // indirect
87-
github.com/hashicorp/errwrap v1.1.0 // indirect
88-
github.com/hashicorp/go-multierror v1.1.1 // indirect
8987
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
9088
github.com/hexops/autogold v1.3.1 // indirect
9189
github.com/hexops/gotextdiff v1.0.3 // indirect
@@ -104,44 +102,46 @@ require (
104102
github.com/mattn/go-runewidth v0.0.16 // indirect
105103
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
106104
github.com/microcosm-cc/bluemonday v1.0.26 // indirect
105+
github.com/mikelolasagasti/xz v1.0.1 // indirect
106+
github.com/minio/minlz v1.0.1 // indirect
107107
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
108108
github.com/muesli/reflow v0.3.0 // indirect
109109
github.com/muesli/termenv v0.16.0 // indirect
110110
github.com/nightlyone/lockfile v1.0.0 // indirect
111-
github.com/nwaples/rardecode/v2 v2.0.0-beta.4.0.20241112120701-034e449c6e78 // indirect
111+
github.com/nwaples/rardecode/v2 v2.2.0 // indirect
112112
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
113113
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
114114
github.com/olekukonko/tablewriter v0.0.6-0.20230925090304-df64c4bbad77 // indirect
115115
github.com/perimeterx/marshmallow v1.1.5 // indirect
116-
github.com/pierrec/lz4/v4 v4.1.21 // indirect
116+
github.com/pierrec/lz4/v4 v4.1.22 // indirect
117117
github.com/pjbgf/sha1cd v0.3.0 // indirect
118118
github.com/pmezard/go-difflib v1.0.0 // indirect
119119
github.com/pterm/pterm v0.12.79 // indirect
120120
github.com/rivo/uniseg v0.4.7 // indirect
121121
github.com/russross/blackfriday/v2 v2.1.0 // indirect
122122
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
123123
github.com/skeema/knownhosts v1.3.0 // indirect
124-
github.com/sorairolake/lzip-go v0.3.5 // indirect
124+
github.com/sorairolake/lzip-go v0.3.8 // indirect
125125
github.com/sourcegraph/go-diff-patch v0.0.0-20240223163233-798fd1e94a8e // indirect
126+
github.com/spf13/afero v1.15.0 // indirect
126127
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
127-
github.com/therootcompany/xz v1.0.1 // indirect
128128
github.com/tidwall/match v1.1.1 // indirect
129129
github.com/tidwall/pretty v1.2.0 // indirect
130-
github.com/ulikunitz/xz v0.5.12 // indirect
130+
github.com/ulikunitz/xz v0.5.15 // indirect
131131
github.com/xanzy/ssh-agent v0.3.3 // indirect
132132
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
133133
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
134134
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
135135
github.com/yuin/goldmark v1.5.4 // indirect
136136
github.com/yuin/goldmark-emoji v1.0.2 // indirect
137137
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
138-
golang.org/x/crypto v0.40.0 // indirect
139-
golang.org/x/mod v0.25.0 // indirect
140-
golang.org/x/net v0.41.0 // indirect
138+
golang.org/x/crypto v0.41.0 // indirect
139+
golang.org/x/mod v0.27.0 // indirect
140+
golang.org/x/net v0.43.0 // indirect
141141
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
144-
golang.org/x/tools v0.34.0 // indirect
142+
golang.org/x/sys v0.35.0 // indirect
143+
golang.org/x/text v0.29.0 // indirect
144+
golang.org/x/tools v0.36.0 // indirect
145145
gopkg.in/warnings.v0 v0.1.2 // indirect
146146
mvdan.cc/gofumpt v0.8.0 // indirect
147147
)

0 commit comments

Comments
 (0)