forked from microsoft/typescript-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
38 lines (33 loc) · 784 Bytes
/
go.mod
File metadata and controls
38 lines (33 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module github.com/microsoft/typescript-go
go 1.26
require (
github.com/Microsoft/go-winio v0.6.2
github.com/dlclark/regexp2 v1.11.5
github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433
github.com/google/go-cmp v0.7.0
github.com/peter-evans/patience v0.3.0
github.com/zeebo/xxh3 v1.1.0
golang.org/x/sync v0.20.0
golang.org/x/sys v0.42.0
golang.org/x/term v0.41.0
golang.org/x/text v0.35.0
gotest.tools/v3 v3.5.2
)
require (
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
github.com/matryer/moq v0.6.0 // indirect
golang.org/x/mod v0.34.0 // indirect
golang.org/x/tools v0.43.0 // indirect
)
tool (
github.com/matryer/moq
golang.org/x/tools/cmd/stringer
)
ignore (
./_extension
./_packages
./_submodules
./built
./coverage
node_modules
)