Skip to content

Commit 5d1c7aa

Browse files
chore(deps): update module golang.org/x/sys to v0.43.0
1 parent 150d102 commit 5d1c7aa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ require (
3434
github.com/microsoft/typescript-go/shim/collections v0.0.0
3535
github.com/microsoft/typescript-go/shim/compiler v0.0.0
3636
github.com/microsoft/typescript-go/shim/core v0.0.0
37+
github.com/microsoft/typescript-go/shim/evaluator v0.0.0-00010101000000-000000000000
3738
github.com/microsoft/typescript-go/shim/jsonrpc v0.0.0
3839
github.com/microsoft/typescript-go/shim/lsp/lsproto v0.0.0
3940
github.com/microsoft/typescript-go/shim/project v0.0.0
@@ -46,7 +47,7 @@ require (
4647
github.com/rivo/uniseg v0.4.7
4748
github.com/tailscale/hujson v0.0.0-20250605163823-992244df8c5a
4849
golang.org/x/sync v0.20.0
49-
golang.org/x/sys v0.42.0
50+
golang.org/x/sys v0.43.0
5051
golang.org/x/tools v0.43.0
5152
gotest.tools/v3 v3.5.2
5253
)
@@ -56,7 +57,6 @@ require (
5657
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
5758
github.com/mattn/go-colorable v0.1.14 // indirect
5859
github.com/mattn/go-isatty v0.0.20 // indirect
59-
github.com/microsoft/typescript-go/shim/evaluator v0.0.0-00010101000000-000000000000 // indirect
6060
github.com/x448/float16 v0.8.4 // indirect
6161
github.com/zeebo/xxh3 v1.1.0 // indirect
6262
golang.org/x/mod v0.34.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
3737
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
3838
golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo=
3939
golang.org/x/sys v0.42.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
40+
golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI=
41+
golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
4042
golang.org/x/text v0.35.0 h1:JOVx6vVDFokkpaq1AEptVzLTpDe9KGpj5tR4/X+ybL8=
4143
golang.org/x/text v0.35.0/go.mod h1:khi/HExzZJ2pGnjenulevKNX1W67CUy0AsXcNubPGCA=
4244
golang.org/x/tools v0.43.0 h1:12BdW9CeB3Z+J/I/wj34VMl8X+fEXBxVR90JeMX5E7s=

0 commit comments

Comments
 (0)