Skip to content

Commit 1cf5569

Browse files
chore(deps): update module golang.org/x/text to v0.36.0
1 parent 42dbc9b commit 1cf5569

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ require (
3737
github.com/microsoft/typescript-go/shim/compiler v0.0.0
3838
github.com/microsoft/typescript-go/shim/core v0.0.0
3939
github.com/microsoft/typescript-go/shim/diagnostics v0.0.0
40+
github.com/microsoft/typescript-go/shim/evaluator v0.0.0-00010101000000-000000000000
4041
github.com/microsoft/typescript-go/shim/jsonrpc v0.0.0
4142
github.com/microsoft/typescript-go/shim/lsp/lsproto v0.0.0
4243
github.com/microsoft/typescript-go/shim/project v0.0.0
@@ -60,7 +61,6 @@ require (
6061
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
6162
github.com/mattn/go-colorable v0.1.14 // indirect
6263
github.com/mattn/go-isatty v0.0.20 // indirect
63-
github.com/microsoft/typescript-go/shim/evaluator v0.0.0-00010101000000-000000000000 // indirect
6464
github.com/x448/float16 v0.8.4 // indirect
6565
github.com/zeebo/xxh3 v1.1.0 // indirect
6666
golang.org/x/mod v0.34.0 // indirect
@@ -71,5 +71,5 @@ require (
7171
github.com/fxamacker/cbor/v2 v2.9.0
7272
github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433
7373
github.com/microsoft/typescript-go v0.0.0-20260313230633-c0e5d35a6f8f // indirect
74-
golang.org/x/text v0.35.0
74+
golang.org/x/text v0.36.0
7575
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo=
3939
golang.org/x/sys v0.42.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
4040
golang.org/x/text v0.35.0 h1:JOVx6vVDFokkpaq1AEptVzLTpDe9KGpj5tR4/X+ybL8=
4141
golang.org/x/text v0.35.0/go.mod h1:khi/HExzZJ2pGnjenulevKNX1W67CUy0AsXcNubPGCA=
42+
golang.org/x/text v0.36.0 h1:JfKh3XmcRPqZPKevfXVpI1wXPTqbkE5f7JA92a55Yxg=
43+
golang.org/x/text v0.36.0/go.mod h1:NIdBknypM8iqVmPiuco0Dh6P5Jcdk8lJL0CUebqK164=
4244
golang.org/x/tools v0.43.0 h1:12BdW9CeB3Z+J/I/wj34VMl8X+fEXBxVR90JeMX5E7s=
4345
golang.org/x/tools v0.43.0/go.mod h1:uHkMso649BX2cZK6+RpuIPXS3ho2hZo4FVwfoy1vIk0=
4446
gotest.tools/v3 v3.5.2 h1:7koQfIKdy+I8UTetycgUqXWSDwpgv193Ka+qRsmBY8Q=

shim/core/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.0
44

55
require (
66
github.com/microsoft/typescript-go v0.0.0-20250829050502-5d1d69a77a4c
7-
golang.org/x/text v0.35.0
7+
golang.org/x/text v0.36.0
88
)
99

1010
require (

shim/core/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ golang.org/x/text v0.28.0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng=
1212
golang.org/x/text v0.28.0/go.mod h1:U8nCwOR8jO/marOQ0QbDiOngZVEBB7MAiitBuMjXiNU=
1313
golang.org/x/text v0.35.0 h1:JOVx6vVDFokkpaq1AEptVzLTpDe9KGpj5tR4/X+ybL8=
1414
golang.org/x/text v0.35.0/go.mod h1:khi/HExzZJ2pGnjenulevKNX1W67CUy0AsXcNubPGCA=
15+
golang.org/x/text v0.36.0 h1:JfKh3XmcRPqZPKevfXVpI1wXPTqbkE5f7JA92a55Yxg=
16+
golang.org/x/text v0.36.0/go.mod h1:NIdBknypM8iqVmPiuco0Dh6P5Jcdk8lJL0CUebqK164=
1517
gotest.tools/v3 v3.5.2 h1:7koQfIKdy+I8UTetycgUqXWSDwpgv193Ka+qRsmBY8Q=
1618
gotest.tools/v3 v3.5.2/go.mod h1:LtdLGcnqToBH83WByAAi/wiwSFCArdFIUV/xxN4pcjA=

0 commit comments

Comments
 (0)