File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ require (
2424 go.mongodb.org/mongo-driver v1.17.9
2525 go.starlark.net v0.0.0-20260102030733-3fee463870c9
2626 go.uber.org/zap v1.28.0
27- golang.org/x/term v0.42 .0
27+ golang.org/x/term v0.43 .0
2828 gopkg.in/yaml.v3 v3.0.1
2929 modernc.org/sqlite v1.50.0
3030)
@@ -68,7 +68,7 @@ require (
6868 golang.org/x/crypto v0.50.0 // indirect
6969 golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
7070 golang.org/x/sync v0.20.0 // indirect
71- golang.org/x/sys v0.43 .0 // indirect
71+ golang.org/x/sys v0.44 .0 // indirect
7272 golang.org/x/text v0.36.0 // indirect
7373 modernc.org/libc v1.72.0 // indirect
7474 modernc.org/mathutil v1.7.1 // indirect
Original file line number Diff line number Diff line change @@ -186,10 +186,10 @@ golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e/go.mod h1:oPkhp1MJrh7nUepCBc
186186golang.org/x/sys v0.0.0-20211110154304-99a53858aa08 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
187187golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
188188golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
189- golang.org/x/sys v0.43 .0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI =
190- golang.org/x/sys v0.43 .0 /go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw =
191- golang.org/x/term v0.42 .0 h1:UiKe+zDFmJobeJ5ggPwOshJIVt6/Ft0rcfrXZDLWAWY =
192- golang.org/x/term v0.42 .0 /go.mod h1:Dq/D+snpsbazcBG5+F9Q1n2rXV8Ma+71xEjTRufARgY =
189+ golang.org/x/sys v0.44 .0 h1:ildZl3J4uzeKP07r2F++Op7E9B29JRUy+a27EibtBTQ =
190+ golang.org/x/sys v0.44 .0 /go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw =
191+ golang.org/x/term v0.43 .0 h1:S4RLU2sB31O/NCl+zFN9Aru9A/Cq2aqKpTZJ6B+DwT4 =
192+ golang.org/x/term v0.43 .0 /go.mod h1:lrhlHNdQJHO+1qVYiHfFKVuVioJIheAc3fBSMFYEIsk =
193193golang.org/x/text v0.36.0 h1:JfKh3XmcRPqZPKevfXVpI1wXPTqbkE5f7JA92a55Yxg =
194194golang.org/x/text v0.36.0 /go.mod h1:NIdBknypM8iqVmPiuco0Dh6P5Jcdk8lJL0CUebqK164 =
195195golang.org/x/tools v0.43.0 h1:12BdW9CeB3Z+J/I/wj34VMl8X+fEXBxVR90JeMX5E7s =
You can’t perform that action at this time.
0 commit comments