File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,10 @@ require (
4242 github.com/microsoft/typescript-go/shim/vfs v0.0.0
4343 github.com/microsoft/typescript-go/shim/vfs/cachedvfs v0.0.0
4444 github.com/microsoft/typescript-go/shim/vfs/osvfs v0.0.0
45+ github.com/rivo/uniseg v0.4.7
4546 github.com/tailscale/hujson v0.0.0-20250605163823-992244df8c5a
4647 golang.org/x/sync v0.20.0
47- golang.org/x/sys v0.42 .0
48+ golang.org/x/sys v0.43 .0
4849 golang.org/x/tools v0.43.0
4950 gotest.tools/v3 v3.5.2
5051)
@@ -54,7 +55,6 @@ require (
5455 github.com/klauspost/cpuid/v2 v2.2.10 // indirect
5556 github.com/mattn/go-colorable v0.1.14 // indirect
5657 github.com/mattn/go-isatty v0.0.20 // indirect
57- github.com/rivo/uniseg v0.4.7 // indirect
5858 github.com/x448/float16 v0.8.4 // indirect
5959 github.com/zeebo/xxh3 v1.1.0 // indirect
6060 golang.org/x/mod v0.34.0 // indirect
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
3737golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
3838golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo =
3939golang.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 =
4042golang.org/x/text v0.35.0 h1:JOVx6vVDFokkpaq1AEptVzLTpDe9KGpj5tR4/X+ybL8 =
4143golang.org/x/text v0.35.0 /go.mod h1:khi/HExzZJ2pGnjenulevKNX1W67CUy0AsXcNubPGCA =
4244golang.org/x/tools v0.43.0 h1:12BdW9CeB3Z+J/I/wj34VMl8X+fEXBxVR90JeMX5E7s =
You can’t perform that action at this time.
0 commit comments